summaryrefslogtreecommitdiff
path: root/www/py-parsel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-09 06:17:14 +0000
committeradam <adam@pkgsrc.org>2018-07-09 06:17:14 +0000
commitdd3a3116267bcd3540e49450c09e4d37d3e0da2c (patch)
treed401d50f3f96108a1956eaccb721dda16f86150d /www/py-parsel
parent253f17fc190bf9a89761ec7479dac2fb1e190438 (diff)
downloadpkgsrc-dd3a3116267bcd3540e49450c09e4d37d3e0da2c.tar.gz
py-parsel: updated to 1.5.0
1.5.0: * New Selector.attrib and SelectorList.attrib properties which make it easier to get attributes of HTML elements. * CSS selectors became faster: compilation results are cached (LRU cache is used for css2xpath), so there is less overhead when the same CSS expression is used several times. * .get() and .getall() selector methods are documented and recommended over .extract_first() and .extract(). * Various documentation tweaks and improvements.
Diffstat (limited to 'www/py-parsel')
-rw-r--r--www/py-parsel/Makefile7
-rw-r--r--www/py-parsel/distinfo10
2 files changed, 8 insertions, 9 deletions
diff --git a/www/py-parsel/Makefile b/www/py-parsel/Makefile
index 0198f211a95..b78ad450bd0 100644
--- a/www/py-parsel/Makefile
+++ b/www/py-parsel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/02/26 08:32:32 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/09 06:17:14 adam Exp $
-DISTNAME= parsel-1.4.0
+DISTNAME= parsel-1.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsel/}
@@ -14,9 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.9:../../textproc/py-cssselect
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-w3lib>=1.8.0:../../www/py-w3lib
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
diff --git a/www/py-parsel/distinfo b/www/py-parsel/distinfo
index 44febde1457..7efc36f4a12 100644
--- a/www/py-parsel/distinfo
+++ b/www/py-parsel/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/26 08:32:32 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/07/09 06:17:14 adam Exp $
-SHA1 (parsel-1.4.0.tar.gz) = 9d3e844cc30255efee95ae84ca443eebc3c3e113
-RMD160 (parsel-1.4.0.tar.gz) = ce416b7984076472b7a2902504f9b35f9adf8712
-SHA512 (parsel-1.4.0.tar.gz) = de8602f2c5c2342f77199dfc97ecd98724efdd31304fcec7bcdefe291d8121284030fd9c706c89a0a9b89f848628df4e0465b61277642d5c5b0050f9bc460a8e
-Size (parsel-1.4.0.tar.gz) = 36480 bytes
+SHA1 (parsel-1.5.0.tar.gz) = 80f1e657cb633dfd3fa403b50384dfbebf27c6f0
+RMD160 (parsel-1.5.0.tar.gz) = 237e837913e569a88733d869a130ed519a7b775d
+SHA512 (parsel-1.5.0.tar.gz) = ca440d198eaa343aa4be9a04fbaa36a0ff7eda2e8b9ffb66c077715ac517edf1cee9554220981ab142da87d02e20be0a4f88dff446cb314a9a1bff6bd7c834f1
+Size (parsel-1.5.0.tar.gz) = 39370 bytes