Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2020 15:15:03 +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: r558385 - in head/editors: . py-babi
Message-ID:  <202012181515.0BIFF3W3011612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Dec 18 15:15:03 2020
New Revision: 558385
URL: https://svnweb.freebsd.org/changeset/ports/558385

Log:
  editors/py-babi: create port
  
  babi - a text editor, eventually...
  
  WWW: https://github.com/asottile/babi

Added:
  head/editors/py-babi/
  head/editors/py-babi/Makefile   (contents, props changed)
  head/editors/py-babi/distinfo   (contents, props changed)
  head/editors/py-babi/pkg-descr   (contents, props changed)
Modified:
  head/editors/Makefile   (contents, props changed)

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Fri Dec 18 15:14:50 2020	(r558384)
+++ head/editors/Makefile	Fri Dec 18 15:15:03 2020	(r558385)
@@ -221,6 +221,7 @@
     SUBDIR += poedit
     SUBDIR += psgml
     SUBDIR += puff
+    SUBDIR += py-babi
     SUBDIR += py-editorconfig
     SUBDIR += py-pynvim
     SUBDIR += quilter

Added: head/editors/py-babi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/py-babi/Makefile	Fri Dec 18 15:15:03 2020	(r558385)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	babi
+PORTVERSION=	0.0.19
+CATEGORIES=	editors python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Text Editor written in Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}babi_grammars>=0:devel/py-babi_grammars@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}identify>=0:devel/py-identify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}onigurumacffi>=0.0.18:devel/py-onigurumacffi@${PY_FLAVOR}
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist distutils flavors
+
+.include <bsd.port.mk>

Added: head/editors/py-babi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/py-babi/distinfo	Fri Dec 18 15:15:03 2020	(r558385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608303332
+SHA256 (babi-0.0.19.tar.gz) = 4b5a9f0f5249e0efe7ebed3622dcf263b3f4379aefe68bf23ae548667107c8d9
+SIZE (babi-0.0.19.tar.gz) = 36807

Added: head/editors/py-babi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/py-babi/pkg-descr	Fri Dec 18 15:15:03 2020	(r558385)
@@ -0,0 +1,3 @@
+babi - a text editor, eventually...
+
+WWW: https://github.com/asottile/babi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012181515.0BIFF3W3011612>