# Template file for 'python-olefile' pkgname=python-olefile version=0.44 revision=2 noarch=yes wrksrc="olefile-${version}" build_style=python-module pycompile_module="olefile OleFileIO_PL.py" hostmakedepends="unzip python-setuptools python3-setuptools" depends="python" short_desc="Python2 package to parse, read and write Microsoft OLE2 files" maintainer="Alessio Sergi " homepage="https://olefile.readthedocs.io/" license="2-clause-BSD" distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip" checksum=61f2ca0cd0aa77279eb943c07f607438edf374096b66332fae1ee64a6f0f73ad post_install() { vlicense olefile/LICENSE.txt LICENSE } python3-olefile_package() { noarch=yes depends="python3" pycompile_module="olefile OleFileIO_PL.py" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense olefile/LICENSE.txt LICENSE } }