summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:59 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:22:02 +0100
commit92bba2ae7a67f3629549846226e8ca96a918ad14 (patch)
tree873499aa37da4be554cc6a7604eb230bc009ade4 /dev-python
parenta674ecce60870110f23c84d475fccdb902a10ac6 (diff)
downloadgentoo-92bba2ae7a67f3629549846226e8ca96a918ad14.tar.gz
gentoo-92bba2ae7a67f3629549846226e8ca96a918ad14.tar.bz2
gentoo-92bba2ae7a67f3629549846226e8ca96a918ad14.zip
dev-python/MechanicalSoup: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
index 290f18743214..28150c01bc1b 100644
--- a/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
+++ b/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A Python library for automating interaction with websites"
HOMEPAGE="
https://github.com/MechanicalSoup/MechanicalSoup/
https://pypi.org/project/MechanicalSoup/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"