pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-parsel
Module Name: pkgsrc
Committed By: adam
Date: Sun May 17 20:37:20 UTC 2020
Modified Files:
pkgsrc/www/py-parsel: Makefile distinfo
Log Message:
py-parsel: updated to 1.6.0
1.6.0:
* Python 3.4 is no longer supported
* New ``Selector.remove()`` and ``SelectorList.remove()`` methods to remove
selected elements from the parsed document tree
* Improvements to error reporting, test coverage and documentation, and code
cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-parsel/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-parsel/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-parsel/Makefile
diff -u pkgsrc/www/py-parsel/Makefile:1.8 pkgsrc/www/py-parsel/Makefile:1.9
--- pkgsrc/www/py-parsel/Makefile:1.8 Mon Aug 12 20:04:22 2019
+++ pkgsrc/www/py-parsel/Makefile Sun May 17 20:37:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/08/12 20:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/17 20:37:20 adam Exp $
-DISTNAME= parsel-1.5.2
+DISTNAME= parsel-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parsel/}
@@ -12,10 +12,14 @@ LICENSE= modified-bsd
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
+DEPENDS+= ${PYPKGPREFIX}-six>=1.6.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-w3lib>=1.19.0:../../www/py-w3lib
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-functools32-[0-9]*:../../devel/py-functools32
+.endif
USE_LANGUAGES= # none
Index: pkgsrc/www/py-parsel/distinfo
diff -u pkgsrc/www/py-parsel/distinfo:1.6 pkgsrc/www/py-parsel/distinfo:1.7
--- pkgsrc/www/py-parsel/distinfo:1.6 Mon Aug 12 20:04:22 2019
+++ pkgsrc/www/py-parsel/distinfo Sun May 17 20:37:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/12 20:04:22 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/05/17 20:37:20 adam Exp $
-SHA1 (parsel-1.5.2.tar.gz) = 415b615392502ec5b506ef839f71e7cc10df69f6
-RMD160 (parsel-1.5.2.tar.gz) = 5f3ca0605494490c30670b49d9fe0ab0230f2b61
-SHA512 (parsel-1.5.2.tar.gz) = f7b8a0b2d522e90e69b389c881175ae8478a6dc49eb03432b68707fbea54987b176a45565ff6787958b66f299d0d82c5862c199f8b7721f311b783b71a04a4e6
-Size (parsel-1.5.2.tar.gz) = 41134 bytes
+SHA1 (parsel-1.6.0.tar.gz) = a62a474ef7625f80b9fb6b10183d896438377ffa
+RMD160 (parsel-1.6.0.tar.gz) = c3764edd48eb37987f1d11eab740e420e4452092
+SHA512 (parsel-1.6.0.tar.gz) = 1e1fd8ae059253a89f694dd56dd6366965222d34053db6809f0cde97af349ff39bcecbb9c8f4c8c2da5f7e8264e041c2562a4429758869b81f36a24dd8005f22
+Size (parsel-1.6.0.tar.gz) = 41812 bytes
Home |
Main Index |
Thread Index |
Old Index