Import Frozen-Flask-0.9 as www/py-flask-frozen.
Frozen-Flask freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.
This commit is contained in:
parent
3a97ae0812
commit
5819a6aa3d
4 changed files with 48 additions and 0 deletions
3
www/py-flask-frozen/DESCR
Normal file
3
www/py-flask-frozen/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Frozen-Flask freezes a Flask application into a set of static files.
|
||||
The result can be hosted without any server-side software other
|
||||
than a traditional web server.
|
19
www/py-flask-frozen/Makefile
Normal file
19
www/py-flask-frozen/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/08 19:09:03 kleink Exp $
|
||||
|
||||
DISTNAME= Frozen-Flask-0.9
|
||||
PKGNAME= ${PYPKGPREFIX}-flask-frozen-0.9
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/F/Frozen-Flask/
|
||||
|
||||
MAINTAINER= kleink@NetBSD.org
|
||||
HOMEPAGE= https://github.com/SimonSapin/Frozen-Flask
|
||||
COMMENT= Freezes a Flask application into a set of static files
|
||||
LICENSE= modified-bsd
|
||||
|
||||
EGG_NAME= ${DISTNAME:S/-/_/}
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-flask>=0.7:../../www/py-flask
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
21
www/py-flask-frozen/PLIST
Normal file
21
www/py-flask-frozen/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/01/08 19:09:03 kleink Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/flask_frozen/__init__.py
|
||||
${PYSITELIB}/flask_frozen/__init__.pyc
|
||||
${PYSITELIB}/flask_frozen/__init__.pyo
|
||||
${PYSITELIB}/flask_frozen/test_app/__init__.py
|
||||
${PYSITELIB}/flask_frozen/test_app/__init__.pyc
|
||||
${PYSITELIB}/flask_frozen/test_app/__init__.pyo
|
||||
${PYSITELIB}/flask_frozen/test_app/admin/__init__.py
|
||||
${PYSITELIB}/flask_frozen/test_app/admin/__init__.pyc
|
||||
${PYSITELIB}/flask_frozen/test_app/admin/__init__.pyo
|
||||
${PYSITELIB}/flask_frozen/test_app/admin/admin_static/style.css
|
||||
${PYSITELIB}/flask_frozen/test_app/static/style.css
|
||||
${PYSITELIB}/flask_frozen/tests.py
|
||||
${PYSITELIB}/flask_frozen/tests.pyc
|
||||
${PYSITELIB}/flask_frozen/tests.pyo
|
5
www/py-flask-frozen/distinfo
Normal file
5
www/py-flask-frozen/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/01/08 19:09:03 kleink Exp $
|
||||
|
||||
SHA1 (Frozen-Flask-0.9.tar.gz) = 39adeac3d66402cacc8c91a288fed3cebfccac7c
|
||||
RMD160 (Frozen-Flask-0.9.tar.gz) = d46f686cf18f61a9e59ee5cda5854af5c4e7de04
|
||||
Size (Frozen-Flask-0.9.tar.gz) = 73608 bytes
|
Loading…
Reference in a new issue