Date: Mon, 30 Sep 2019 04:17:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513290 - head/devel/py-arpeggio Message-ID: <201909300417.x8U4HZTV092498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 30 04:17:35 2019 New Revision: 513290 URL: https://svnweb.freebsd.org/changeset/ports/513290 Log: Update to 1.9.1 - Update WWW Changes: https://github.com/textX/Arpeggio/blob/master/CHANGELOG.md Modified: head/devel/py-arpeggio/Makefile head/devel/py-arpeggio/distinfo head/devel/py-arpeggio/pkg-descr Modified: head/devel/py-arpeggio/Makefile ============================================================================== --- head/devel/py-arpeggio/Makefile Mon Sep 30 04:17:30 2019 (r513289) +++ head/devel/py-arpeggio/Makefile Mon Sep 30 04:17:35 2019 (r513290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arpeggio -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parser interpreter based on PEG grammars LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-arpeggio/distinfo ============================================================================== --- head/devel/py-arpeggio/distinfo Mon Sep 30 04:17:30 2019 (r513289) +++ head/devel/py-arpeggio/distinfo Mon Sep 30 04:17:35 2019 (r513290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535392758 -SHA256 (Arpeggio-1.9.0.tar.gz) = a5258b84f76661d558492fa87e42db634df143685a0e51802d59cae7daad8732 -SIZE (Arpeggio-1.9.0.tar.gz) = 20548 +TIMESTAMP = 1569809141 +SHA256 (Arpeggio-1.9.1.tar.gz) = 54b7b7b4b8f6ba27c6f1bac9dbee15f8a8e5282c119867ab5435e1cf13aa7d80 +SIZE (Arpeggio-1.9.1.tar.gz) = 37077 Modified: head/devel/py-arpeggio/pkg-descr ============================================================================== --- head/devel/py-arpeggio/pkg-descr Mon Sep 30 04:17:30 2019 (r513289) +++ head/devel/py-arpeggio/pkg-descr Mon Sep 30 04:17:35 2019 (r513290) @@ -1,4 +1,4 @@ Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser). -WWW: https://github.com/igordejanovic/Arpeggio +WWW: https://github.com/textX/Arpeggio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300417.x8U4HZTV092498>