From owner-svn-ports-head@freebsd.org Fri Dec 18 15:14:51 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F29184BAF67; Fri, 18 Dec 2020 15:14:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyC8W6Jh7z4mW0; Fri, 18 Dec 2020 15:14:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB78850B5; Fri, 18 Dec 2020 15:14:51 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BIFEpVx011434; Fri, 18 Dec 2020 15:14:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BIFEpWE011430; Fri, 18 Dec 2020 15:14:51 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202012181514.0BIFEpWE011430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 18 Dec 2020 15:14:51 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . py-babi_grammars X-SVN-Commit-Revision: 558384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2020 15:14:52 -0000 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 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