mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
add py-8
This commit is contained in:
23
python/py-flask/Makefile
Normal file
23
python/py-flask/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
||||
# $FreeBSD: head/www/py-flask/Makefile 532893 2020-04-24 20:39:14Z rm $
|
||||
|
||||
PORTNAME= Flask
|
||||
DISTVERSION= 1.1.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= Micro web framework
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.15:python/py-werkzeug@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:python/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}itsdangerous>=0.24:python/py-itsdangerous@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=5.1:python/py-click@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-flask/distinfo
Normal file
3
python/py-flask/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587760273
|
||||
SHA256 (Flask-1.1.2.tar.gz) = 4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
|
||||
SIZE (Flask-1.1.2.tar.gz) = 637516
|
||||
3
python/py-flask/pkg-descr
Normal file
3
python/py-flask/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Flask is a microframework for Python based on Werkzeug and Jinja2.
|
||||
|
||||
WWW: http://flask.pocoo.org/
|
||||
Reference in New Issue
Block a user