git: 898e1563a816 - main - www/py-flask-uploads: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 06:08:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=898e1563a8163490934ac71e68e41d7acb6ca6d5 commit 898e1563a8163490934ac71e68e41d7acb6ca6d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 05:40:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 05:48:58 +0000 www/py-flask-uploads: Update WWW --- www/py-flask-uploads/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/py-flask-uploads/Makefile b/www/py-flask-uploads/Makefile index 0cb6d69e07f8..d2c8e28f7254 100644 --- a/www/py-flask-uploads/Makefile +++ b/www/py-flask-uploads/Makefile @@ -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>