17 lines
507 B
Bash
17 lines
507 B
Bash
|
# Template file for 'python3-WebOb'
|
||
|
pkgname=python3-WebOb
|
||
|
version=1.8.2
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="WebOb-${version}"
|
||
|
build_style=python3-module
|
||
|
pycompile_module="webob"
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3"
|
||
|
short_desc="WSGI request and response object for python3"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://webob.org"
|
||
|
distfiles="${PYPI_SITE}/W/WebOb/WebOb-${version}.tar.gz"
|
||
|
checksum=1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3
|