* update python-webob to 1.8.7-9

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:56 +01:00
parent 9938a436af
commit f73d3418d5
3 changed files with 31 additions and 3 deletions

View File

@ -0,0 +1,25 @@
pkgbase = python-webob
pkgdesc = WSGI request and response object
pkgver = 1.8.7
pkgrel = 9
url = https://webob.org/
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-legacy-cgi
optdepends = python-webob-docs: documentation
source = https://pypi.io/packages/source/W/WebOb/WebOb-1.8.7.tar.gz
source = python-webob-py39.patch::https://github.com/Pylons/webob/commit/6b5d8c382c26.patch
sha512sums = ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489
sha512sums = aba4b333bc67f6ccde084efca793aff7b978548b1179ca4dbeb969f05b0e0e0bb00201640929cd07741434e27cf935361fcacc1943706e6399c5aa8407ec0116
pkgname = python-webob
pkgname = python-webob-docs
optdepends =

View File

@ -0,0 +1,3 @@
[python-webob]
source = "pypi"
pypi = "WebOb"

View File

@ -6,12 +6,12 @@
pkgbase='python-webob'
pkgname=('python-webob' 'python-webob-docs')
pkgver=1.8.7
pkgrel=8
pkgrel=9
pkgdesc="WSGI request and response object"
arch=(any)
url="http://pythonpaste.org/webob/"
url="https://webob.org/"
license=('MIT')
depends=('python')
depends=('python' 'python-legacy-cgi')
makedepends=('python-setuptools' 'python-sphinx' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest')
optdepends=('python-webob-docs: documentation')