pkgsrc-WIP-changes archive

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

wip/py-caspy3: import py37-CASPy3-1.2.2



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 01:51:30 2020 +0100
Changeset:	0e625e93528ce043ba6746853ba1cb7744596bd8

Added Files:
	py-caspy3/DESCR
	py-caspy3/Makefile
	py-caspy3/PLIST
	py-caspy3/distinfo

Log Message:
wip/py-caspy3: import py37-CASPy3-1.2.2

A program that provides a GUI and a CLI to SymPy, a symbolic computation and
computer algebra system Python library.

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

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

diffstat:
 py-caspy3/DESCR    |  2 ++
 py-caspy3/Makefile | 20 ++++++++++++++++++++
 py-caspy3/PLIST    | 36 ++++++++++++++++++++++++++++++++++++
 py-caspy3/distinfo |  6 ++++++
 4 files changed, 64 insertions(+)

diffs:
diff --git a/py-caspy3/DESCR b/py-caspy3/DESCR
new file mode 100644
index 0000000000..f3be651d74
--- /dev/null
+++ b/py-caspy3/DESCR
@@ -0,0 +1,2 @@
+A program that provides a GUI and a CLI to SymPy, a symbolic computation and
+computer algebra system Python library.
diff --git a/py-caspy3/Makefile b/py-caspy3/Makefile
new file mode 100644
index 0000000000..2c8eab8498
--- /dev/null
+++ b/py-caspy3/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	CASPy3-1.2.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/7d/32/e1e71579bf24178638eef41454f3d75472fb782770dcbdd04bad2bc81ce3/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/Secozzi/CASPy
+COMMENT=	GUI and a CLI to a symbolic computation using SymPy
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+USE_LANGUAGES=	# none
+
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-caspy3/PLIST b/py-caspy3/PLIST
new file mode 100644
index 0000000000..bb20051d1b
--- /dev/null
+++ b/py-caspy3/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD$
+bin/caspy
+${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}/caspy/CAS.py
+${PYSITELIB}/caspy/CAS.pyc
+${PYSITELIB}/caspy/CAS.pyo
+${PYSITELIB}/caspy/Worker.py
+${PYSITELIB}/caspy/Worker.pyc
+${PYSITELIB}/caspy/Worker.pyo
+${PYSITELIB}/caspy/__init__.py
+${PYSITELIB}/caspy/__init__.pyc
+${PYSITELIB}/caspy/__init__.pyo
+${PYSITELIB}/caspy/assets/CAS.ui
+${PYSITELIB}/caspy/assets/__init__.py
+${PYSITELIB}/caspy/assets/__init__.pyc
+${PYSITELIB}/caspy/assets/__init__.pyo
+${PYSITELIB}/caspy/assets/formulas.json
+${PYSITELIB}/caspy/assets/logo.ico
+${PYSITELIB}/caspy/assets/logo.png
+${PYSITELIB}/caspy/cli.py
+${PYSITELIB}/caspy/cli.pyc
+${PYSITELIB}/caspy/cli.pyo
+${PYSITELIB}/caspy/qt_gui.py
+${PYSITELIB}/caspy/qt_gui.pyc
+${PYSITELIB}/caspy/qt_gui.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/test_cli.py
+${PYSITELIB}/tests/test_cli.pyc
+${PYSITELIB}/tests/test_cli.pyo
diff --git a/py-caspy3/distinfo b/py-caspy3/distinfo
new file mode 100644
index 0000000000..899801e8ca
--- /dev/null
+++ b/py-caspy3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (CASPy3-1.2.2.tar.gz) = b9c78dc93c1202f3544a589b10899ead0590e729
+RMD160 (CASPy3-1.2.2.tar.gz) = 688af8d728f5ca68aa9c1702ac77ee7d023232aa
+SHA512 (CASPy3-1.2.2.tar.gz) = d1c34d2c8d51fdfe125df565308d16adac203fd143b632958c3a9e7c71e7acbb1c0d91ccc101ac2eff3af3547d5c7be3a179936dc5ca0945246f2c697e63c86b
+Size (CASPy3-1.2.2.tar.gz) = 327807 bytes


Home | Main Index | Thread Index | Old Index