aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 05:40:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-14 05:48:58 +0000
commit898e1563a8163490934ac71e68e41d7acb6ca6d5 (patch)
treeb2629d370560cf0481bb61f8612eb18922d61a65
parent33478197f95742a4826ff159cd9e53361edeb34d (diff)
downloadports-898e1563a8163490934ac71e68e41d7acb6ca6d5.tar.gz
ports-898e1563a8163490934ac71e68e41d7acb6ca6d5.zip
www/py-flask-uploads: Update WWW
-rw-r--r--www/py-flask-uploads/Makefile8
1 files 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>