diff options
author | 2023-03-15 18:48:19 +0100 | |
---|---|---|
committer | 2023-03-16 05:04:32 +0100 | |
commit | a11c78b2ac4fc0f1f16f57fbd4940f5eec021601 (patch) | |
tree | 255fbefd1e2a8c9fdbad40a0252f73885c386e51 /dev-python/rope | |
parent | dev-python/rfc3987: Use pypi.eclass (diff) | |
download | gentoo-a11c78b2ac4fc0f1f16f57fbd4940f5eec021601.tar.gz gentoo-a11c78b2ac4fc0f1f16f57fbd4940f5eec021601.tar.bz2 gentoo-a11c78b2ac4fc0f1f16f57fbd4940f5eec021601.zip |
dev-python/rope: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/rope-1.7.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/rope/rope-1.7.0.ebuild b/dev-python/rope/rope-1.7.0.ebuild index 52f77cc18ffb..92fb6ffc8ab3 100644 --- a/dev-python/rope/rope-1.7.0.ebuild +++ b/dev-python/rope/rope-1.7.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python refactoring library" HOMEPAGE=" https://pypi.org/project/rope/ https://github.com/python-rope/rope/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" |