mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cssselect: update to 1.2.0.
This commit is contained in:
parent
f558e551eb
commit
be6cbdd1a4
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-cssselect'
|
# Template file for 'python3-cssselect'
|
||||||
pkgname=python3-cssselect
|
pkgname=python3-cssselect
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=7
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -9,8 +9,9 @@ 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/"
|
||||||
distfiles="${PYPI_SITE}/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/scrapy/cssselect/master/CHANGES"
|
||||||
checksum=f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc
|
distfiles="${PYPI_SITE}/c/cssselect/cssselect-${version}.tar.gz"
|
||||||
|
checksum=666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Reference in a new issue