python-cssselect: update to 1.0.1
This commit is contained in:
parent
4bcb4554ae
commit
f3a228f178
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-cssselect'
|
# Template file for 'python-cssselect'
|
||||||
pkgname=python-cssselect
|
pkgname=python-cssselect
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -10,10 +10,10 @@ depends="python"
|
||||||
pycompile_module="cssselect"
|
pycompile_module="cssselect"
|
||||||
short_desc="CSS selectors for Python2"
|
short_desc="CSS selectors for Python2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://pythonhosted.org/cssselect/"
|
homepage="https://cssselect.readthedocs.io/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||||
checksum=582a85780249255707872c31d0438fc457aa24cfb43e472ff8f3e7ad6857953f
|
checksum=73db1c054b9348409e2862fc6c0dde5c4e4fbe4da64c5c5a9e05fbea45744077
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue