20 lines
693 B
Bash
20 lines
693 B
Bash
# Template file for 'python3-cssselect2'
|
|
pkgname=python3-cssselect2
|
|
version=0.7.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
_runtime_deps="python3-tinycss2 python3-webencodings"
|
|
hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"
|
|
depends="${_runtime_deps}"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="CSS selectors for Python ElementTree"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://doc.courtbouillon.org/cssselect2/stable/"
|
|
distfiles="https://github.com/Kozea/cssselect2/archive/refs/tags/${version}.tar.gz"
|
|
checksum=4fffdffcb7d7e7784c337d75e14399a9af4d0b9d91addc66c869f9482aa6ceaf
|
|
|
|
post_intall() {
|
|
vlicense LICENSE
|
|
}
|