mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: python3-Flask-SQLAlchemy-2.4.1
This commit is contained in:
parent
7bafb0e80c
commit
7071fe79f8
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-Flask-SQLAlchemy/template
Normal file
19
srcpkgs/python3-Flask-SQLAlchemy/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue