mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-Werkzeug: update to 0.12.2
This commit is contained in:
parent
bf43008530
commit
4c48f4c6e2
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Werkzeug'
|
# Template file for 'python-Werkzeug'
|
||||||
pkgname=python-Werkzeug
|
pkgname=python-Werkzeug
|
||||||
version=0.12.1
|
version=0.12.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
homepage="http://werkzeug.pocoo.org"
|
homepage="http://werkzeug.pocoo.org"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||||
checksum=6716830febe9808bb7521fd26db3b398450cbed0886b2b4bea678b87340f534e
|
checksum=903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -27,6 +27,7 @@ python3-Werkzeug_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-Werkzeug_package() {
|
python3.4-Werkzeug_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue