diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
commit | 27b3683509c5229cce540418778a8b64afbc0009 (patch) | |
tree | b7164898142b8b093b91c8254c4387b6eec679ee /dev-python/wsgiproxy2 | |
parent | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff) |
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest index d4cf96b27444..6f35dbfbb434 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 778 BLAKE2B 99af9803547ca9f1b3ca8ec3ba0199f4dd3eac67b80cceaaeb453ddb662f2d3447ecf7f706425f8fd54e792393a6314d488cccd41b4fd2a869111f22ace2f8d4 SHA512 6b02297ba6fd97b92b2c779026d3f36a7efb16422a4e81530a3b2691640799ed9108893567d3cda98289410496353b1c0d2bdef503eec8180c6095ed115990bb +EBUILD wsgiproxy2-0.5.1-r1.ebuild 787 BLAKE2B 2b5804b6d5b9a332eb5f1ebd79e2978fa58742931f38e4bae5c281fe964912c704902bcd6284a078554a49b4dbd77342eeec1dfc18a9aec3fc95695a9e375a71 SHA512 bf59e373c53639be73550122da997a38f4812935101049a511b3d01be1ef0281fb5d4baff7552361fd80ba33b0a9c10fd8be23bc706b629d2fa30c9619a81de0 MISC metadata.xml 394 BLAKE2B cf38f19589239d7d64eab217998c09ad3279b22954b23a3f8ea58b90611773959e3c9b1423c260d3993e09302a7a7dae33b4f637e15be081a8e3083f84d18d24 SHA512 ac2d09be1f88d2ae9fb09a32d63f9de7207c8ecd7c6ad6c22863b8f8f534335794eb0d3d56ef6acc9bdd1fabc2f0421afebc3e2a575ef959863f2ea860bd52a8 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild index 978b10f748f5..1e45b9aaed31 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="WSGIProxy2" -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |