python-cssselect: update to 1.1.0.
This commit is contained in:
parent
b2df5e4ddb
commit
65f8f89404
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-cssselect'
|
||||
pkgname=python-cssselect
|
||||
version=1.0.3
|
||||
version=1.1.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="cssselect"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="cssselect"
|
||||
short_desc="CSS selectors for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://cssselect.readthedocs.io/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||
checksum=066d8bc5229af09617e24b3ca4d52f1f9092d9e061931f4184cd572885c23204
|
||||
checksum=f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue