New package: python-Flask-Assets-0.10

This commit is contained in:
Eivind Uggedal 2015-08-03 14:33:00 +00:00
parent c43c9b20dd
commit 3cbf367471
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# Template file for 'python-Flask-Assets'
pkgname=python-Flask-Assets
version=0.10
revision=1
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"
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"
pycompile_version="3.4"
pycompile_module="flask_assets"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}

View File

@ -0,0 +1 @@
python-Flask-Assets