Date: Mon, 27 Aug 2018 19:42:41 +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: r478246 - in head/devel: . py-arpeggio Message-ID: <201808271942.w7RJgfT1092494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 27 19:42:40 2018 New Revision: 478246 URL: https://svnweb.freebsd.org/changeset/ports/478246 Log: Add py-arpeggio 1.9.0 Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser). WWW: https://github.com/igordejanovic/Arpeggio Added: head/devel/py-arpeggio/ head/devel/py-arpeggio/Makefile (contents, props changed) head/devel/py-arpeggio/distinfo (contents, props changed) head/devel/py-arpeggio/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 27 19:39:45 2018 (r478245) +++ head/devel/Makefile Mon Aug 27 19:42:40 2018 (r478246) @@ -4346,6 +4346,7 @@ SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args + SUBDIR += py-arpeggio SUBDIR += py-arrow SUBDIR += py-asn1crypto SUBDIR += py-aspects Added: head/devel/py-arpeggio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-arpeggio/Makefile Mon Aug 27 19:42:40 2018 (r478246) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= arpeggio +PORTVERSION= 1.9.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Arpeggio-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Parser interpreter based on PEG grammars + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-arpeggio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-arpeggio/distinfo Mon Aug 27 19:42:40 2018 (r478246) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535392758 +SHA256 (Arpeggio-1.9.0.tar.gz) = a5258b84f76661d558492fa87e42db634df143685a0e51802d59cae7daad8732 +SIZE (Arpeggio-1.9.0.tar.gz) = 20548 Added: head/devel/py-arpeggio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-arpeggio/pkg-descr Mon Aug 27 19:42:40 2018 (r478246) @@ -0,0 +1,4 @@ +Arpeggio is a recursive descent parser with memoization based on PEG grammars +(aka Packrat parser). + +WWW: https://github.com/igordejanovic/Arpeggio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271942.w7RJgfT1092494>