pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
+py-ptyx-mcq in wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Fri Nov 25 15:46:58 2022 +0000
Changeset: 6d03068d9edc2b8b5b75f745d48458973a8b43bb
Modified Files:
Makefile
Added Files:
py-ptyx-mcq/DESCR
py-ptyx-mcq/Makefile
py-ptyx-mcq/PLIST
py-ptyx-mcq/distinfo
Log Message:
+py-ptyx-mcq in wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d03068d9edc2b8b5b75f745d48458973a8b43bb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-ptyx-mcq/DESCR | 1 +
py-ptyx-mcq/Makefile | 24 ++++++++++++++++++
py-ptyx-mcq/PLIST | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
py-ptyx-mcq/distinfo | 5 ++++
5 files changed, 103 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2f9ba4d7b6..48254f75f1 100644
--- a/Makefile
+++ b/Makefile
@@ -4446,6 +4446,7 @@ SUBDIR+= py-pseudopy
SUBDIR+= py-pseudorandom
SUBDIR+= py-psychopy
SUBDIR+= py-ptex
+SUBDIR+= py-ptyx-mcq
SUBDIR+= py-ptpython
SUBDIR+= py-ptrace
SUBDIR+= py-ptyx
diff --git a/py-ptyx-mcq/DESCR b/py-ptyx-mcq/DESCR
new file mode 100644
index 0000000000..1465752494
--- /dev/null
+++ b/py-ptyx-mcq/DESCR
@@ -0,0 +1 @@
+PTyX is a python precompiler for LaTeX
diff --git a/py-ptyx-mcq/Makefile b/py-ptyx-mcq/Makefile
new file mode 100644
index 0000000000..6b2a5b79c0
--- /dev/null
+++ b/py-ptyx-mcq/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= ptyx-mcq-22.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= print python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/ptyx-mcq/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/wxgeo/ptyx
+COMMENT= Python precompiler for LaTeX
+LICENSE= gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
+
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.1.1:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-pdf2image>=1.16.0:../../wip/py-pdf2image
+DEPENDS+= ${PYPKGPREFIX}-sympy>=1.9:../../math/py-sympy
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.20
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ptyx-mcq/PLIST b/py-ptyx-mcq/PLIST
new file mode 100644
index 0000000000..de3b5afded
--- /dev/null
+++ b/py-ptyx-mcq/PLIST
@@ -0,0 +1,72 @@
+@comment $NetBSD$
+bin/mcq
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ptyx_mcq/TODO.odt
+${PYSITELIB}/ptyx_mcq/__init__.py
+${PYSITELIB}/ptyx_mcq/__init__.pyc
+${PYSITELIB}/ptyx_mcq/__init__.pyo
+${PYSITELIB}/ptyx_mcq/bin/scan
+${PYSITELIB}/ptyx_mcq/cli.py
+${PYSITELIB}/ptyx_mcq/cli.pyc
+${PYSITELIB}/ptyx_mcq/cli.pyo
+${PYSITELIB}/ptyx_mcq/compile/__init__.py
+${PYSITELIB}/ptyx_mcq/compile/__init__.pyc
+${PYSITELIB}/ptyx_mcq/compile/__init__.pyo
+${PYSITELIB}/ptyx_mcq/compile/extend_latex_generator.py
+${PYSITELIB}/ptyx_mcq/compile/extend_latex_generator.pyc
+${PYSITELIB}/ptyx_mcq/compile/extend_latex_generator.pyo
+${PYSITELIB}/ptyx_mcq/compile/generate_ptyx_code.py
+${PYSITELIB}/ptyx_mcq/compile/generate_ptyx_code.pyc
+${PYSITELIB}/ptyx_mcq/compile/generate_ptyx_code.pyo
+${PYSITELIB}/ptyx_mcq/compile/header.py
+${PYSITELIB}/ptyx_mcq/compile/header.pyc
+${PYSITELIB}/ptyx_mcq/compile/header.pyo
+${PYSITELIB}/ptyx_mcq/compile/make.py
+${PYSITELIB}/ptyx_mcq/compile/make.pyc
+${PYSITELIB}/ptyx_mcq/compile/make.pyo
+${PYSITELIB}/ptyx_mcq/doc/algo_detection_carres.odt
+${PYSITELIB}/ptyx_mcq/doc/exemple
+${PYSITELIB}/ptyx_mcq/doc/exemple_complet_syntaxe.pdf
+${PYSITELIB}/ptyx_mcq/doc/exemple_complet_syntaxe.tex
+${PYSITELIB}/ptyx_mcq/doc/profiling.png
+${PYSITELIB}/ptyx_mcq/doc/structure_QCM.svg
+${PYSITELIB}/ptyx_mcq/parameters.py
+${PYSITELIB}/ptyx_mcq/parameters.pyc
+${PYSITELIB}/ptyx_mcq/parameters.pyo
+${PYSITELIB}/ptyx_mcq/scan/__init__.py
+${PYSITELIB}/ptyx_mcq/scan/__init__.pyc
+${PYSITELIB}/ptyx_mcq/scan/__init__.pyo
+${PYSITELIB}/ptyx_mcq/scan/amend.py
+${PYSITELIB}/ptyx_mcq/scan/amend.pyc
+${PYSITELIB}/ptyx_mcq/scan/amend.pyo
+${PYSITELIB}/ptyx_mcq/scan/pdftools.py
+${PYSITELIB}/ptyx_mcq/scan/pdftools.pyc
+${PYSITELIB}/ptyx_mcq/scan/pdftools.pyo
+${PYSITELIB}/ptyx_mcq/scan/scan_pic.py
+${PYSITELIB}/ptyx_mcq/scan/scan_pic.pyc
+${PYSITELIB}/ptyx_mcq/scan/scan_pic.pyo
+${PYSITELIB}/ptyx_mcq/scan/scanner.py
+${PYSITELIB}/ptyx_mcq/scan/scanner.pyc
+${PYSITELIB}/ptyx_mcq/scan/scanner.pyo
+${PYSITELIB}/ptyx_mcq/scan/square_detection.py
+${PYSITELIB}/ptyx_mcq/scan/square_detection.pyc
+${PYSITELIB}/ptyx_mcq/scan/square_detection.pyo
+${PYSITELIB}/ptyx_mcq/scan/tools.py
+${PYSITELIB}/ptyx_mcq/scan/tools.pyc
+${PYSITELIB}/ptyx_mcq/scan/tools.pyo
+${PYSITELIB}/ptyx_mcq/template/README.txt
+${PYSITELIB}/ptyx_mcq/template/new.ptyx
+${PYSITELIB}/ptyx_mcq/template/questions/question1.txt
+${PYSITELIB}/ptyx_mcq/template/questions/question2.txt
+${PYSITELIB}/ptyx_mcq/template/scan/README.txt
+${PYSITELIB}/ptyx_mcq/tools/config_parser.py
+${PYSITELIB}/ptyx_mcq/tools/config_parser.pyc
+${PYSITELIB}/ptyx_mcq/tools/config_parser.pyo
+${PYSITELIB}/ptyx_mcq/tools/scriptlib.py
+${PYSITELIB}/ptyx_mcq/tools/scriptlib.pyc
+${PYSITELIB}/ptyx_mcq/tools/scriptlib.pyo
diff --git a/py-ptyx-mcq/distinfo b/py-ptyx-mcq/distinfo
new file mode 100644
index 0000000000..f0d642f5de
--- /dev/null
+++ b/py-ptyx-mcq/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ptyx-mcq-22.2.tar.gz) = f154633542122f674992e285db3be7b82629c113bf4316a953d167835fff15cf
+SHA512 (ptyx-mcq-22.2.tar.gz) = e582d948338221c1e547841e5fddebba818afa10f62ac2c49f3e045e2f1b02d9d18471521b796e36090032c1d927b8e7aad4da34e0bcc6ef8a0b7b5f5844de3a
+Size (ptyx-mcq-22.2.tar.gz) = 404370 bytes
Home |
Main Index |
Thread Index |
Old Index