python-Flask-WTF: drop package
This commit is contained in:
parent
869416d806
commit
1edc99626e
3 changed files with 18 additions and 30 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-Flask-WTF
|
|
18
srcpkgs/python3-Flask-WTF/template
Normal file
18
srcpkgs/python3-Flask-WTF/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue