23 lines
599 B
Bash
23 lines
599 B
Bash
# Template file for 'python3-cssselect'
|
|
pkgname=python3-cssselect
|
|
version=1.2.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="CSS selectors for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://cssselect.readthedocs.io/"
|
|
changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
|
|
checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
|
|
|
|
do_check() {
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|