mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
textproc/py-unicodeitplus: New port: Converts simple LaTeX to an unicode approximation
This commit is contained in:
parent
bcb8bcfe18
commit
b3616debdb
4 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
26
textproc/py-unicodeitplus/Makefile
Normal file
26
textproc/py-unicodeitplus/Makefile
Normal 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>
|
3
textproc/py-unicodeitplus/distinfo
Normal file
3
textproc/py-unicodeitplus/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1687499353
|
||||
SHA256 (unicodeitplus-0.3.1.tar.gz) = 8c1ce8f1c2737e1f3aa5611675585a60a9edc593fe8a9569111fb703a36c5ad7
|
||||
SIZE (unicodeitplus-0.3.1.tar.gz) = 88787
|
2
textproc/py-unicodeitplus/pkg-descr
Normal file
2
textproc/py-unicodeitplus/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
unicodeitplus convert simple LaTeX into an unicode approximation and paste it
|
||||
anywhere.
|
Loading…
Add table
Reference in a new issue