pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math py-kiwisolver: added version 1.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dcc38ddf141
branches: trunk
changeset: 378751:0dcc38ddf141
user: adam <adam%pkgsrc.org@localhost>
date: Sat Apr 14 11:35:23 2018 +0000
description:
py-kiwisolver: added version 1.0.1
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi has
been designed from the ground up to be lightweight and fast. Kiwi ranges from
10x to 500x faster than the original Cassowary solver will typical use cases
gaining a 40x improvement. Memory savings are consistently > 5x
diffstat:
math/Makefile | 3 ++-
math/py-kiwisolver/DESCR | 6 ++++++
math/py-kiwisolver/Makefile | 16 ++++++++++++++++
math/py-kiwisolver/PLIST | 7 +++++++
math/py-kiwisolver/distinfo | 6 ++++++
5 files changed, 37 insertions(+), 1 deletions(-)
diffs (68 lines):
diff -r bc90c57d324b -r 0dcc38ddf141 math/Makefile
--- a/math/Makefile Sat Apr 14 09:48:36 2018 +0000
+++ b/math/Makefile Sat Apr 14 11:35:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.383 2018/04/14 05:31:08 adam Exp $
+# $NetBSD: Makefile,v 1.384 2018/04/14 11:35:23 adam Exp $
COMMENT= Mathematics
@@ -281,6 +281,7 @@
SUBDIR+= py-gmpy
SUBDIR+= py-infinity
SUBDIR+= py-intervals
+SUBDIR+= py-kiwisolver
SUBDIR+= py-lmfit
SUBDIR+= py-mpmath
SUBDIR+= py-munkres
diff -r bc90c57d324b -r 0dcc38ddf141 math/py-kiwisolver/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-kiwisolver/DESCR Sat Apr 14 11:35:23 2018 +0000
@@ -0,0 +1,6 @@
+Kiwi is an efficient C++ implementation of the Cassowary constraint solving
+algorithm. Kiwi is an implementation of the algorithm based on the seminal
+Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi has
+been designed from the ground up to be lightweight and fast. Kiwi ranges from
+10x to 500x faster than the original Cassowary solver will typical use cases
+gaining a 40x improvement. Memory savings are consistently > 5x
diff -r bc90c57d324b -r 0dcc38ddf141 math/py-kiwisolver/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-kiwisolver/Makefile Sat Apr 14 11:35:23 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/04/14 11:35:24 adam Exp $
+
+DISTNAME= kiwisolver-1.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=k/kiwisolver/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/nucleic/kiwi
+COMMENT= Fast implementation of the Cassowary constraint solver
+LICENSE= modified-bsd
+
+USE_LANGUAGES= c c++
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bc90c57d324b -r 0dcc38ddf141 math/py-kiwisolver/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-kiwisolver/PLIST Sat Apr 14 11:35:23 2018 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/14 11:35:24 adam Exp $
+${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}/kiwisolver.so
diff -r bc90c57d324b -r 0dcc38ddf141 math/py-kiwisolver/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-kiwisolver/distinfo Sat Apr 14 11:35:23 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/14 11:35:24 adam Exp $
+
+SHA1 (kiwisolver-1.0.1.tar.gz) = 093c2348a53fe18d42983ddbd823911b21781928
+RMD160 (kiwisolver-1.0.1.tar.gz) = 8e66a4cf1d5cf3cbcc6ec9a912283aa61ebf48f8
+SHA512 (kiwisolver-1.0.1.tar.gz) = 80ed3d7429a2ed4944aa09766bebac2709a3a0e0a184ff414f04bf3c7ec3034ea7d0f70dff319922b870dedaf13d64fc87eff86a82e720ec93a2510885ad738d
+Size (kiwisolver-1.0.1.tar.gz) = 31618 bytes
Home |
Main Index |
Thread Index |
Old Index