python-parse: update to 1.8.2

This commit is contained in:
Alessio Sergi 2017-06-04 15:27:17 +02:00
parent 1071b0a30f
commit 5820252f89

View File

@ -1,6 +1,6 @@
# Template file for 'python-parse'
pkgname=python-parse
version=1.8.0
version=1.8.2
revision=1
noarch=yes
wrksrc="parse-${version}"
@ -13,7 +13,12 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MIT"
homepage="https://github.com/r1chardj0n3s/parse"
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
checksum=8b4f28bbe7c0f24981669ea92b2ba704ee63b5346027e82be30118bb5788ff10
checksum=8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2
post_install() {
sed -n '/Copyright/,/SOFTWARE\./p' parse.py >LICENSE
vlicense LICENSE
}
python3-parse_package() {
noarch=yes
@ -23,6 +28,7 @@ python3-parse_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
python3.4-parse_package() {