summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-24 14:53:40 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-25 18:18:35 +0100
commite885b19f5e42c1f5d4e0fa439af442238e48bab9 (patch)
tree8749c13727d29fb7969c8284e587ed3e4d75de6f /dev-python/pebble
parentdev-python/paste: Use pypi.eclass (diff)
downloadgentoo-e885b19f5e42c1f5d4e0fa439af442238e48bab9.tar.gz
gentoo-e885b19f5e42c1f5d4e0fa439af442238e48bab9.tar.bz2
gentoo-e885b19f5e42c1f5d4e0fa439af442238e48bab9.zip
dev-python/pebble: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pebble')
-rw-r--r--dev-python/pebble/pebble-5.0.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pebble/pebble-5.0.3.ebuild b/dev-python/pebble/pebble-5.0.3.ebuild
index e850aa47b9d2..3706c6e86b6c 100644
--- a/dev-python/pebble/pebble-5.0.3.ebuild
+++ b/dev-python/pebble/pebble-5.0.3.ebuild
@@ -4,19 +4,18 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_P=${P^}
DESCRIPTION="Threading and multiprocessing eye-candy"
HOMEPAGE="
https://pebble.readthedocs.io/
https://github.com/noxdafox/pebble/
https://pypi.org/project/Pebble/
"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${P^}
LICENSE="LGPL-3+"
SLOT="0"