1 # Template file for 'python-Flask-Assets'
2 pkgname=python-Flask-Assets
6 wrksrc="${pkgname#*-}-${version}"
7 build_style=python-module
8 pycompile_module="flask_assets.py"
9 hostmakedepends="python-setuptools python3-setuptools"
10 depends="python-Flask python-webassets"
11 short_desc="Asset management for Flask (Python2)"
12 maintainer="Eivind Uggedal <eivind@uggedal.com>"
13 license="2-clause-BSD"
14 homepage="https://github.com/miracle2k/flask-assets"
15 distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
16 checksum=6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847
22 python3-Flask-Assets_package() {
24 depends="python3-Flask python3-webassets"
25 pycompile_module="flask_assets.py"
26 short_desc="${short_desc/Python2/Python3}"
28 vmove usr/lib/python3*