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.
This commit is contained in:
K.I.A.Derouiche 2020-09-14 01:34:19 +01:00
parent 40d0427513
commit 42e563b353
4 changed files with 50 additions and 0 deletions

9
py-sympad/DESCR Normal file
View File

@ -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.

19
py-sympad/Makefile Normal file
View File

@ -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
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"

16
py-sympad/PLIST Normal file
View File

@ -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

6
py-sympad/distinfo Normal file
View File

@ -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