diff options
Diffstat (limited to 'dev-python/debtcollector')
| -rw-r--r-- | dev-python/debtcollector/debtcollector-2.2.0.ebuild | 12 | ||||
| -rw-r--r-- | dev-python/debtcollector/metadata.xml | 21 |
2 files changed, 15 insertions, 18 deletions
diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild b/dev-python/debtcollector/debtcollector-2.2.0.ebuild index 65428b366b84..be4543832d1f 100644 --- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild +++ b/dev-python/debtcollector/debtcollector-2.2.0.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 DESCRIPTION="Python deprecation patterns and strategies that collect technical debt" @@ -15,11 +14,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND}" -RDEPEND=" - ${CDEPEND} +RDEPEND="${DEPEND} >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}] -" + >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]" diff --git a/dev-python/debtcollector/metadata.xml b/dev-python/debtcollector/metadata.xml index d8d731b45bb9..33d3e2edc5fc 100644 --- a/dev-python/debtcollector/metadata.xml +++ b/dev-python/debtcollector/metadata.xml @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">debtcollector</remote-id> - </upstream> -</pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <upstream> + <remote-id type="pypi">debtcollector</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
