# Template file for 'python-pickleshare' pkgname=python-pickleshare version=0.7.2 revision=1 noarch=yes wrksrc="pickleshare-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" depends="python-pathlib2" pycompile_module="pickleshare.py" short_desc="Small shelve-like datastore with concurrency support (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/pickleshare/pickleshare" license="MIT" distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz" checksum=92ee3b0e21632542ecc9a0a245e69a126f62e5114081bdb0d32e0edd10410033 python3.4-pickleshare_package() { noarch=yes depends="python3.4" pycompile_version="3.4" pycompile_module="pickleshare.py" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }