mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
New package: python-Flask-Assets-0.10
This commit is contained in:
parent
c43c9b20dd
commit
3cbf367471
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-Flask-Assets/template
Normal file
33
srcpkgs/python-Flask-Assets/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-Flask-Assets
Symbolic link
1
srcpkgs/python3.4-Flask-Assets
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Flask-Assets
|
Loading…
Add table
Reference in a new issue