20 lines
693 B
Bash
20 lines
693 B
Bash
# Template file for 'python3-cssselect2'
|
|
pkgname=python3-cssselect2
|
|
version=0.8.0
|
|
revision=1
|
|
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=6b5280f274d1ad1f4b2863d403dd5d04ed1cb72e81cbb68f40fcd0297ba3fa3d
|
|
|
|
post_intall() {
|
|
vlicense LICENSE
|
|
}
|