void-packages/srcpkgs/python-Flask-Assets/template
2015-08-03 17:09:33 +00:00

34 lines
962 B
Bash

# Template file for 'python-Flask-Assets'
pkgname=python-Flask-Assets
version=0.10
revision=4
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="flask_assets"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-Flask python-webassets"
short_desc="Asset management for Flask (Python2)"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"
homepage="https://github.com/miracle2k/flask-assets"
distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
checksum=d44fbef89d9d2fdc66e216b63c460cdd719b529cf4cdf3e0ef416815879ad1ec
post_install() {
vlicense LICENSE
}
python3.4-Flask-Assets_package() {
noarch=yes
depends="python3.4-Flask python3.4-webassets"
pycompile_version="3.4"
pycompile_module="flask_assets"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}