summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:49:07 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:14 +0100
commitce36717c7e98ca375c0ae587f266fe19256b6813 (patch)
tree8ac7ee57c5f0a9df83d99ad0a45174377f65ca44 /dev-python/vecrec
parentdev-python/validators: Use pypi.eclass (diff)
downloadgentoo-ce36717c7e98ca375c0ae587f266fe19256b6813.tar.gz
gentoo-ce36717c7e98ca375c0ae587f266fe19256b6813.tar.bz2
gentoo-ce36717c7e98ca375c0ae587f266fe19256b6813.zip
dev-python/vecrec: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vecrec')
-rw-r--r--dev-python/vecrec/vecrec-0.3.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
index 184ce40f2281..d47d6a69f6e7 100644
--- a/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
+++ b/dev-python/vecrec/vecrec-0.3.1-r1.ebuild
@@ -6,12 +6,11 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="2D vector and rectangle classes"
HOMEPAGE="https://github.com/kxgames/vecrec
https://pypi.org/project/vecrec/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64"