mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-olefile: update to 0.45.1.
This commit is contained in:
parent
bf4e07acb8
commit
afeb189dfe
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-olefile'
|
# Template file for 'python-olefile'
|
||||||
pkgname=python-olefile
|
pkgname=python-olefile
|
||||||
version=0.44
|
version=0.45.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="olefile-${version}"
|
wrksrc="olefile-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="olefile OleFileIO_PL.py"
|
pycompile_module="olefile"
|
||||||
hostmakedepends="unzip python-setuptools python3-setuptools"
|
hostmakedepends="unzip python-setuptools python3-setuptools"
|
||||||
depends="python"
|
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"
|
||||||
|
@ -13,20 +13,20 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://olefile.readthedocs.io/"
|
homepage="https://olefile.readthedocs.io/"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
|
distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip"
|
||||||
checksum=61f2ca0cd0aa77279eb943c07f607438edf374096b66332fae1ee64a6f0f73ad
|
checksum=2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense olefile/LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-olefile_package() {
|
python3-olefile_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="olefile OleFileIO_PL.py"
|
pycompile_module="olefile"
|
||||||
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 olefile/LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue