pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-numpy-quaternion : update
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Sat Oct 1 22:32:05 2022 +0100
Changeset: 98b8d30144757eca90aab823467cd0210a765414
Modified Files:
Makefile
py-numpy-quaternion/DESCR
py-numpy-quaternion/Makefile
py-numpy-quaternion/distinfo
Added Files:
py-numpy-quaternion/TODO
Log Message:
py-numpy-quaternion : update
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98b8d30144757eca90aab823467cd0210a765414
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-numpy-quaternion/DESCR | 11 ++++++-----
py-numpy-quaternion/Makefile | 9 ++++-----
py-numpy-quaternion/TODO | 22 ++++++++++++++++++++++
py-numpy-quaternion/distinfo | 6 +++---
5 files changed, 36 insertions(+), 13 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ad4c3760c1..5da94d0662 100644
--- a/Makefile
+++ b/Makefile
@@ -1381,6 +1381,7 @@ SUBDIR+= gorilla-audio
SUBDIR+= got-portable
SUBDIR+= gotify
SUBDIR+= goyq
+SUBDIR+= gp-toric
SUBDIR+= gpak
SUBDIR+= gplbasic
SUBDIR+= gpsdrive
diff --git a/py-numpy-quaternion/DESCR b/py-numpy-quaternion/DESCR
index db4ea46399..aed7073c23 100644
--- a/py-numpy-quaternion/DESCR
+++ b/py-numpy-quaternion/DESCR
@@ -1,8 +1,9 @@
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
+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. The core of the code is written in C for speed
diff --git a/py-numpy-quaternion/Makefile b/py-numpy-quaternion/Makefile
index 6bdd7fe1ac..fa947a0e21 100644
--- a/py-numpy-quaternion/Makefile
+++ b/py-numpy-quaternion/Makefile
@@ -1,18 +1,17 @@
# $NetBSD$
-DISTNAME= numpy-quaternion-2020.9.5.14.42.2
+DISTNAME= numpy-quaternion-2022.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
-MASTER_SITES= https://files.pythonhosted.org/packages/cb/bb/1ff7d20234ffef492330cb2e6f9f091f0978f3b5356aad0df71d3ad3c091/
+MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy-quaternion/}
-MAINTAINER= jihbed.research%gmail.com@localhost
+MAINTAINER= jihbed.rsearch%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.py-numpy+= ${PYPKGPREFIX}-numpy>=1.13
-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/TODO b/py-numpy-quaternion/TODO
new file mode 100644
index 0000000000..060f527582
--- /dev/null
+++ b/py-numpy-quaternion/TODO
@@ -0,0 +1,22 @@
+
+extras_require={
+ "scipy": [
+ "scipy",
+ ],
+ "numba:python_version < '3.6' and platform_python_implementation != 'PyPy'": [
+ "numba<0.49.0",
+ "llvmlite<0.32.0",
+ ],
+ "numba:python_version >= '3.6' and platform_python_implementation != 'PyPy'": [
+ "numba",
+ ],
+ "docs": [
+ "mkdocs",
+ "mktheapidocs[plugin]",
+ "pymdown-extensions",
+ ],
+ "testing": [
+ "pytest",
+ "pytest-cov",
+ ]
+ },
diff --git a/py-numpy-quaternion/distinfo b/py-numpy-quaternion/distinfo
index 367ef6feae..9217802789 100644
--- a/py-numpy-quaternion/distinfo
+++ b/py-numpy-quaternion/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-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
+BLAKE2s (numpy-quaternion-2022.4.2.tar.gz) = 620d2b731985a5afb7b442704e66a0ba2aad4fca4b700311c6d028ee58c7a7d9
+SHA512 (numpy-quaternion-2022.4.2.tar.gz) = 61d34cfabc51dabf3418f9027958e28a075648302fcc1a17caf2445c835f1201df9886b4ccb6078010a58d1a09f66e8e2e70241afdb85bf8683781ee6d860e81
+Size (numpy-quaternion-2022.4.2.tar.gz) = 60041 bytes
Home |
Main Index |
Thread Index |
Old Index