pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-tinyarray: update to 1.2.4
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Sun Oct 2 22:30:49 2022 +0100
Changeset: c465975762ef9ef130b7b4c7dcd0281f59027dd8
Modified Files:
py-tinyarray/DESCR
py-tinyarray/Makefile
py-tinyarray/distinfo
Log Message:
py-tinyarray: update to 1.2.4
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c465975762ef9ef130b7b4c7dcd0281f59027dd8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-tinyarray/DESCR | 12 ++++++------
py-tinyarray/Makefile | 12 ++++++------
py-tinyarray/distinfo | 6 +++---
3 files changed, 15 insertions(+), 15 deletions(-)
diffs:
diff --git a/py-tinyarray/DESCR b/py-tinyarray/DESCR
index cd9fd12060..47854cded2 100644
--- a/py-tinyarray/DESCR
+++ b/py-tinyarray/DESCR
@@ -1,6 +1,6 @@
-Tinyarrays are similar to NumPy arrays, but optimized for small sizes. Common
-operations on very small arrays are to 3-7 times faster than with NumPy (with
-NumPy 1.6 it used to be up to 35 times), and 3 times less memory is used to
-store them. Tinyarrays are useful if you need many small arrays of numbers,
-and cannot combine them into a few large ones. (The resulting code is still
-much slower than C, but it may now be fast enough.)
+Tinyarrays are similar to NumPy arrays, but optimized for small sizes.
+Common operations on very small arrays are to 3-7 times faster than with
+NumPy, and 3 times less memory is used to store them. Tinyarrays are
+useful if you need many small arrays of numbers, and cannot combine them
+into a few large ones. (The resulting code is still much slower than C,
+but it may now be fast enough.)
diff --git a/py-tinyarray/Makefile b/py-tinyarray/Makefile
index 0798b0ae7a..3e4c6d863f 100644
--- a/py-tinyarray/Makefile
+++ b/py-tinyarray/Makefile
@@ -1,17 +1,17 @@
# $NetBSD$
-DISTNAME= tinyarray-1.2.2
+DISTNAME= tinyarray-1.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= math python
-MASTER_SITES= https://files.pythonhosted.org/packages/5e/3c/f212cbf3fc9b725913b5f63e1918ed3a3c9885e44e451e7a7200b02e987f/
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/tinyarray/}
MAINTAINER= jihbed.research%gmail.com@localhost
HOMEPAGE= https://gitlab.kwant-project.org/kwant/tinyarray
COMMENT= Arrays of numbers for Python, optimized for small sizes
-LICENSE= 2-clause-bsd
+LICENSE= modified-bsd
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
-.include "../../math/py-numpy/buildlink3.mk"
+#.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-tinyarray/distinfo b/py-tinyarray/distinfo
index 3a69a59b60..473ce7966b 100644
--- a/py-tinyarray/distinfo
+++ b/py-tinyarray/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (tinyarray-1.2.2.tar.gz) = 87f14a51609fbd27595fffaa19bd76c70916c804
-SHA512 (tinyarray-1.2.2.tar.gz) = 1c9672bf088f81ea8551068c7ede49ee70e41bfea33ea4c154817195ec62802c9937d7b995d3d5d82a1a4d9af8de536b830008fb7775a124100841b5209c5586
-Size (tinyarray-1.2.2.tar.gz) = 35801 bytes
+BLAKE2s (tinyarray-1.2.4.tar.gz) = 792b0214d51f7b10c757c0e1b329a6b434a807a3aa0354bd0f6ac2a19edc7adb
+SHA512 (tinyarray-1.2.4.tar.gz) = 9bf3d1050cb0e0332ac494fd5e4fb3c063cfb4973ec2b62e9f96202c2800159b8f3774059791e462a1ebfdf5de806f597a953ea0804cc4d6dab3a32bd34bfd3b
+Size (tinyarray-1.2.4.tar.gz) = 37980 bytes
Home |
Main Index |
Thread Index |
Old Index