aboutsummaryrefslogtreecommitdiff
path: root/math/py-sym
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-04-01 00:10:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-04-01 00:10:47 +0000
commit212fd06ef6436ff15986ef66cc6e59b1c145268b (patch)
treeadc35b80ae2e388d56fe8210b9e7870edba63f49 /math/py-sym
parent9fce20ddbc6355a5e5856af11f3dec431ea893e7 (diff)
downloadports-212fd06ef6436ff15986ef66cc6e59b1c145268b.tar.gz
ports-212fd06ef6436ff15986ef66cc6e59b1c145268b.zip
Notes
Diffstat (limited to 'math/py-sym')
-rw-r--r--math/py-sym/Makefile21
-rw-r--r--math/py-sym/distinfo3
-rw-r--r--math/py-sym/pkg-descr12
3 files changed, 36 insertions, 0 deletions
diff --git a/math/py-sym/Makefile b/math/py-sym/Makefile
new file mode 100644
index 000000000000..c02c6680cdba
--- /dev/null
+++ b/math/py-sym/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= sym
+DISTVERSION= 0.3.2
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Unified wrapper for symbolic manipulation libraries in Python
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYNUMPY}
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/math/py-sym/distinfo b/math/py-sym/distinfo
new file mode 100644
index 000000000000..11da4cc2f810
--- /dev/null
+++ b/math/py-sym/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522540371
+SHA256 (sym-0.3.2.tar.gz) = 45cc2d335c4ada12c86f47dfc4f87dcd9cda1005fda8c308ca42c75f49a09758
+SIZE (sym-0.3.2.tar.gz) = 16446
diff --git a/math/py-sym/pkg-descr b/math/py-sym/pkg-descr
new file mode 100644
index 000000000000..8e26c95791aa
--- /dev/null
+++ b/math/py-sym/pkg-descr
@@ -0,0 +1,12 @@
+sym provides a unified wrapper to some symbolic manipulation libraries in
+Python. It makes it easy for library authors to test their packages against
+several symbolic manipulation libraries.
+
+Currently the following Python pacakges are available as "backends":
+* SymPy
+* SymEngine
+* PySym
+* SymCXX
+* Diofant
+
+WWW: https://github.com/bjodah/sym