summaryrefslogtreecommitdiff
path: root/dev-python/wsgiproxy2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
commite292b671b113c2cc012beddad93a3df4f9410698 (patch)
tree96b510d2f17600f87d69b1ad0edddee81cb7b791 /dev-python/wsgiproxy2
parent71d582d27eeece574ab3d904aa3fbe7742b0e895 (diff)
gentoo auto-resync : 25:03:2023 - 18:50:52
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r--dev-python/wsgiproxy2/Manifest2
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
index 147e9e89c40d..bc04bd0f7337 100644
--- a/dev-python/wsgiproxy2/Manifest
+++ b/dev-python/wsgiproxy2/Manifest
@@ -1,3 +1,3 @@
DIST WSGIProxy2-0.5.1.tar.gz 16565 BLAKE2B 54bdc404111d910af61a59a7da5d47924e1950162dfb79dc0fd221a417c4fbb717dc4e7cf521589e3d087ffce1917449a199f5278bd4410ccce391b9c551eced SHA512 6be9d4893515cc70ee1c5d7b7a29895a8c8b5afd316e2ad05f92fc1fa93e26da22b93440994ec9782f0663ff7073e476f75351fb7955bde93a2b6fbf9f4bf78a
-EBUILD wsgiproxy2-0.5.1-r1.ebuild 842 BLAKE2B a74cef0c229cca016d41ba4584cee1d8459f5678e4e1733532f82c878584cc2d34b059beb79526b8532bd3cf76f77ce24b64247285de7e9285e0e7be8d81acd0 SHA512 66848eb7368eefe9947cfffdd1a9631f02c7f3210f5c99701f074c9c272fdf7bd7e9c240772f28009da608b8940e9e4f37e4f79b70a517c8be38fea4a28323a6
+EBUILD wsgiproxy2-0.5.1-r1.ebuild 771 BLAKE2B 40f5c32ea2b05c2bcf505d8f37a28c62f5d26ae93dced12aa96e2c8c6726a3eea5c921c2fe9cfbfd2c239d9e1fb45466164b2ecf584b2af74507d558509d9dbd SHA512 5156d2a2dc9680903f5d3d19292ef94056db1dd5bd3ce3f25cfb870b148aad4beb4e456d60831671803236c03e011b799a3c0d4778c5fef150b4850f0f0a627a
MISC metadata.xml 338 BLAKE2B ad788fd89f5187ab162da326b7d3351c92f99a61f2a947832ae91c692f2202803fa6a754b05ff8f4ce9d752d28a490870dfbf630ecae510d03b24b2725329261 SHA512 38439e1fe9b37f8b911f42bd7e49b2f9455c7486551a8553e3b7ce91ef2f18ae50a93d535673bbff00b3faccee2082df96ac5e6da076dbc91fcecaf35c803f43
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild
index f9e63b4183f3..2bcc6026a3f2 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild
@@ -4,18 +4,17 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="WSGIProxy2"
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_PN="WSGIProxy2"
DESCRIPTION="HTTP proxying tools for WSGI apps"
HOMEPAGE="
https://github.com/gawel/WSGIProxy2/
https://pypi.org/project/WSGIProxy2/
"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"