python-Flask-Assets: update to 0.12

Fix pycompile_module.
This commit is contained in:
Alessio Sergi 2016-08-25 12:12:00 +02:00
parent 245f2c0866
commit 9c1e113b47
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'python-Flask-Assets'
pkgname=python-Flask-Assets
version=0.11
version=0.12
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="flask_assets"
pycompile_module="flask_assets.py"
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"
license="2-clause-BSD"
homepage="https://github.com/miracle2k/flask-assets"
distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
checksum=6e67a887bfd0dc5b27265fd1357b02da66d1b6e1112217cf909843fefc4b45ef
checksum=6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847
post_install() {
vlicense LICENSE
@ -24,7 +24,7 @@ python3.4-Flask-Assets_package() {
noarch=yes
depends="python3.4-Flask python3.4-webassets"
pycompile_version="3.4"
pycompile_module="flask_assets"
pycompile_module="flask_assets.py"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4