15 lines
495 B
Bash
15 lines
495 B
Bash
# Template file for 'python3-waitress'
|
|
pkgname=python3-waitress
|
|
version=3.0.0
|
|
revision=1
|
|
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=005da479b04134cdd9dd602d1ee7c49d79de0537610d653674cc6cbde222b8a1
|