commit:     6469f61083e04c92498ddbffd81944e01d165b1c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 13:13:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 13:14:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6469f610

dev-python/wsgiproxy2: Merge py3.13 revbump back

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild |  4 +--
 dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r2.ebuild | 35 ------------------------
 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

Reply via email to