www/py-flask-bootstrap: NEW PORT - Flask extension that adds Bootstrap to your projects
Flask-Bootstrap packages 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. WWW: http://pythonhosted.org/Flask-Bootstrap/ PR: 199045 Submitted by: Maxim Filimonov <che@bein.link>
This commit is contained in:
parent
d2c51ba41d
commit
3f3a23f3b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382808
4 changed files with 27 additions and 0 deletions
|
@ -1548,6 +1548,7 @@
|
|||
SUBDIR += py-feedgenerator
|
||||
SUBDIR += py-flask
|
||||
SUBDIR += py-flask-admin
|
||||
SUBDIR += py-flask-bootstrap
|
||||
SUBDIR += py-flask-cache
|
||||
SUBDIR += py-flask-flatpages
|
||||
SUBDIR += py-flask-oauthlib
|
||||
|
|
19
www/py-flask-bootstrap/Makefile
Normal file
19
www/py-flask-bootstrap/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Flask-Bootstrap
|
||||
PORTVERSION= 3.3.2.1
|
||||
CATEGORIES= python www
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= che@bein.link
|
||||
COMMENT= Flask extension that adds Bootstrap to your projects
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:${PORTSDIR}/www/py-flask
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-flask-bootstrap/distinfo
Normal file
2
www/py-flask-bootstrap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Flask-Bootstrap-3.3.2.1.tar.gz) = ccda318fd97e3f4b7d9ef85f732237c0f27ede7d4a7a7b7fbf899e431778344b
|
||||
SIZE (Flask-Bootstrap-3.3.2.1.tar.gz) = 441889
|
5
www/py-flask-bootstrap/pkg-descr
Normal file
5
www/py-flask-bootstrap/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Flask-Bootstrap packages 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.
|
||||
|
||||
WWW: http://pythonhosted.org/Flask-Bootstrap/
|
Loading…
Reference in a new issue