* update python-cssselect to 1.2.0-8
This commit is contained in:
parent
e4b2d2adf4
commit
a3b6c00a05
19
python/python-cssselect/.SRCINFO
Normal file
19
python/python-cssselect/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = python-cssselect
|
||||
pkgdesc = A Python3 library that parses CSS3 Selectors and translates them to XPath 1.0
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 8
|
||||
url = https://pypi.python.org/pypi/cssselect
|
||||
arch = any
|
||||
license = BSD-3-Clause
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-lxml
|
||||
checkdepends = python-sybil
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
source = https://github.com/scrapy/cssselect/archive/v1.2.0/python-cssselect-1.2.0.tar.gz
|
||||
sha512sums = 439f83e37c381f962abcfca0b83050372cbad44179e876591d8504abc2da1d4fe80891c8c8e1763341cf152525259565dc5e80038fa7c14e8c69f22a11f83d94
|
||||
|
||||
pkgname = python-cssselect
|
4
python/python-cssselect/.nvchecker.toml
Normal file
4
python/python-cssselect/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-cssselect]
|
||||
source = "git"
|
||||
git = "https://github.com/scrapy/cssselect.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=python-cssselect
|
||||
pkgver=1.2.0
|
||||
pkgrel=6
|
||||
pkgrel=8
|
||||
license=('BSD-3-Clause')
|
||||
arch=(any)
|
||||
url="https://pypi.python.org/pypi/cssselect"
|
||||
|
Loading…
x
Reference in New Issue
Block a user