summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-15 15:13:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-15 15:14:35 +0200
commit6469f61083e04c92498ddbffd81944e01d165b1c (patch)
tree00fdc3127f3f3c70cb5d13da4d4b08997d29d486 /dev-python/wsgiproxy2
parentdev-python/webob: Merge py3.13 revbump back (diff)
downloadgentoo-6469f61083e04c92498ddbffd81944e01d165b1c.tar.gz
gentoo-6469f61083e04c92498ddbffd81944e01d165b1c.tar.bz2
gentoo-6469f61083e04c92498ddbffd81944e01d165b1c.zip
dev-python/wsgiproxy2: Merge py3.13 revbump back
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild4
-rw-r--r--dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r2.ebuild35
2 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild
index 829f1613c22e..5a2f34c9bbe3 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-2023 Gentoo Authors
+# Copyright 1999-2024 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..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r2.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r2.ebuild
deleted file mode 100644
index 16bd670092f7..000000000000
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="WSGIProxy2"
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="
- https://github.com/gawel/WSGIProxy2/
- https://pypi.org/project/WSGIProxy2/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- dev-python/webob[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest