15 lines
524 B
Bash
15 lines
524 B
Bash
# Template file for 'python3-waitress'
|
|
pkgname=python3-waitress
|
|
version=2.1.0
|
|
revision=1
|
|
wrksrc="waitress-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-cov"
|
|
short_desc="Pure-Python WSGI server"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="ZPL-2.1"
|
|
homepage="https://github.com/Pylons/waitress"
|
|
distfiles="${PYPI_SITE}/w/waitress/waitress-${version}.tar.gz"
|
|
checksum=ec8a8d9b6b15f3bb2c1a82b8f3929a029c333c35fcafb08c185a9e562d8cc9c2
|