[arch-commits] Commit in python-parsel/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 4 11:55:50 UTC 2018
Date: Wednesday, July 4, 2018 @ 11:55:50
Author: felixonmars
Revision: 351731
upgpkg: python-parsel 1.5.0-1
Modified:
python-parsel/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-04 11:55:49 UTC (rev 351730)
+++ PKGBUILD 2018-07-04 11:55:50 UTC (rev 351731)
@@ -3,7 +3,7 @@
pkgbase=python-parsel
pkgname=('python-parsel' 'python2-parsel')
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors"
arch=('any')
@@ -11,9 +11,9 @@
url="https://github.com/scrapy/parsel"
makedepends=('python-cssselect' 'python2-cssselect' 'python-lxml' 'python2-lxml'
'python-pytest-runner' 'python2-pytest-runner' 'python-six' 'python2-six'
- 'python-w3lib' 'python2-w3lib')
+ 'python-w3lib' 'python2-w3lib' 'python2-functools32')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/scrapy/parsel/archive/v$pkgver.tar.gz")
-sha512sums=('bbd59a9ae9ff8c7ed7b97ff607c511265f37a5e4a517d893c47bcb7f9792c94896c879b585f9aa8a61b339fbfd0cbf85bdcc1c88d0a0573232df8a39b902d0e0')
+sha512sums=('bb2d44f65efbf3e57db10e61100da8cc0c6fa4bb6412a251efdc3c0e0cc8f2c26262d593d689f8237944a64c66479bfc5e0e94eb1d7e6f1d948cde519698e9c4')
prepare() {
cp -a parsel-$pkgver{,-py2}
@@ -44,7 +44,7 @@
}
package_python2-parsel() {
- depends=('python2-cssselect' 'python2-lxml' 'python2-six' 'python2-w3lib')
+ depends=('python2-cssselect' 'python2-lxml' 'python2-six' 'python2-w3lib' 'python2-functools32')
cd parsel-$pkgver-py2
python2 setup.py install --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list