From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 422B21382C5 for ; Sun, 27 Dec 2020 12:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 731F12BC065; Sun, 27 Dec 2020 12:48:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 507712BC065 for ; Sun, 27 Dec 2020 12:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29F6C341159 for ; Sun, 27 Dec 2020 12:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24DDB8 for ; Sun, 27 Dec 2020 12:48:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608973779.504d36625790e8b716983ebcad6df80f3f6ae4b9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/osc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/osc/Manifest dev-util/osc/osc-0.171.0.ebuild dev-util/osc/osc-9999.ebuild X-VCS-Directories: dev-util/osc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 504d36625790e8b716983ebcad6df80f3f6ae4b9 X-VCS-Branch: master Date: Sun, 27 Dec 2020 12:48:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2baa1be-83e3-4af1-aea0-b3a3029f0801 X-Archives-Hash: feb347f0cad551255acbe3a2562c9286 commit: 504d36625790e8b716983ebcad6df80f3f6ae4b9 Author: Theo Anderson posteo de> AuthorDate: Sat Dec 26 08:53:30 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Dec 26 09:09:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=504d3662 dev-util/osc: bump to 0.171.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-util/osc/Manifest | 1 + dev-util/osc/{osc-9999.ebuild => osc-0.171.0.ebuild} | 17 ++++++++--------- dev-util/osc/osc-9999.ebuild | 17 ++++++++--------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/dev-util/osc/Manifest b/dev-util/osc/Manifest index 4bfd5cd4..64b38634 100644 --- a/dev-util/osc/Manifest +++ b/dev-util/osc/Manifest @@ -1 +1,2 @@ DIST osc-0.169.1.tar.gz 357179 BLAKE2B d65b6b238aff7cd9c4e5e1509318bfcb4bccdb00c363485c4ae106fab40051f9e5f5b4b76baca3ac25b0cf64d66d0003b3580fcd930511aa6ea7c8d36d7f50e7 SHA512 9429864bcc61c47505c8924cdf35164289f55adf890bc6f28e3fb6063438a53722384594512e3c12662dffc1d31b84f2b292af873d72b3de552a27aa4403ab16 +DIST osc-0.171.0.tar.gz 360391 BLAKE2B acc4687c1b084e6ec997e4c4215fe940f9f850ec2ded849676e86bd2b133367459fcbe90a2d3adea1ace249eaa6efed24e107a8f899698836feb33d6eed38ecb SHA512 21a2ef400a64b88c5f588aa80667f2bbb8dbfaf78b55b041d9db4f5cd92548ff8339d5add86ffbf597d913bb804f87c28d68cb2cb2f6923facdddb8044974bf3 diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-0.171.0.ebuild similarity index 90% copy from dev-util/osc/osc-9999.ebuild copy to dev-util/osc/osc-0.171.0.ebuild index ace0feb5..7969127a 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-0.171.0.ebuild @@ -3,29 +3,29 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml" DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc" - -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" +HOMEPAGE=" + https://en.opensuse.org/openSUSE:OSC + https://github.com/openSUSE/osc +" +if [[ ${PV} == 9999 ]]; then inherit git-r3 + EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" else - SRC_URI="https://github.com/openSUSE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" OBS_PROJECT="openSUSE:Tools" - + SRC_URI="https://github.com/openSUSE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" - # Test require config file: osc.oscerr.NoConfigfile RESTRICT="test" @@ -36,7 +36,6 @@ RDEPEND=" ') ${PYTHON_SINGLE_DEPS} " - BDEPEND=" $(python_gen_cond_dep ' >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index ace0feb5..7969127a 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -3,29 +3,29 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml" DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc" - -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" +HOMEPAGE=" + https://en.opensuse.org/openSUSE:OSC + https://github.com/openSUSE/osc +" +if [[ ${PV} == 9999 ]]; then inherit git-r3 + EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" else - SRC_URI="https://github.com/openSUSE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" OBS_PROJECT="openSUSE:Tools" - + SRC_URI="https://github.com/openSUSE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" - # Test require config file: osc.oscerr.NoConfigfile RESTRICT="test" @@ -36,7 +36,6 @@ RDEPEND=" ') ${PYTHON_SINGLE_DEPS} " - BDEPEND=" $(python_gen_cond_dep ' >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]