20 lines
643 B
Bash
20 lines
643 B
Bash
# Template file for 'python3-Flask-SQLAlchemy'
|
|
pkgname=python3-Flask-SQLAlchemy
|
|
version=2.5.1
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Flask python3-SQLAlchemy"
|
|
checkdepends="$depends"
|
|
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=2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|