python-Flask-Script: fix deps...
This commit is contained in:
parent
8c2620bd0c
commit
f93b978c60
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-Flask-Script'
|
# Template file for 'python-Flask-Script'
|
||||||
pkgname=python-Flask-Script
|
pkgname=python-Flask-Script
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="flask_script"
|
pycompile_module="flask_script"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python python-Flask"
|
depends="python-Flask"
|
||||||
short_desc="Scripting support for Flask (Python2)"
|
short_desc="Scripting support for Flask (Python2)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -22,7 +22,7 @@ post_install() {
|
||||||
|
|
||||||
python3.4-Flask-Script_package() {
|
python3.4-Flask-Script_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4-Flask"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="flask_script"
|
pycompile_module="flask_script"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue