summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2018-07-26 12:22:10 +0000
committerjaapb <jaapb@pkgsrc.org>2018-07-26 12:22:10 +0000
commit0720c2b26ebd04855f4e6a74cbf32b602884023a (patch)
treeddaa54daf87aa4c4f53863ebd99d5dc7324fec04
parent0eb760cbd0d0c6f592207ab6372c8e7b9920e3f7 (diff)
downloadpkgsrc-0720c2b26ebd04855f4e6a74cbf32b602884023a.tar.gz
Added package print/py-latexcodec, a LaTeX library for Python.
Based on Kamel Derouiche's version in pkgsrc-wip.
-rw-r--r--print/py-latexcodec/DESCR1
-rw-r--r--print/py-latexcodec/Makefile18
-rw-r--r--print/py-latexcodec/PLIST16
-rw-r--r--print/py-latexcodec/distinfo6
4 files changed, 41 insertions, 0 deletions
diff --git a/print/py-latexcodec/DESCR b/print/py-latexcodec/DESCR
new file mode 100644
index 00000000000..d116253c172
--- /dev/null
+++ b/print/py-latexcodec/DESCR
@@ -0,0 +1 @@
+Lexer and codec to work with LaTeX code in Python
diff --git a/print/py-latexcodec/Makefile b/print/py-latexcodec/Makefile
new file mode 100644
index 00000000000..2b90dc0f3ac
--- /dev/null
+++ b/print/py-latexcodec/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/07/26 12:22:10 jaapb Exp $
+
+DISTNAME= latexcodec-1.0.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= print python
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/latexcodec/}
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= https://github.com/mcmtroffaes/latexcodec
+COMMENT= Lexer and codec for LaTeX
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/py-latexcodec/PLIST b/print/py-latexcodec/PLIST
new file mode 100644
index 00000000000..9b8d0612349
--- /dev/null
+++ b/print/py-latexcodec/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/26 12:22:10 jaapb Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/latexcodec/__init__.py
+${PYSITELIB}/latexcodec/__init__.pyc
+${PYSITELIB}/latexcodec/__init__.pyo
+${PYSITELIB}/latexcodec/codec.py
+${PYSITELIB}/latexcodec/codec.pyc
+${PYSITELIB}/latexcodec/codec.pyo
+${PYSITELIB}/latexcodec/lexer.py
+${PYSITELIB}/latexcodec/lexer.pyc
+${PYSITELIB}/latexcodec/lexer.pyo
diff --git a/print/py-latexcodec/distinfo b/print/py-latexcodec/distinfo
new file mode 100644
index 00000000000..65906147fc7
--- /dev/null
+++ b/print/py-latexcodec/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/26 12:22:10 jaapb Exp $
+
+SHA1 (latexcodec-1.0.5.tar.gz) = 6f4e6ec0cdc494e79f85d5710badd88c5ce28000
+RMD160 (latexcodec-1.0.5.tar.gz) = 81c9520c8292479e38c066dfd516a016916a74e7
+SHA512 (latexcodec-1.0.5.tar.gz) = b51cb9b806cc4f13ed92120a5636a7b55f84909c2ea76f0ab34e8b902c91355da7a7ad4fde38a6e8f68e3732c066306cb6c39866ebb5aced70c26e3137735625
+Size (latexcodec-1.0.5.tar.gz) = 26177 bytes