textproc/py-unicodeitplus: New port: Converts simple LaTeX to an unicode approximation

This commit is contained in:
Yuri Victorovich 2023-06-22 22:56:10 -07:00
parent bcb8bcfe18
commit b3616debdb
4 changed files with 32 additions and 0 deletions

View file

@ -1601,6 +1601,7 @@
SUBDIR += py-typogrify
SUBDIR += py-ucl
SUBDIR += py-ufal.udpipe
SUBDIR += py-unicodeitplus
SUBDIR += py-untangle
SUBDIR += py-wcmatch
SUBDIR += py-whatthepatch

View file

@ -0,0 +1,26 @@
PORTNAME= unicodeitplus
PORTVERSION= 0.3.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Converts simple LaTeX to an unicode approximation
WWW= https://github.com/HDembinski/unicodeitplus
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>0:devel/py-lark@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist pytest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1687499353
SHA256 (unicodeitplus-0.3.1.tar.gz) = 8c1ce8f1c2737e1f3aa5611675585a60a9edc593fe8a9569111fb703a36c5ad7
SIZE (unicodeitplus-0.3.1.tar.gz) = 88787

View file

@ -0,0 +1,2 @@
unicodeitplus convert simple LaTeX into an unicode approximation and paste it
anywhere.