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