diff options
author | kleink <kleink@pkgsrc.org> | 2013-07-28 17:47:18 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-07-28 17:47:18 +0000 |
commit | caad5fb5823ef1ea379dc57642b1e9b523ea0b91 (patch) | |
tree | 58d7166703667c4a1d8525aa461718a1269affb1 /www/py-flask-script | |
parent | 15c4a31f581ee673b2f2cb9371ca64955aeb87bb (diff) | |
download | pkgsrc-caad5fb5823ef1ea379dc57642b1e9b523ea0b91.tar.gz |
Import Flask-Script-0.5.3 as www/py-flask-script.
The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.
Diffstat (limited to 'www/py-flask-script')
-rw-r--r-- | www/py-flask-script/DESCR | 5 | ||||
-rw-r--r-- | www/py-flask-script/Makefile | 20 | ||||
-rw-r--r-- | www/py-flask-script/PLIST | 16 | ||||
-rw-r--r-- | www/py-flask-script/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/py-flask-script/DESCR b/www/py-flask-script/DESCR new file mode 100644 index 00000000000..1f82125f47c --- /dev/null +++ b/www/py-flask-script/DESCR @@ -0,0 +1,5 @@ +The Flask-Script extension provides support for writing external +scripts in Flask. This includes running a development server, a +customised Python shell, scripts to set up your database, cronjobs, +and other command-line tasks that belong outside the web application +itself. diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile new file mode 100644 index 00000000000..20c6544f27c --- /dev/null +++ b/www/py-flask-script/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/07/28 17:47:18 kleink Exp $ + +DISTNAME= Flask-Script-0.5.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/ + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://flask-script.readthedocs.org/en/latest/ +COMMENT= Scripting support for Flask +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +EGG_NAME= ${DISTNAME:S/-/_/} + +DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-flask-script/PLIST b/www/py-flask-script/PLIST new file mode 100644 index 00000000000..7f50ad8e211 --- /dev/null +++ b/www/py-flask-script/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/28 17:47:18 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_script/__init__.py +${PYSITELIB}/flask_script/__init__.pyc +${PYSITELIB}/flask_script/__init__.pyo +${PYSITELIB}/flask_script/cli.py +${PYSITELIB}/flask_script/cli.pyc +${PYSITELIB}/flask_script/cli.pyo +${PYSITELIB}/flask_script/commands.py +${PYSITELIB}/flask_script/commands.pyc +${PYSITELIB}/flask_script/commands.pyo diff --git a/www/py-flask-script/distinfo b/www/py-flask-script/distinfo new file mode 100644 index 00000000000..7e4a2fd28ae --- /dev/null +++ b/www/py-flask-script/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/28 17:47:18 kleink Exp $ + +SHA1 (Flask-Script-0.5.3.tar.gz) = 79237ef480e2744f6a5b2dd27772f3d9536396bb +RMD160 (Flask-Script-0.5.3.tar.gz) = 1fd80778794d7fc9d757ae634fd393e4cf8eee1b +Size (Flask-Script-0.5.3.tar.gz) = 36784 bytes |