pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-parsimonious



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 12 08:27:34 UTC 2022

Modified Files:
        pkgsrc/textproc/py-parsimonious: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-parsimonious/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-parsimonious/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-parsimonious/Makefile
diff -u pkgsrc/textproc/py-parsimonious/Makefile:1.2 pkgsrc/textproc/py-parsimonious/Makefile:1.3
--- pkgsrc/textproc/py-parsimonious/Makefile:1.2        Tue Jan  4 20:55:01 2022
+++ pkgsrc/textproc/py-parsimonious/Makefile    Tue Jul 12 08:27:34 2022
@@ -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 @@ HOMEPAGE=   https://github.com/erikrose/pa
 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"

Index: pkgsrc/textproc/py-parsimonious/distinfo
diff -u pkgsrc/textproc/py-parsimonious/distinfo:1.3 pkgsrc/textproc/py-parsimonious/distinfo:1.4
--- pkgsrc/textproc/py-parsimonious/distinfo:1.3        Tue Oct 26 11:23:09 2021
+++ pkgsrc/textproc/py-parsimonious/distinfo    Tue Jul 12 08:27:34 2022
@@ -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