void-packages/srcpkgs/python-cssselect/template
2019-12-23 18:04:54 +01:00

31 lines
804 B
Bash

# Template file for 'python-cssselect'
pkgname=python-cssselect
version=1.1.0
revision=2
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 <orphan@voidlinux.org>"
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
}
}