summaryrefslogtreecommitdiff
path: root/math/py-kiwisolver
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-14 11:35:23 +0000
committeradam <adam@pkgsrc.org>2018-04-14 11:35:23 +0000
commitae836370cec77cfb8180e008b3c414ce45530651 (patch)
tree46c86cd354c3012817cf2fa0784fb197a1158759 /math/py-kiwisolver
parent6350316b38804c8821ab740393424ddbbad2ae5f (diff)
downloadpkgsrc-ae836370cec77cfb8180e008b3c414ce45530651.tar.gz
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 (limited to 'math/py-kiwisolver')
-rw-r--r--math/py-kiwisolver/DESCR6
-rw-r--r--math/py-kiwisolver/Makefile16
-rw-r--r--math/py-kiwisolver/PLIST7
-rw-r--r--math/py-kiwisolver/distinfo6
4 files changed, 35 insertions, 0 deletions
diff --git a/math/py-kiwisolver/DESCR b/math/py-kiwisolver/DESCR
new file mode 100644
index 00000000000..77a29764c2d
--- /dev/null
+++ b/math/py-kiwisolver/DESCR
@@ -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 --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile
new file mode 100644
index 00000000000..dc113f328d2
--- /dev/null
+++ b/math/py-kiwisolver/Makefile
@@ -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
+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 --git a/math/py-kiwisolver/PLIST b/math/py-kiwisolver/PLIST
new file mode 100644
index 00000000000..28eb641305e
--- /dev/null
+++ b/math/py-kiwisolver/PLIST
@@ -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 --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo
new file mode 100644
index 00000000000..6f356a5214b
--- /dev/null
+++ b/math/py-kiwisolver/distinfo
@@ -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