mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
www/py-waitress: Update to 3.0.0
- Update WWW Changes: https://github.com/Pylons/waitress/releases
This commit is contained in:
parent
0f444409f9
commit
1e7a32c817
2 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
PORTNAME= waitress
|
PORTNAME= waitress
|
||||||
PORTVERSION= 2.1.2
|
PORTVERSION= 3.0.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Python WSGI server
|
COMMENT= Python WSGI server
|
||||||
WWW= https://github.com/Pylons/waitress
|
WWW= https://docs.pylonsproject.org/projects/waitress/en/latest/ \
|
||||||
|
https://github.com/Pylons/waitress
|
||||||
|
|
||||||
LICENSE= ZPL21
|
LICENSE= ZPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= cpe python
|
USES= cpe python
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1654275895
|
TIMESTAMP = 1708449550
|
||||||
SHA256 (waitress-2.1.2.tar.gz) = 780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba
|
SHA256 (waitress-3.0.0.tar.gz) = 005da479b04134cdd9dd602d1ee7c49d79de0537610d653674cc6cbde222b8a1
|
||||||
SIZE (waitress-2.1.2.tar.gz) = 179823
|
SIZE (waitress-3.0.0.tar.gz) = 179393
|
||||||
|
|
Loading…
Add table
Reference in a new issue