New package: python-Flask-Script-2.0.5
This commit is contained in:
parent
e7bc749058
commit
b996973fe9
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'python-Flask-Script'
|
||||
pkgname=python-Flask-Script
|
||||
version=2.0.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="flask_script"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python python-Flask"
|
||||
short_desc="Scripting support for Flask (Python2)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/smurfix/flask-script"
|
||||
distfiles="${PYPI_SITE}/F/Flask-Script/Flask-Script-${version}.tar.gz"
|
||||
checksum=cef76eac751396355429a14c38967bb14d4973c53e07dec94af5cc8fb017107f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-Flask-Script_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="flask_script"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
python-Flask-Script
|
Loading…
Reference in New Issue