pkgsrc-WIP-changes archive

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

+py-mathpad in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 11 22:54:30 2022 +0000
Changeset:	606a3e8a1a2e82f4060785c4f3bf20c0fdf864f1

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

Log Message:
+py-mathpad in wip

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

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

diffstat:
 Makefile            |  1 +
 py-mathpad/DESCR    |  6 +++++
 py-mathpad/Makefile | 24 +++++++++++++++++++
 py-mathpad/PLIST    | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-mathpad/distinfo |  5 ++++
 5 files changed, 105 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 24c14bcdd5..75ececdd52 100644
--- a/Makefile
+++ b/Makefile
@@ -4142,6 +4142,7 @@ SUBDIR+=	py-maskouk-sqlite
 SUBDIR+=	py-math-braid
 SUBDIR+=	py-math-snappy
 SUBDIR+=	py-math3d
+SUBDIR+=	py-mathpad
 SUBDIR+=	py-mathjspy
 SUBDIR+=	py-mathopt
 SUBDIR+=	py-matplottheme
diff --git a/py-mathpad/DESCR b/py-mathpad/DESCR
new file mode 100644
index 0000000000..5638597217
--- /dev/null
+++ b/py-mathpad/DESCR
@@ -0,0 +1,6 @@
+MathPad is a a Python library that makes it easy to solve engineering,
+science and maths problems.
+
+MathPad is ideal for engineering students and academics seeking to
+easily check their work or better understand the mathematical models
+and equations they are working with.
diff --git a/py-mathpad/Makefile b/py-mathpad/Makefile
new file mode 100644
index 0000000000..fa15f98798
--- /dev/null
+++ b/py-mathpad/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	mathpad-1.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/mathpad/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/CallumJHays/mathpad
+COMMENT=	Interface to Sympy for solving physics, engineering and maths problems
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-plotly>=5.3.1:../../wip/py-plotly
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.7.1:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.8:../../math/py-sympy
+DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.62.3:../../misc/py-tqdm
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
+
+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-mathpad/PLIST b/py-mathpad/PLIST
new file mode 100644
index 0000000000..47140548b4
--- /dev/null
+++ b/py-mathpad/PLIST
@@ -0,0 +1,69 @@
+@comment $NetBSD$
+${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}/mathpad/__init__.py
+${PYSITELIB}/mathpad/__init__.pyc
+${PYSITELIB}/mathpad/__init__.pyo
+${PYSITELIB}/mathpad/_generate_units.py
+${PYSITELIB}/mathpad/_generate_units.pyc
+${PYSITELIB}/mathpad/_generate_units.pyo
+${PYSITELIB}/mathpad/_quality_of_life.py
+${PYSITELIB}/mathpad/_quality_of_life.pyc
+${PYSITELIB}/mathpad/_quality_of_life.pyo
+${PYSITELIB}/mathpad/algebra.py
+${PYSITELIB}/mathpad/algebra.pyc
+${PYSITELIB}/mathpad/algebra.pyo
+${PYSITELIB}/mathpad/calculus.py
+${PYSITELIB}/mathpad/calculus.pyc
+${PYSITELIB}/mathpad/calculus.pyo
+${PYSITELIB}/mathpad/codegen.py
+${PYSITELIB}/mathpad/codegen.pyc
+${PYSITELIB}/mathpad/codegen.pyo
+${PYSITELIB}/mathpad/constants.py
+${PYSITELIB}/mathpad/constants.pyc
+${PYSITELIB}/mathpad/constants.pyo
+${PYSITELIB}/mathpad/dimensions.py
+${PYSITELIB}/mathpad/dimensions.pyc
+${PYSITELIB}/mathpad/dimensions.pyo
+${PYSITELIB}/mathpad/elec.py
+${PYSITELIB}/mathpad/elec.pyc
+${PYSITELIB}/mathpad/elec.pyo
+${PYSITELIB}/mathpad/equation.py
+${PYSITELIB}/mathpad/equation.pyc
+${PYSITELIB}/mathpad/equation.pyo
+${PYSITELIB}/mathpad/functions.py
+${PYSITELIB}/mathpad/functions.pyc
+${PYSITELIB}/mathpad/functions.pyo
+${PYSITELIB}/mathpad/global_options.py
+${PYSITELIB}/mathpad/global_options.pyc
+${PYSITELIB}/mathpad/global_options.pyo
+${PYSITELIB}/mathpad/matrix.py
+${PYSITELIB}/mathpad/matrix.pyc
+${PYSITELIB}/mathpad/matrix.pyo
+${PYSITELIB}/mathpad/mech.py
+${PYSITELIB}/mathpad/mech.pyc
+${PYSITELIB}/mathpad/mech.pyo
+${PYSITELIB}/mathpad/simulate_dynamic_system.py
+${PYSITELIB}/mathpad/simulate_dynamic_system.pyc
+${PYSITELIB}/mathpad/simulate_dynamic_system.pyo
+${PYSITELIB}/mathpad/solve.py
+${PYSITELIB}/mathpad/solve.pyc
+${PYSITELIB}/mathpad/solve.pyo
+${PYSITELIB}/mathpad/trigonometry.py
+${PYSITELIB}/mathpad/trigonometry.pyc
+${PYSITELIB}/mathpad/trigonometry.pyo
+${PYSITELIB}/mathpad/units.py
+${PYSITELIB}/mathpad/units.pyc
+${PYSITELIB}/mathpad/units.pyo
+${PYSITELIB}/mathpad/val.py
+${PYSITELIB}/mathpad/val.pyc
+${PYSITELIB}/mathpad/val.pyo
+${PYSITELIB}/mathpad/vector.py
+${PYSITELIB}/mathpad/vector.pyc
+${PYSITELIB}/mathpad/vector.pyo
+${PYSITELIB}/mathpad/vector_space.py
+${PYSITELIB}/mathpad/vector_space.pyc
+${PYSITELIB}/mathpad/vector_space.pyo
diff --git a/py-mathpad/distinfo b/py-mathpad/distinfo
new file mode 100644
index 0000000000..9cd2c6cd44
--- /dev/null
+++ b/py-mathpad/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (mathpad-1.2.0.tar.gz) = 5af0b5a41c7a8c612382195a4f3193135280489e27bdca3f055d522520ae9310
+SHA512 (mathpad-1.2.0.tar.gz) = f641ff697bda7011c22ddcaa52dad8c093b2ac860fbc32d01768d2d531591ab8bef6b7692d51ae4de0d447a5ae2ab7fc4fa1e4ea54f09f138a0879bb9076e111
+Size (mathpad-1.2.0.tar.gz) = 35136 bytes


Home | Main Index | Thread Index | Old Index