pkgsrc/www/py-flask-admin/Makefile
kleink 97030aff85 Update py-flask-admin to 1.0.5.
1.0.5
* SQLAlchemy 0.8 support
* Choices and PostgreSQL Enum field type support
* Flask-BabelEx will be used to localize administrative interface
* Simple text file editor
* File admin has additional hooks: rename, edit, upload, etc
* Simple text file editor
* External links in menu
* Column descriptions
* Possibility to override master template
* Reworked templates. New âlayoutâ sample with completely different
  administrative UI
* Ability to customize wtforms widget rendering through form_widget_args
  property
* German translation (WIP)
* Updated documentation
* Lots of bug fixes
2013-03-24 13:24:27 +00:00

26 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/03/24 13:24:27 kleink Exp $
DISTNAME= Flask-Admin-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Admin/
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://github.com/mrjoes/flask-admin/
COMMENT= Simple and extensible administrative interface framework for Flask
LICENSE= modified-bsd
USE_LANGUAGES= # empty
EGG_NAME= ${DISTNAME:S/-/_/}
DEPENDS+= ${PYPKGPREFIX}-flask-wtf>=0.6:../../www/py-flask-wtf
post-install:
.for i in select2.css spinner.gif
${CHMOD} -x \
${DESTDIR}${PREFIX}/${PYSITELIB}/flask_admin/static/select2/${i}
.endfor
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"