summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:47:46 +0100
commita72c2f40ac1b8aa24df87db75cc98562e9696c22 (patch)
tree3fdac09390d691b773b3a579cb7ff726c4f5125c
parentdev-python/extras: Use pypi.eclass (diff)
downloadgentoo-a72c2f40ac1b8aa24df87db75cc98562e9696c22.tar.gz
gentoo-a72c2f40ac1b8aa24df87db75cc98562e9696c22.tar.bz2
gentoo-a72c2f40ac1b8aa24df87db75cc98562e9696c22.zip
dev-python/fastimport: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/fastimport/fastimport-0.9.14.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/fastimport/fastimport-0.9.14.ebuild b/dev-python/fastimport/fastimport-0.9.14.ebuild
index b222366b89a0..352daf441bfa 100644
--- a/dev-python/fastimport/fastimport-0.9.14.ebuild
+++ b/dev-python/fastimport/fastimport-0.9.14.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Library for parsing the fastimport VCS serialization format"
HOMEPAGE="
https://github.com/jelmer/python-fastimport/
https://pypi.org/project/fastimport/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"