Date: Fri, 18 Dec 2020 15:14:51 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558384 - in head/devel: . py-babi_grammars Message-ID: <202012181514.0BIFEpWE011430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Dec 18 15:14:50 2020 New Revision: 558384 URL: https://svnweb.freebsd.org/changeset/ports/558384 Log: devel/py-babi_grammars: create port Grammars for the babi text editor WWW: https://github.com/asottile/babi-grammars Added: head/devel/py-babi_grammars/ head/devel/py-babi_grammars/Makefile (contents, props changed) head/devel/py-babi_grammars/distinfo (contents, props changed) head/devel/py-babi_grammars/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 18 15:14:33 2020 (r558383) +++ head/devel/Makefile Fri Dec 18 15:14:50 2020 (r558384) @@ -4155,6 +4155,7 @@ SUBDIR += py-b2sdk SUBDIR += py-babel SUBDIR += py-babelfish + SUBDIR += py-babi_grammars SUBDIR += py-backcall SUBDIR += py-backports SUBDIR += py-backports.csv Added: head/devel/py-babi_grammars/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-babi_grammars/Makefile Fri Dec 18 15:14:50 2020 (r558384) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= babi_grammars +PORTVERSION= 0.0.21 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Grammars for the babi text editor + +USES= python:3.7+ +USE_PYTHON= autoplist distutils flavors + +.include <bsd.port.mk> Added: head/devel/py-babi_grammars/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-babi_grammars/distinfo Fri Dec 18 15:14:50 2020 (r558384) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608303611 +SHA256 (babi_grammars-0.0.21.tar.gz) = 8429668a1a8fc0ece7d194b3bafdbe90254536425dacb5fccfb96838a75e44d6 +SIZE (babi_grammars-0.0.21.tar.gz) = 323098 Added: head/devel/py-babi_grammars/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-babi_grammars/pkg-descr Fri Dec 18 15:14:50 2020 (r558384) @@ -0,0 +1,3 @@ +Grammars for the babi text editor + +WWW: https://github.com/asottile/babi-grammars
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012181514.0BIFEpWE011430>