summaryrefslogtreecommitdiff
path: root/dev-python/webob
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/webob
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/webob')
-rw-r--r--dev-python/webob/Manifest1
-rw-r--r--dev-python/webob/metadata.xml14
-rw-r--r--dev-python/webob/webob-1.8.10.ebuild42
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
deleted file mode 100644
index 7bbac7e643d7..000000000000
--- a/dev-python/webob/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webob-1.8.10.tar.gz 280796 BLAKE2B fc70c3f60bc9b1d0b75ef7665c8b5ce9f6ec394fa23a840fe0658b3f782a2f899f7ae83d78c70084a377a368f2bb8576bf2d45f56df1985560488b7b0b80b363 SHA512 a37333d95763b24cd6d435e4dd59a18a8cb3c10c23075d6c79114654c84f38b9e41b36d868e4e3200fba93774529f6f4506b29a04411acaa90a2d14cc668a7ed
diff --git a/dev-python/webob/metadata.xml b/dev-python/webob/metadata.xml
deleted file mode 100644
index 5fda3f997398..000000000000
--- a/dev-python/webob/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">WebOb</remote-id>
- <remote-id type="github">Pylons/webob</remote-id>
- <bugs-to>https://github.com/Pylons/webob/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/webob/webob-1.8.10.ebuild b/dev-python/webob/webob-1.8.10.ebuild
deleted file mode 100644
index 96505a116aff..000000000000
--- a/dev-python/webob/webob-1.8.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2026 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_{13..14} )
-
-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'
-EPYTEST_PLUGINS=()
-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
-}