1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

New port: www/py-flask-admin

Flask-Admin is a batteries-included, simple-to-use Flask extension
that lets you add admin interfaces to Flask applications.
It is inspired by the django-admin package, but implemented in such
a way that the developer has total control of the look, feel and
functionality of the resulting application.

Approved by:	marino (mentor)
This commit is contained in:
Bartek Rutkowski 2014-06-28 18:06:47 +00:00
parent cac3f2b55b
commit f0eac5120f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359709
4 changed files with 30 additions and 0 deletions

View File

@ -1548,6 +1548,7 @@
SUBDIR += py-feedfinder
SUBDIR += py-feedgenerator
SUBDIR += py-flask
SUBDIR += py-flask-admin
SUBDIR += py-flask-cache
SUBDIR += py-flask-flatpages
SUBDIR += py-flask-uploads

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= Flask-Admin
PORTVERSION= 1.0.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Flask extension for adding admin interfaces to Flask applications
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:${PORTSDIR}/www/py-flask
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Flask-Admin-1.0.8.tar.gz) = 987e8468c0c6edb993cbcf44c25df9134748a5e554d1f631c0fdd13b8f91855a
SIZE (Flask-Admin-1.0.8.tar.gz) = 342794

View File

@ -0,0 +1,7 @@
Flask-Admin is a batteries-included, simple-to-use Flask extension
that lets you add admin interfaces to Flask applications.
It is inspired by the django-admin package, but implemented in such
a way that the developer has total control of the look, feel and
functionality of the resulting application.
WWW: https://github.com/mrjoes/flask-admin/