www/py-flask-uploads: Update WWW

2024Q1
Po-Chuan Hsieh 2023-12-14 13:40:57 +08:00
parent 33478197f9
commit 898e1563a8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 5 additions and 3 deletions

View File

@ -6,14 +6,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Flexible and efficient upload handling for Flask
WWW= https://pypi.org/project/Flask-Uploads/
WWW= https://flask-uploads.readthedocs.io/en/latest/ \
https://github.com/maxcountryman/flask-uploads
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.10:www/py-flask@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>