mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
19 lines
623 B
Bash
19 lines
623 B
Bash
# Template file for 'python3-cssselect'
|
|
pkgname=python3-cssselect
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-lxml"
|
|
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=57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|