New package: python3-Flask-Mail-0.9.1
This commit is contained in:
parent
8690e0ddfc
commit
7bafb0e80c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-Flask-Mail/template
Normal file
19
srcpkgs/python3-Flask-Mail/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-Flask-Mail'
|
||||
pkgname=python3-Flask-Mail
|
||||
version=0.9.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Flask"
|
||||
short_desc="Flask extension for sending email (python3)"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://pythonhosted.org/flask-mail/"
|
||||
distfiles="${PYPI_SITE}/F/Flask-Mail/Flask-Mail-${version}.tar.gz"
|
||||
checksum=22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue