Index: head/devel/py-rply/Makefile =================================================================== --- head/devel/py-rply/Makefile (revision 524003) +++ head/devel/py-rply/Makefile (revision 524004) @@ -1,22 +1,23 @@ # Created by: David Kalliecharan # $FreeBSD$ PORTNAME= rply -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dave@dal.ca COMMENT= Pure python parser generator, that also works with RPython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Index: head/devel/py-rply/distinfo =================================================================== --- head/devel/py-rply/distinfo (revision 524003) +++ head/devel/py-rply/distinfo (revision 524004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499991363 -SHA256 (rply-0.7.5.tar.gz) = 50c2bf9fe02514bce46de4373bbdb398d7b812061d239306f9baff9210126453 -SIZE (rply-0.7.5.tar.gz) = 16378 +TIMESTAMP = 1578161742 +SHA256 (rply-0.7.7.tar.gz) = 4d6d25703efd28fb3d5707f7b3bd4fe66c306159a5c25af10ba26d206a66d00d +SIZE (rply-0.7.7.tar.gz) = 15237 Index: head/devel/py-rply/pkg-descr =================================================================== --- head/devel/py-rply/pkg-descr (revision 524003) +++ head/devel/py-rply/pkg-descr (revision 524004) @@ -1,5 +1,5 @@ rply is a pure python parser generator, that also works with RPython. It is a more-or-less direct port of David Beazley's awesome PLY, with a new public API, and RPython support. -WWW: https://pypi.org/project/rply/ +WWW: https://github.com/alex/rply