python-olefile: update to 0.46
This commit is contained in:
parent
b02944f90c
commit
21d47339ca
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-olefile'
|
# Template file for 'python-olefile'
|
||||||
pkgname=python-olefile
|
pkgname=python-olefile
|
||||||
version=0.45.1
|
version=0.46
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="olefile-${version}"
|
wrksrc="olefile-${version}"
|
||||||
|
@ -11,12 +11,12 @@ depends="python"
|
||||||
short_desc="Python2 package to parse, read and write Microsoft OLE2 files"
|
short_desc="Python2 package to parse, read and write Microsoft OLE2 files"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://olefile.readthedocs.io/"
|
homepage="https://olefile.readthedocs.io/"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
|
distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
|
||||||
checksum=2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385
|
checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-olefile_package() {
|
python3-olefile_package() {
|
||||||
|
@ -26,7 +26,7 @@ python3-olefile_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.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue