summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:57 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:15 +0100
commitd3fecefdd54e0cd5a2917783f72d7dcb9dd5f790 (patch)
tree78e769cb5c51d8bc180fc75ababdae0ad8fcdd6a
parentdev-util/codespell: Use pypi.eclass (diff)
downloadgentoo-d3fecefdd54e0cd5a2917783f72d7dcb9dd5f790.tar.gz
gentoo-d3fecefdd54e0cd5a2917783f72d7dcb9dd5f790.tar.bz2
gentoo-d3fecefdd54e0cd5a2917783f72d7dcb9dd5f790.zip
dev-util/cram: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/cram/cram-0.7-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/cram/cram-0.7-r2.ebuild b/dev-util/cram/cram-0.7-r2.ebuild
index 3ec0814418f0..bb74a99d6315 100644
--- a/dev-util/cram/cram-0.7-r2.ebuild
+++ b/dev-util/cram/cram-0.7-r2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Functional testing framework for command line applications"
HOMEPAGE="https://bitheap.org/cram/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"