New package: python3-Flask-SQLAlchemy-2.4.1

This commit is contained in:
Pulux 2020-01-28 19:47:57 +01:00 committed by Helmut Pozimski
parent 7bafb0e80c
commit 7071fe79f8

View file

@ -0,0 +1,19 @@
# Template file for 'python3-Flask-SQLAlchemy'
pkgname=python3-Flask-SQLAlchemy
version=2.4.1
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-SQLAlchemy"
short_desc="Adds SQLAlchemy support to your Flask application (python3)"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/pallets/flask-sqlalchemy"
distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
checksum=6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d
post_install() {
vlicense LICENSE.rst
}