1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

New port: math/py-sym: Unified wrapper for symbolic manipulation libraries in Python

This commit is contained in:
Yuri Victorovich 2018-04-01 00:10:47 +00:00
parent 9fce20ddbc
commit 212fd06ef6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466111
4 changed files with 37 additions and 0 deletions

View File

@ -680,6 +680,7 @@
SUBDIR += py-seaborn
SUBDIR += py-statsmodels
SUBDIR += py-svgmath
SUBDIR += py-sym
SUBDIR += py-symcxx
SUBDIR += py-symeig
SUBDIR += py-sympy

21
math/py-sym/Makefile Normal file
View File

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

3
math/py-sym/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1522540371
SHA256 (sym-0.3.2.tar.gz) = 45cc2d335c4ada12c86f47dfc4f87dcd9cda1005fda8c308ca42c75f49a09758
SIZE (sym-0.3.2.tar.gz) = 16446

12
math/py-sym/pkg-descr Normal file
View File

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