python-olefile: update to 0.46

This commit is contained in:
Alessio Sergi 2018-09-15 01:29:45 +02:00
parent b02944f90c
commit 21d47339ca

View file

@ -1,6 +1,6 @@
# Template file for 'python-olefile'
pkgname=python-olefile
version=0.45.1
version=0.46
revision=1
noarch=yes
wrksrc="olefile-${version}"
@ -11,12 +11,12 @@ depends="python"
short_desc="Python2 package to parse, read and write Microsoft OLE2 files"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://olefile.readthedocs.io/"
license="2-clause-BSD"
license="BSD-2-Clause"
distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
checksum=2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385
checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964
post_install() {
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
python3-olefile_package() {
@ -26,7 +26,7 @@ python3-olefile_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
}