# Template file for 'python-cssselect' pkgname=python-cssselect version=1.1.0 revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="cssselect" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="CSS selectors for Python2" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://cssselect.readthedocs.io/" distfiles="${PYPI_SITE}/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz" checksum=f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc post_install() { vlicense LICENSE } python3-cssselect_package() { archs=noarch depends="python3" pycompile_module="cssselect" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }