summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:33 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:47:50 +0100
commit584ddb236a48077d91cb47b5a62c836ca95f2a64 (patch)
treed5d1b81a08823936f0812337b0355df6f1947ba7 /dev-python/fixtures
parentdev-python/filetype: Use pypi.eclass (diff)
downloadgentoo-584ddb236a48077d91cb47b5a62c836ca95f2a64.tar.gz
gentoo-584ddb236a48077d91cb47b5a62c836ca95f2a64.tar.bz2
gentoo-584ddb236a48077d91cb47b5a62c836ca95f2a64.zip
dev-python/fixtures: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r--dev-python/fixtures/fixtures-4.0.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/fixtures/fixtures-4.0.1.ebuild b/dev-python/fixtures/fixtures-4.0.1.ebuild
index 3023bb4e29a8..dca57780a1e9 100644
--- a/dev-python/fixtures/fixtures-4.0.1.ebuild
+++ b/dev-python/fixtures/fixtures-4.0.1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=pbr
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Fixtures, reusable state for writing clean tests and more"
HOMEPAGE="
https://github.com/testing-cabal/fixtures/
https://pypi.org/project/fixtures/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( Apache-2.0 BSD )"
SLOT="0"