mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-cssselect: update to 1.3.0.
This commit is contained in:
parent
bde57fc319
commit
e57e685710
1 changed files with 5 additions and 8 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'python3-cssselect'
|
# Template file for 'python3-cssselect'
|
||||||
pkgname=python3-cssselect
|
pkgname=python3-cssselect
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-lxml"
|
||||||
short_desc="CSS selectors for Python3"
|
short_desc="CSS selectors for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://cssselect.readthedocs.io/"
|
homepage="https://cssselect.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
|
||||||
checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
|
checksum=57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue