20 lines
609 B
Bash
20 lines
609 B
Bash
# Template file for 'python3-soupsieve'
|
|
pkgname=python3-soupsieve
|
|
version=2.4.1
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-lxml python3-html5lib
|
|
python3-BeautifulSoup4"
|
|
short_desc="CSS4 selector implementation for Python3 Beautiful Soup"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://facelessuser.github.io/soupsieve/"
|
|
distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz"
|
|
checksum=89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|