pkgsrc-WIP-changes archive

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

add py-numpy-quaternion



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 8 00:09:09 2020 +0100
Changeset:	0d5d92d26fd89813d67d48b7f930cad9b7b60138

Added Files:
	py-numpy-quaternion/DESCR
	py-numpy-quaternion/Makefile
	py-numpy-quaternion/PLIST
	py-numpy-quaternion/distinfo

Log Message:
add py-numpy-quaternion

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

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

diffstat:
 py-numpy-quaternion/DESCR    |  8 ++++++++
 py-numpy-quaternion/Makefile | 18 ++++++++++++++++++
 py-numpy-quaternion/PLIST    | 22 ++++++++++++++++++++++
 py-numpy-quaternion/distinfo |  6 ++++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/py-numpy-quaternion/DESCR b/py-numpy-quaternion/DESCR
new file mode 100644
index 0000000000..db4ea46399
--- /dev/null
+++ b/py-numpy-quaternion/DESCR
@@ -0,0 +1,8 @@
+This package creates a quaternion type in python, and further
+enables numpy to create and manipulate arrays of quaternions.
+The usual algebraic operations (addition and multiplication)
+are available, along with numerous properties like norm and
+various types of distance measures between two quaternions.
+There are also additional functions like squad and slerp
+interpolation, and conversions to and from axis-angle, matrix,
+and Euler-angle representations of rotations
diff --git a/py-numpy-quaternion/Makefile b/py-numpy-quaternion/Makefile
new file mode 100644
index 0000000000..6bdd7fe1ac
--- /dev/null
+++ b/py-numpy-quaternion/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	numpy-quaternion-2020.9.5.14.42.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/cb/bb/1ff7d20234ffef492330cb2e6f9f091f0978f3b5356aad0df71d3ad3c091/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/moble/quaternion
+COMMENT=	Add a quaternion dtype to NumPy
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.13
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-numpy-quaternion/PLIST b/py-numpy-quaternion/PLIST
new file mode 100644
index 0000000000..6df4a6bcc3
--- /dev/null
+++ b/py-numpy-quaternion/PLIST
@@ -0,0 +1,22 @@
+@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}/quaternion/__init__.py
+${PYSITELIB}/quaternion/__init__.pyc
+${PYSITELIB}/quaternion/__init__.pyo
+${PYSITELIB}/quaternion/calculus.py
+${PYSITELIB}/quaternion/calculus.pyc
+${PYSITELIB}/quaternion/calculus.pyo
+${PYSITELIB}/quaternion/means.py
+${PYSITELIB}/quaternion/means.pyc
+${PYSITELIB}/quaternion/means.pyo
+${PYSITELIB}/quaternion/numba_wrapper.py
+${PYSITELIB}/quaternion/numba_wrapper.pyc
+${PYSITELIB}/quaternion/numba_wrapper.pyo
+${PYSITELIB}/quaternion/numpy_quaternion.so
+${PYSITELIB}/quaternion/quaternion_time_series.py
+${PYSITELIB}/quaternion/quaternion_time_series.pyc
+${PYSITELIB}/quaternion/quaternion_time_series.pyo
diff --git a/py-numpy-quaternion/distinfo b/py-numpy-quaternion/distinfo
new file mode 100644
index 0000000000..6ac222feac
--- /dev/null
+++ b/py-numpy-quaternion/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (numpy-quaternion-2020.9.5.14.42.2.tar.gz) = 5f3b62e839db4fa57495aada183380fe185743ae
+RMD160 (numpy-quaternion-2020.9.5.14.42.2.tar.gz) = c9c055f4696ee11f14f2dd47a6dde0ca05e3c214
+SHA512 (numpy-quaternion-2020.9.5.14.42.2.tar.gz) = 17d57df2c194b8c229b0596c5b1546aee2ead54466b9575a2ecfb54434488e2dfd5ecf10b35ee6b80448594948a9279d5810f80efb1f932922b8b8abe9bfc9d8
+Size (numpy-quaternion-2020.9.5.14.42.2.tar.gz) = 54201 bytes


Home | Main Index | Thread Index | Old Index