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