python-Flask-WTF: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:26:52 +07:00
parent 869416d806
commit 1edc99626e
3 changed files with 18 additions and 30 deletions

View file

@ -1,29 +0,0 @@
# Template file for 'python-Flask-WTF'
pkgname=python-Flask-WTF
version=0.14.3
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-Flask python-WTForms"
short_desc="Simple integration of Flask and WTForms (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-wtf"
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
post_install() {
vlicense LICENSE
}
python3-Flask-WTF_package() {
archs=noarch
depends="python3-Flask python3-WTForms"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-Flask-WTF

View file

@ -0,0 +1,18 @@
# Template file for 'python3-Flask-WTF'
pkgname=python3-Flask-WTF
version=0.14.3
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Flask python3-WTForms"
short_desc="Simple integration of Flask and WTForms (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-wtf"
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
post_install() {
vlicense LICENSE
}