summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:13 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:51:01 +0100
commit37327c2dd0674e38ce4850305eafaea49db66dde (patch)
treebd49e19d8eb2e8c5bde38bbaef6fea4682d88a49
parentdev-python/isodate: Use pypi.eclass (diff)
downloadgentoo-37327c2dd0674e38ce4850305eafaea49db66dde.tar.gz
gentoo-37327c2dd0674e38ce4850305eafaea49db66dde.tar.bz2
gentoo-37327c2dd0674e38ce4850305eafaea49db66dde.zip
dev-python/itsdangerous: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/itsdangerous/itsdangerous-2.1.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild b/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
index 8abc972ce72c..3dfdf5ddb09d 100644
--- a/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
+++ b/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Various helpers to pass trusted data to untrusted environments and back"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/pallets/itsdangerous/
https://pypi.org/project/itsdangerous/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"