summaryrefslogtreecommitdiff
path: root/dev-python/webob
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-16 06:22:55 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-06-16 06:22:55 +0000
commit0fa4148af439d1471b7ba8cbeaa2719752bfdea5 (patch)
tree644e5a6bcfb2f715ff40a954bbe6564f1fdf33ff /dev-python/webob
parent138976658758b93a17ac984aac6795c177573feb (diff)
downloadbaldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.gz
baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.tar.xz
baldeagleos-repo-0fa4148af439d1471b7ba8cbeaa2719752bfdea5.zip
Adding metadata
Diffstat (limited to 'dev-python/webob')
-rw-r--r--dev-python/webob/webob-1.8.7-r1.ebuild8
-rw-r--r--dev-python/webob/webob-1.8.7-r2.ebuild37
2 files changed, 7 insertions, 38 deletions
diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild b/dev-python/webob/webob-1.8.7-r1.ebuild
index 12d1c6059d0b..8474d9b48776 100644
--- a/dev-python/webob/webob-1.8.7-r1.ebuild
+++ b/dev-python/webob/webob-1.8.7-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
@@ -21,6 +21,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/legacy-cgi[${PYTHON_USEDEP}]
+ ' 3.13)
+"
+
distutils_enable_sphinx docs 'dev-python/alabaster'
distutils_enable_tests pytest
diff --git a/dev-python/webob/webob-1.8.7-r2.ebuild b/dev-python/webob/webob-1.8.7-r2.ebuild
deleted file mode 100644
index f5e124bcff56..000000000000
--- a/dev-python/webob/webob-1.8.7-r2.ebuild
+++ /dev/null
@@ -1,37 +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="WebOb"
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="
- https://webob.org/
- https://github.com/Pylons/webob/
- https://pypi.org/project/WebOb/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/legacy-cgi[${PYTHON_USEDEP}]
- ' 3.13)
-"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-src_prepare() {
- # py3.9
- sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
- distutils-r1_src_prepare
-}