diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template new file mode 100644 index 00000000000..611a7ab29ca --- /dev/null +++ b/srcpkgs/python-Flask-Assets/template @@ -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 " +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 + } +} diff --git a/srcpkgs/python3.4-Flask-Assets b/srcpkgs/python3.4-Flask-Assets new file mode 120000 index 00000000000..2781fcf9b39 --- /dev/null +++ b/srcpkgs/python3.4-Flask-Assets @@ -0,0 +1 @@ +python-Flask-Assets \ No newline at end of file