commit:     504d36625790e8b716983ebcad6df80f3f6ae4b9
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 26 08:53:30 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <telans <AT> 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}]

Reply via email to