www/py-flask-flatpages: version update
* update to 0.6 * add required dependencies * adjust python versions (py3 is now supported) PR: 197689 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
c232dd3e85
commit
219d125819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380449
2 changed files with 8 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Flask-FlatPages
|
PORTNAME= Flask-FlatPages
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.6
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,10 +11,13 @@ MAINTAINER= oleg@bsdpower.com
|
||||||
COMMENT= Provides flat static pages to a Flask application
|
COMMENT= Provides flat static pages to a Flask application
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown
|
||||||
|
|
||||||
USES= python:2
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Flask-FlatPages-0.5.tar.gz) = 6c6c78bf4b0a6396606b8af63af23ea91ac93ee935108c885b4cfdc420eb999b
|
SHA256 (Flask-FlatPages-0.6.tar.gz) = b52d502579a0903c8660816a77c17f61f5cb526b5091fbe910a2ee17d2063bf2
|
||||||
SIZE (Flask-FlatPages-0.5.tar.gz) = 20949
|
SIZE (Flask-FlatPages-0.6.tar.gz) = 22536
|
||||||
|
|
Loading…
Reference in a new issue