pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-sym: restored - dep for py-chempy, removed RMD160 signature, already latest release
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Tue Sep 17 19:55:57 2024 +0530
Changeset: a91fe229d90de9325157bf2427e551a384302b95
Added Files:
py-sym/DESCR
py-sym/Makefile
py-sym/PLIST
py-sym/distinfo
Log Message:
py-sym: restored - dep for py-chempy, removed RMD160 signature, already latest release
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a91fe229d90de9325157bf2427e551a384302b95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-sym/DESCR | 3 +++
py-sym/Makefile | 19 +++++++++++++++++++
py-sym/PLIST | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
py-sym/distinfo | 5 +++++
4 files changed, 81 insertions(+)
diffs:
diff --git a/py-sym/DESCR b/py-sym/DESCR
new file mode 100644
index 0000000000..388c5bcf9b
--- /dev/null
+++ b/py-sym/DESCR
@@ -0,0 +1,3 @@
+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.
diff --git a/py-sym/Makefile b/py-sym/Makefile
new file mode 100644
index 0000000000..46b610352e
--- /dev/null
+++ b/py-sym/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= sym-0.3.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= https://files.pythonhosted.org/packages/f5/07/cc80b30b933c7430597fc884305c499e973f2e4c0a3a6208880ced5cefba/
+
+MAINTAINER= jihbed.research%gmail.com@localhost
+HOMEPAGE= https://github.com/bjodah/sym
+COMMENT= Unified wrapper for symbolic manipulation libraries in Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sym/PLIST b/py-sym/PLIST
new file mode 100644
index 0000000000..266dfe32fd
--- /dev/null
+++ b/py-sym/PLIST
@@ -0,0 +1,54 @@
+@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}/sym/__init__.py
+${PYSITELIB}/sym/__init__.pyo
+${PYSITELIB}/sym/__init__.pyc
+${PYSITELIB}/sym/_release.pyo
+${PYSITELIB}/sym/_release.pyc
+${PYSITELIB}/sym/_sympy_Lambdify.pyo
+${PYSITELIB}/sym/_sympy_Lambdify.pyc
+${PYSITELIB}/sym/backend.pyo
+${PYSITELIB}/sym/backend.pyc
+${PYSITELIB}/sym/util.pyo
+${PYSITELIB}/sym/util.pyc
+${PYSITELIB}/sym/_release.py
+${PYSITELIB}/sym/_sympy_Lambdify.py
+${PYSITELIB}/sym/backend.py
+${PYSITELIB}/sym/tests/__init__.py
+${PYSITELIB}/sym/tests/__init__.pyo
+${PYSITELIB}/sym/tests/__init__.pyc
+${PYSITELIB}/sym/tests/test_Dummy.pyo
+${PYSITELIB}/sym/tests/test_Dummy.pyc
+${PYSITELIB}/sym/tests/test_Lambdify.pyo
+${PYSITELIB}/sym/tests/test_Lambdify.pyc
+${PYSITELIB}/sym/tests/test_Matrix.pyo
+${PYSITELIB}/sym/tests/test_Matrix.pyc
+${PYSITELIB}/sym/tests/test_Symbol.pyo
+${PYSITELIB}/sym/tests/test_Symbol.pyc
+${PYSITELIB}/sym/tests/test_banded_jacobian.pyo
+${PYSITELIB}/sym/tests/test_banded_jacobian.pyc
+${PYSITELIB}/sym/tests/test_cse.pyo
+${PYSITELIB}/sym/tests/test_cse.pyc
+${PYSITELIB}/sym/tests/test_sparse_jacobian.pyo
+${PYSITELIB}/sym/tests/test_sparse_jacobian.pyc
+${PYSITELIB}/sym/tests/test_symarray.pyo
+${PYSITELIB}/sym/tests/test_symarray.pyc
+${PYSITELIB}/sym/tests/test_sympy_Lambdify.pyo
+${PYSITELIB}/sym/tests/test_sympy_Lambdify.pyc
+${PYSITELIB}/sym/tests/test_util.pyo
+${PYSITELIB}/sym/tests/test_util.pyc
+${PYSITELIB}/sym/tests/test_Dummy.py
+${PYSITELIB}/sym/tests/test_Lambdify.py
+${PYSITELIB}/sym/tests/test_Matrix.py
+${PYSITELIB}/sym/tests/test_Symbol.py
+${PYSITELIB}/sym/tests/test_banded_jacobian.py
+${PYSITELIB}/sym/tests/test_cse.py
+${PYSITELIB}/sym/tests/test_sparse_jacobian.py
+${PYSITELIB}/sym/tests/test_symarray.py
+${PYSITELIB}/sym/tests/test_sympy_Lambdify.py
+${PYSITELIB}/sym/tests/test_util.py
+${PYSITELIB}/sym/util.py
diff --git a/py-sym/distinfo b/py-sym/distinfo
new file mode 100644
index 0000000000..8345a762f5
--- /dev/null
+++ b/py-sym/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (sym-0.3.4.tar.gz) = 3b9fd93a842471fccbe5bdeff4cb3baf8a1f43042de9635122c59c5045f58a2e
+SHA512 (sym-0.3.4.tar.gz) = fe0bd5a6f263e2debf91eb263b96a150751c64c701b2f027eb87cb2b5752226d66e7da26247cc4de33846e0a38a7c794d51bbd3f4ebc2a7bc030277d4fa529b8
+Size (sym-0.3.4.tar.gz) = 17094 bytes
Home |
Main Index |
Thread Index |
Old Index