pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-parsimonious py-parsimonious: updated to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc3c9aac179
branches:  trunk
changeset: 381741:7bc3c9aac179
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 12 08:27:34 2022 +0000

description:
py-parsimonious: updated to 0.9.0

0.9.0
Add support for Python 3.7, 3.8, 3.9, 3.10 (righthandabacus, Lonnen)
Drop support for Python 2.x, 3.3, 3.4 (righthandabacus, Lonnen)
Remove six and go all in on Python 3 idioms (Lonnen)
Replace re with regex for improved handling of unicode characters in regexes (Oderjunkie)
Dropped nose for unittest (swayson)
Grammar.__repr__() now correctly escapes backslashes (ingolemo)
Custom rules can now be class methods in addition to functions (James Addison)
Make the ascii flag available in the regex syntax (Roman Inflianskas)

diffstat:

 textproc/py-parsimonious/Makefile |  9 +++++----
 textproc/py-parsimonious/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 3c3e635670fb -r 7bc3c9aac179 textproc/py-parsimonious/Makefile
--- a/textproc/py-parsimonious/Makefile Tue Jul 12 08:26:52 2022 +0000
+++ b/textproc/py-parsimonious/Makefile Tue Jul 12 08:27:34 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/12 08:27:34 adam Exp $
 
-DISTNAME=      parsimonious-0.8.1
+DISTNAME=      parsimonious-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsimonious/}
 
@@ -11,10 +10,12 @@
 COMMENT=       The fastest pure-Python PEG parser I could muster
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-regex>=2022.3.15:../../textproc/py-regex
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3c3e635670fb -r 7bc3c9aac179 textproc/py-parsimonious/distinfo
--- a/textproc/py-parsimonious/distinfo Tue Jul 12 08:26:52 2022 +0000
+++ b/textproc/py-parsimonious/distinfo Tue Jul 12 08:27:34 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:09 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/07/12 08:27:34 adam Exp $
 
-BLAKE2s (parsimonious-0.8.1.tar.gz) = 38ddb3240ad4751eabb42267e10229af71a203d40681b3fe5f6dc0546495839a
-SHA512 (parsimonious-0.8.1.tar.gz) = 8eb3959090dcbc7ea16ff72bbe1a5b695ea07de09865c5ca5832c7db2405fa609844e19ebafd0d156bd8e9efe1b9025caae22e7bff7d94b520691e86f00fcfdd
-Size (parsimonious-0.8.1.tar.gz) = 45057 bytes
+BLAKE2s (parsimonious-0.9.0.tar.gz) = 2a5c04b5f4319560e1f4ff987e4996f50c50b6e123e0f49d0270bdb6540277cb
+SHA512 (parsimonious-0.9.0.tar.gz) = 7d9cd16074f3184e1d1f2a735ab72b9e722429b2164ece4cfa80c51bebbd89e85d677bd520259687ab74d03b4a4273e990c1546365dc03643543e4ba7ddfb3d9
+Size (parsimonious-0.9.0.tar.gz) = 48675 bytes



Home | Main Index | Thread Index | Old Index