python(3)-Flask-WTF: remove `pycompile-module`, fix license
This commit is contained in:
parent
3cba344d8d
commit
0773292879
|
@ -5,12 +5,11 @@ revision=1
|
|||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="flask_wtf"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-Flask python-WTForms"
|
||||
short_desc="Simple integration of Flask and WTForms (Python2)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lepture/flask-wtf"
|
||||
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
||||
checksum=d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720
|
||||
|
@ -21,7 +20,6 @@ post_install() {
|
|||
|
||||
python3-Flask-WTF_package() {
|
||||
archs=noarch
|
||||
pycompile_module="flask_wtf"
|
||||
depends="python3-Flask python3-WTForms"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue