diff options
author | adam <adam@pkgsrc.org> | 2018-04-14 11:35:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-14 11:35:23 +0000 |
commit | ae836370cec77cfb8180e008b3c414ce45530651 (patch) | |
tree | 46c86cd354c3012817cf2fa0784fb197a1158759 /math | |
parent | 6350316b38804c8821ab740393424ddbbad2ae5f (diff) | |
download | pkgsrc-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')
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/py-kiwisolver/DESCR | 6 | ||||
-rw-r--r-- | math/py-kiwisolver/Makefile | 16 | ||||
-rw-r--r-- | math/py-kiwisolver/PLIST | 7 | ||||
-rw-r--r-- | math/py-kiwisolver/distinfo | 6 |
5 files changed, 37 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d1099bb69ab..0f8732cef49 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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-fpconst SUBDIR+= py-gmpy SUBDIR+= py-infinity SUBDIR+= py-intervals +SUBDIR+= py-kiwisolver SUBDIR+= py-lmfit SUBDIR+= py-mpmath SUBDIR+= py-munkres 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 |