pkgsrc/www/py-flask-sqlalchemy/Makefile
adam be8c8caa95 py-flask-sqlalchemy: updated to 2.4.0
Version 2.4.0
-  Make engine configuration more flexible.
-  Address SQLAlchemy 1.3 deprecations.
-  get_or_404() and first_or_404() now accept a description
   parameter to control the 404 message.
-  Use time.perf_counter for Python 3 on Windows.
-  Drop support for Python 2.6 and 3.3.
-  Add an example of Flask's tutorial project, Flaskr, adapted for
   Flask-SQLAlchemy.
2019-05-19 08:07:54 +00:00

19 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/05/19 08:07:54 adam Exp $
DISTNAME= Flask-SQLAlchemy-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-SQLAlchemy/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://github.com/mitsuhiko/flask-sqlalchemy
COMMENT= Adds SQLAlchemy support to your Flask application
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-flask>=0.10:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.8:../../databases/py-sqlalchemy
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"