summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:45:19 +0100
commit0e42e2d809cc881a56db3aa1b5ac05a61f34e68c (patch)
tree67338bf7357e7c5ccae4fb42e019c5dce6f12eeb /dev-python/cmd2
parentdev-python/chump: Use pypi.eclass (diff)
downloadgentoo-0e42e2d809cc881a56db3aa1b5ac05a61f34e68c.tar.gz
gentoo-0e42e2d809cc881a56db3aa1b5ac05a61f34e68c.tar.bz2
gentoo-0e42e2d809cc881a56db3aa1b5ac05a61f34e68c.zip
dev-python/cmd2: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cmd2')
-rw-r--r--dev-python/cmd2/cmd2-2.4.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cmd2/cmd2-2.4.3.ebuild b/dev-python/cmd2/cmd2-2.4.3.ebuild
index 2fa54e7a3aef..33e54b6a2031 100644
--- a/dev-python/cmd2/cmd2-2.4.3.ebuild
+++ b/dev-python/cmd2/cmd2-2.4.3.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 virtualx
+inherit distutils-r1 virtualx pypi
DESCRIPTION="Extra features for standard library's cmd module"
HOMEPAGE="
https://github.com/python-cmd2/cmd2/
https://pypi.org/project/cmd2/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"