summaryrefslogtreecommitdiff
path: root/dev-python/webob
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 03:01:38 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 03:01:38 -0500
commit46b253445e4dc73ee69188755ecbd45f6782960c (patch)
tree93de0bfac271d3fa0e9e3ab52f60c169a3e81199 /dev-python/webob
parent51bf2274747e1d7dc41c145ccf95055c1b9d763b (diff)
downloadbaldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.gz
baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.xz
baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.zip
Adding metadata
Diffstat (limited to 'dev-python/webob')
-rw-r--r--dev-python/webob/Manifest1
-rw-r--r--dev-python/webob/webob-1.8.10.ebuild4
-rw-r--r--dev-python/webob/webob-1.8.9.ebuild41
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 701c3b0d37b3..7bbac7e643d7 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1 @@
DIST webob-1.8.10.tar.gz 280796 BLAKE2B fc70c3f60bc9b1d0b75ef7665c8b5ce9f6ec394fa23a840fe0658b3f782a2f899f7ae83d78c70084a377a368f2bb8576bf2d45f56df1985560488b7b0b80b363 SHA512 a37333d95763b24cd6d435e4dd59a18a8cb3c10c23075d6c79114654c84f38b9e41b36d868e4e3200fba93774529f6f4506b29a04411acaa90a2d14cc668a7ed
-DIST webob-1.8.9.tar.gz 279775 BLAKE2B 1442fb0cac7a5a55582956a89b998beb8b7e0cc75a7b09e8767ca2064c60a51102a5f8d08cd3d854c560f38448bea439acffa096b392811ba8941b9fa543e539 SHA512 ed5d91f864572b4bbeaa2aa6ada98285d597f83bc14613e62defb6fd6617986aa63534f0962d8045866471f8dfa09c803a5f2105efb84e5f618db6eeb804b9a1
diff --git a/dev-python/webob/webob-1.8.10.ebuild b/dev-python/webob/webob-1.8.10.ebuild
index 0173050ebf96..96505a116aff 100644
--- a/dev-python/webob/webob-1.8.10.ebuild
+++ b/dev-python/webob/webob-1.8.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="WebOb"
-PYTHON_COMPAT=( python3_{12..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
RDEPEND="
$(python_gen_cond_dep '
diff --git a/dev-python/webob/webob-1.8.9.ebuild b/dev-python/webob/webob-1.8.9.ebuild
deleted file mode 100644
index c2d92bae9189..000000000000
--- a/dev-python/webob/webob-1.8.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN="WebOb"
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} 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="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/legacy-cgi-2.6[${PYTHON_USEDEP}]
- ' 3.{13..14})
-"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-python_test() {
- if [[ ${EPYTHON} == python3.14* ]] ; then
- EPYTEST_DESELECT+=(
- # https://github.com/Pylons/webob/issues/479
- tests/test_in_wsgiref.py::test_interrupted_request
- )
- fi
-
- epytest
-}