pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import py-tex2pix-0.3.1 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 12 14:18:46 2021 +0100
Changeset:	bb6c4d3b752d840b6b9401f3b3c5b82e5b42493a

Modified Files:
	Makefile
Added Files:
	py-tex2pix/DESCR
	py-tex2pix/Makefile
	py-tex2pix/PLIST
	py-tex2pix/distinfo

Log Message:
Import py-tex2pix-0.3.1 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb6c4d3b752d840b6b9401f3b3c5b82e5b42493a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 py-tex2pix/DESCR    |  6 ++++++
 py-tex2pix/Makefile | 18 ++++++++++++++++++
 py-tex2pix/PLIST    |  5 +++++
 py-tex2pix/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f6c58f8d6c..0e67b1b747 100644
--- a/Makefile
+++ b/Makefile
@@ -4465,6 +4465,7 @@ SUBDIR+=	py-test-remotedata
 SUBDIR+=	py-test-repeat
 SUBDIR+=	py-testing-common-database
 SUBDIR+=	py-testfixtures
+SUBDIR+=	py-tex2pix
 SUBDIR+=	py-texext
 SUBDIR+=	py-texml
 SUBDIR+=	py-textblob
diff --git a/py-tex2pix/DESCR b/py-tex2pix/DESCR
new file mode 100644
index 0000000000..6e6193ea46
--- /dev/null
+++ b/py-tex2pix/DESCR
@@ -0,0 +1,6 @@
+A little library which renders LaTeX to various
+formats, using applications on your system like
+latex, pdflatex, bibtex, dvips, ps2eps, and convert.
+LaTeX is automatically run as many times as necessary
+to achieve a clean compile (with a user-provided max
+number of attempts), and Bibtex processing is supported.
diff --git a/py-tex2pix/Makefile b/py-tex2pix/Makefile
new file mode 100644
index 0000000000..106f482f1b
--- /dev/null
+++ b/py-tex2pix/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	tex2pix-0.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	print python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tex2pix/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.org/project/tex2pix/
+COMMENT=	Lightweight renderer of LaTeX to a variety of graphics formats
+LICENSE=	gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+DEPENDS+=	tex-latex-bin>=2010:../../print/tex-latex-bin
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-tex2pix/PLIST b/py-tex2pix/PLIST
new file mode 100644
index 0000000000..35ca633ccd
--- /dev/null
+++ b/py-tex2pix/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/tex2pix.py
+${PYSITELIB}/tex2pix.pyc
+${PYSITELIB}/tex2pix.pyo
diff --git a/py-tex2pix/distinfo b/py-tex2pix/distinfo
new file mode 100644
index 0000000000..fb5b430e61
--- /dev/null
+++ b/py-tex2pix/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex2pix-0.3.1.tar.gz) = d9f87bc38246913c79ae7dacaf3830cffde2a748
+RMD160 (tex2pix-0.3.1.tar.gz) = 50971da94f631121d70fa2be5156b77772c26c23
+SHA512 (tex2pix-0.3.1.tar.gz) = a76f369f7a5d3ab64408b65c2e57732aafa7f3ac1f9bbf4f69994eb796e00bc4e725c74ba46b25e1b9e88ef571de332ce954f0144addebb666c544d33e5a31b3
+Size (tex2pix-0.3.1.tar.gz) = 5367 bytes


Home | Main Index | Thread Index | Old Index