void-packages/srcpkgs/python3-Flask-SQLAlchemy/template

19 lines
619 B
Bash

# Template file for 'python3-Flask-SQLAlchemy'
pkgname=python3-Flask-SQLAlchemy
version=2.4.4
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-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=bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5
post_install() {
vlicense LICENSE.rst
}