diff options
author | rodent <rodent@pkgsrc.org> | 2014-01-03 03:34:00 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-01-03 03:34:00 +0000 |
commit | 9c1cd4393d0dfd421d872cc12d451b560c526b2f (patch) | |
tree | 66182db986824c2c7942b31bd406b832b2d9b37a /www/py-flask-bootstrap | |
parent | 7377fa057f47b8508724a19ae34d62db166fc431 (diff) | |
download | pkgsrc-9c1cd4393d0dfd421d872cc12d451b560c526b2f.tar.gz |
Import py27-flask-bootstrap-3.0.3.1 as www/py-flask-bootstrap.
Flask-Bootstrap packages Twitter's Bootstrap into an extension that mostly
consists of a blueprint named 'bootstrap'. It can also create links to serve
Bootstrap from a CDN and works with no boilerplate code in your application.
Diffstat (limited to 'www/py-flask-bootstrap')
-rw-r--r-- | www/py-flask-bootstrap/DESCR | 3 | ||||
-rw-r--r-- | www/py-flask-bootstrap/Makefile | 22 | ||||
-rw-r--r-- | www/py-flask-bootstrap/PLIST | 26 | ||||
-rw-r--r-- | www/py-flask-bootstrap/distinfo | 5 |
4 files changed, 56 insertions, 0 deletions
diff --git a/www/py-flask-bootstrap/DESCR b/www/py-flask-bootstrap/DESCR new file mode 100644 index 00000000000..7f6a83abd92 --- /dev/null +++ b/www/py-flask-bootstrap/DESCR @@ -0,0 +1,3 @@ +Flask-Bootstrap packages Twitter's Bootstrap into an extension that mostly +consists of a blueprint named 'bootstrap'. It can also create links to serve +Bootstrap from a CDN and works with no boilerplate code in your application. diff --git a/www/py-flask-bootstrap/Makefile b/www/py-flask-bootstrap/Makefile new file mode 100644 index 00000000000..313df7e4ac9 --- /dev/null +++ b/www/py-flask-bootstrap/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2014/01/03 03:34:00 rodent Exp $ + +DISTNAME= Flask-Bootstrap-3.0.3.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= python www +MASTER_SITES= https://pypi.python.org/packages/source/F/Flask-Bootstrap/ +FETCH_USING= curl + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://github.com/mbr/flask-bootstrap +COMMENT= Flask extension for Twitter's Bootstrap +LICENSE= apache-2.0 AND mit AND modified-bsd + +USE_LANGUAGES= # none +EGG_NAME= ${DISTNAME:S/-/_/1} + +REPLACE_PYTHON+= flask_bootstrap/__init__.py + +DEPENDS+= ${PYPKGPREFIX}-flask>=0.8:../../www/py-flask +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-flask-bootstrap/PLIST b/www/py-flask-bootstrap/PLIST new file mode 100644 index 00000000000..bef1b6da2ea --- /dev/null +++ b/www/py-flask-bootstrap/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2014/01/03 03:34:00 rodent 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_bootstrap/__init__.py +${PYSITELIB}/flask_bootstrap/__init__.pyc +${PYSITELIB}/flask_bootstrap/__init__.pyo +${PYSITELIB}/flask_bootstrap/static/css/bootstrap-theme.css +${PYSITELIB}/flask_bootstrap/static/css/bootstrap-theme.min.css +${PYSITELIB}/flask_bootstrap/static/css/bootstrap.css +${PYSITELIB}/flask_bootstrap/static/css/bootstrap.min.css +${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.eot +${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.svg +${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.ttf +${PYSITELIB}/flask_bootstrap/static/fonts/glyphicons-halflings-regular.woff +${PYSITELIB}/flask_bootstrap/static/jquery.js +${PYSITELIB}/flask_bootstrap/static/jquery.min.js +${PYSITELIB}/flask_bootstrap/static/js/bootstrap.js +${PYSITELIB}/flask_bootstrap/static/js/bootstrap.min.js +${PYSITELIB}/flask_bootstrap/templates/bootstrap/base.html +${PYSITELIB}/flask_bootstrap/templates/bootstrap/fixes.html +${PYSITELIB}/flask_bootstrap/templates/bootstrap/google.html +${PYSITELIB}/flask_bootstrap/templates/bootstrap/wtf.html diff --git a/www/py-flask-bootstrap/distinfo b/www/py-flask-bootstrap/distinfo new file mode 100644 index 00000000000..22798bda375 --- /dev/null +++ b/www/py-flask-bootstrap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/01/03 03:34:00 rodent Exp $ + +SHA1 (Flask-Bootstrap-3.0.3.1.tar.gz) = 4aa5c94e3229163c18b28897f230c10090a32d54 +RMD160 (Flask-Bootstrap-3.0.3.1.tar.gz) = 6400c2fc2b40d116fe15863f8963409ffb2664e8 +Size (Flask-Bootstrap-3.0.3.1.tar.gz) = 250325 bytes |