New package: python3-Flask-Mail-0.9.1

This commit is contained in:
Pulux 2020-01-28 19:47:29 +01:00 committed by Helmut Pozimski
parent 8690e0ddfc
commit 7bafb0e80c

View 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
}