void-packages/srcpkgs/python-Flask-Script/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

31 lines
838 B
Bash

# Template file for 'python-Flask-Script'
pkgname=python-Flask-Script
version=2.0.6
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="flask_script"
hostmakedepends="python-setuptools python3-setuptools"
depends="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=6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65
post_install() {
vlicense LICENSE
}
python3-Flask-Script_package() {
noarch=yes
depends="python3-Flask"
pycompile_module="flask_script"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}