svn commit: r461737 - in head/textproc: . py-python-bidi

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 13 19:39:53 UTC 2018


Author: yuri
Date: Tue Feb 13 19:39:51 2018
New Revision: 461737
URL: https://svnweb.freebsd.org/changeset/ports/461737

Log:
  New port: textproc/py-python-bidi: Pure python implementation of the BiDi layout algorithm
  
  See https://github.com/MeirKriheli/python-bidi
  
  Approved by:	tcberner (mentor)

Added:
  head/textproc/py-python-bidi/
  head/textproc/py-python-bidi/Makefile   (contents, props changed)
  head/textproc/py-python-bidi/distinfo   (contents, props changed)
  head/textproc/py-python-bidi/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Feb 13 19:30:30 2018	(r461736)
+++ head/textproc/Makefile	Tue Feb 13 19:39:51 2018	(r461737)
@@ -1340,6 +1340,7 @@
     SUBDIR += py-pystache
     SUBDIR += py-pystemmer
     SUBDIR += py-python-augeas
+    SUBDIR += py-python-bidi
     SUBDIR += py-python-docx
     SUBDIR += py-python-gettext
     SUBDIR += py-python-slugify

Added: head/textproc/py-python-bidi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-python-bidi/Makefile	Tue Feb 13 19:39:51 2018	(r461737)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	python-bidi
+DISTVERSION=	0.4.0
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Pure python implementation of the BiDi layout algorithm
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		python
+USE_PYTHON=	distutils autoplist concurrent
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-python-bidi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-python-bidi/distinfo	Tue Feb 13 19:39:51 2018	(r461737)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1518519741
+SHA256 (python-bidi-0.4.0.tar.gz) = 1a1b3dbee4a0b307c91a465ba4caa8baaaa178151acd20de50ba24f9385f7e13
+SIZE (python-bidi-0.4.0.tar.gz) = 38566

Added: head/textproc/py-python-bidi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-python-bidi/pkg-descr	Tue Feb 13 19:39:51 2018	(r461737)
@@ -0,0 +1,4 @@
+Bi-directional (BiDi) layout implementation in pure python.
+It contains library and command line utility pybidi.
+
+WWW: https://github.com/MeirKriheli/python-bidi


More information about the svn-ports-head mailing list