python-pickleshare: update to 0.7.3

Close #4544.
This commit is contained in:
Alessio Sergi 2016-08-07 20:38:42 +02:00
parent fd64264b3d
commit 00062f121c
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pickleshare'
pkgname=python-pickleshare
version=0.7.2
version=0.7.3
revision=1
noarch=yes
wrksrc="pickleshare-${version}"
@ -14,7 +14,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pickleshare/pickleshare"
license="MIT"
distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz"
checksum=92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033
checksum=b9710d01f777b1bf3b69c8f889b1d05a5145668f79e980cbd0f849e059edd274
post_install() {
vlicense LICENSE
}
python3.4-pickleshare_package() {
noarch=yes
@ -24,5 +28,6 @@ python3.4-pickleshare_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}