[arch-commits] Commit in python-parsel/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 20 17:29:55 UTC 2020
Date: Wednesday, May 20, 2020 @ 17:29:54
Author: felixonmars
Revision: 630899
upgpkg: python-parsel 1.6.0-1
Modified:
python-parsel/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-20 17:29:18 UTC (rev 630898)
+++ PKGBUILD 2020-05-20 17:29:54 UTC (rev 630899)
@@ -1,16 +1,16 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-parsel
-pkgver=1.5.2
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors"
arch=('any')
license=('BSD')
url="https://github.com/scrapy/parsel"
depends=('python-cssselect' 'python-lxml' 'python-six' 'python-w3lib')
-makedepends=('python-pytest-runner')
+makedepends=('python-pytest' 'python-sybil')
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz")
-sha512sums=('89394b52d33469d8ddd60800ecaaeb2179490631d7adc5a8689d62efe9ddadcc35d6fdef92351b310e5ecd2bf20ee8c977df755b539cb83a3be64f1a3296ec36')
+sha512sums=('d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604')
build() {
cd parsel-$pkgver
@@ -19,7 +19,7 @@
check() {
cd parsel-$pkgver
- python setup.py pytest
+ python -m pytest
}
package() {
More information about the arch-commits
mailing list