dev-util/osc: bump to 0.171.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-26 21:53:30 +13:00
parent 61f2aae7af
commit 504d366257
3 changed files with 74 additions and 9 deletions

View File

@@ -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}]