python-Flask-Assets: drop package
This commit is contained in:
parent
f3e13c0835
commit
bf3d201c16
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-Flask-Assets'
|
|
||||||
pkgname=python-Flask-Assets
|
|
||||||
version=0.12
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="flask_assets.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-Flask python-webassets"
|
|
||||||
short_desc="Asset management for Flask (Python2)"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="2-clause-BSD"
|
|
||||||
homepage="https://github.com/miracle2k/flask-assets"
|
|
||||||
distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
|
|
||||||
checksum=6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-Flask-Assets_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-Flask python3-webassets"
|
|
||||||
pycompile_module="flask_assets.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-Flask-Assets
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-Flask-Assets'
|
||||||
|
pkgname=python3-Flask-Assets
|
||||||
|
version=0.12
|
||||||
|
revision=5
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-Flask python3-webassets"
|
||||||
|
short_desc="Asset management for Flask (Python3)"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/miracle2k/flask-assets"
|
||||||
|
distfiles="${PYPI_SITE}/F/Flask-Assets/Flask-Assets-${version}.tar.gz"
|
||||||
|
checksum=6031527b89fb3509d1581d932affa5a79dd348cfffb58d0aef99a43461d47847
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue