diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-13 19:39:51 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-13 19:39:51 +0000 |
commit | c9c43d75cab8221f8a04179e202a924c132a37eb (patch) | |
tree | 258cc4052a03acc43838595dc9fb1c6d13ca9e42 /textproc/py-python-bidi | |
parent | tortoisehg depends on the pygments module, not the pygmentize command (diff) |
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)
Notes
Notes:
svn path=/head/; revision=461737
Diffstat (limited to 'textproc/py-python-bidi')
-rw-r--r-- | textproc/py-python-bidi/Makefile | 19 | ||||
-rw-r--r-- | textproc/py-python-bidi/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-python-bidi/pkg-descr | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/py-python-bidi/Makefile b/textproc/py-python-bidi/Makefile new file mode 100644 index 000000000000..18fe6db294cf --- /dev/null +++ b/textproc/py-python-bidi/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= python-bidi +DISTVERSION= 0.4.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@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> diff --git a/textproc/py-python-bidi/distinfo b/textproc/py-python-bidi/distinfo new file mode 100644 index 000000000000..4afb28ef820e --- /dev/null +++ b/textproc/py-python-bidi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1518519741 +SHA256 (python-bidi-0.4.0.tar.gz) = 1a1b3dbee4a0b307c91a465ba4caa8baaaa178151acd20de50ba24f9385f7e13 +SIZE (python-bidi-0.4.0.tar.gz) = 38566 diff --git a/textproc/py-python-bidi/pkg-descr b/textproc/py-python-bidi/pkg-descr new file mode 100644 index 000000000000..4e27cb04e19b --- /dev/null +++ b/textproc/py-python-bidi/pkg-descr @@ -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 |