Skip to content

Commit

Permalink
www/py-flask: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed May 5, 2023
1 parent 2141d20 commit 234cadc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions www/py-flask/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= Flask
DISTVERSION= 2.2.3
DISTVERSION= 2.3.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,15 +11,18 @@ WWW= http://flask.pocoo.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.2.2:www/py-werkzeug@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itsdangerous>=2.0:security/py-itsdangerous@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.3.2:www/py-werkzeug@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itsdangerous>=2.1.2:security/py-itsdangerous@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}

USES= cpe python:3.7+
USES= cpe python:3.8+
CPE_VENDOR= palletsprojects
USE_PYTHON= distutils concurrent autoplist
USE_PYTHON= pep517 concurrent autoplist

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-flask/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1676503786
SHA256 (Flask-2.2.3.tar.gz) = 7eb373984bf1c770023fce9db164ed0c3353cd0b53f130f4693da0ca756a2e6d
SIZE (Flask-2.2.3.tar.gz) = 697599
TIMESTAMP = 1683108540
SHA256 (Flask-2.3.2.tar.gz) = 8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef
SIZE (Flask-2.3.2.tar.gz) = 686251

0 comments on commit 234cadc

Please sign in to comment.