pkgsrc-WIP-changes archive

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

wip/py-sympad: import py37-sympad-1.1.5



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

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

Log Message:
wip/py-sympad: import py37-sympad-1.1.5

SymPad is a simple single script graphical symbolic calculator/scratchpad
using SymPy for the math, MathJax for the display in a browser and matplotlib
for plotting.
User input is intended to be quick, easy and intuitive and is displayed in
symbolic form as it is being entered. Sympad will accept Python expressions,
LaTeX formatting, unicode math symbols and a native shorthand intended for
quick entry, or a mix of all of these.
The input will be evaluated symbolically or numerically with the results being
copy/pasteable in Python or LaTeX formats, so it acts as a translator as well.

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

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

diffstat:
 py-sympad/DESCR    |  9 +++++++++
 py-sympad/Makefile | 19 +++++++++++++++++++
 py-sympad/PLIST    | 16 ++++++++++++++++
 py-sympad/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/py-sympad/DESCR b/py-sympad/DESCR
new file mode 100644
index 0000000000..16b3e1a363
--- /dev/null
+++ b/py-sympad/DESCR
@@ -0,0 +1,9 @@
+SymPad is a simple single script graphical symbolic calculator/scratchpad
+using SymPy for the math, MathJax for the display in a browser and matplotlib
+for plotting.
+User input is intended to be quick, easy and intuitive and is displayed in
+symbolic form as it is being entered. Sympad will accept Python expressions,
+LaTeX formatting, unicode math symbols and a native shorthand intended for
+quick entry, or a mix of all of these.
+The input will be evaluated symbolically or numerically with the results being
+copy/pasteable in Python or LaTeX formats, so it acts as a translator as well.
diff --git a/py-sympad/Makefile b/py-sympad/Makefile
new file mode 100644
index 0000000000..af275ddec1
--- /dev/null
+++ b/py-sympad/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	sympad-1.1.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/7f/70/2bdc7d3c7d20c822f0c1bdd3fcda4f4d5f7fc5eb1f108b2574e776d57287/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/Pristine-Cat/sympad
+COMMENT=	Graphical symbolic math calculator / scratchpad using SymPy
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sympad/PLIST b/py-sympad/PLIST
new file mode 100644
index 0000000000..2c2b774672
--- /dev/null
+++ b/py-sympad/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+bin/sympad
+${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}/sympad/__init__.py
+${PYSITELIB}/sympad/__init__.pyc
+${PYSITELIB}/sympad/__init__.pyo
+${PYSITELIB}/sympad/__main__.py
+${PYSITELIB}/sympad/__main__.pyc
+${PYSITELIB}/sympad/__main__.pyo
+${PYSITELIB}/sympad/sympad.py
+${PYSITELIB}/sympad/sympad.pyc
+${PYSITELIB}/sympad/sympad.pyo
diff --git a/py-sympad/distinfo b/py-sympad/distinfo
new file mode 100644
index 0000000000..f9b100a817
--- /dev/null
+++ b/py-sympad/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sympad-1.1.5.tar.gz) = 0f93a1fe138d8de52a8140fe4a2c40138f89a884
+RMD160 (sympad-1.1.5.tar.gz) = ad596a3ecf39bc0297ad3b40eaf3bdedeccdde6b
+SHA512 (sympad-1.1.5.tar.gz) = fa871187dc77fc21d07211d776d97c9754bd361fb1a37be2ff32953a628b7fee3e246e9af384038deb40f54cc9c23e7714946c2e00ed5e5b112b48b870ed3c7f
+Size (sympad-1.1.5.tar.gz) = 412728 bytes


Home | Main Index | Thread Index | Old Index