Sat Apr 14 11:35:24 2018 UTC ()
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


(adam)
diff -r1.383 -r1.384 pkgsrc/math/Makefile
diff -r0 -r1.1 pkgsrc/math/py-kiwisolver/DESCR
diff -r0 -r1.1 pkgsrc/math/py-kiwisolver/Makefile
diff -r0 -r1.1 pkgsrc/math/py-kiwisolver/PLIST
diff -r0 -r1.1 pkgsrc/math/py-kiwisolver/distinfo

cvs diff -r1.383 -r1.384 pkgsrc/math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/Makefile 2018/04/14 05:31:08 1.383
+++ pkgsrc/math/Makefile 2018/04/14 11:35:23 1.384
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.383 2018/04/14 05:31:08 adam Exp $ 1# $NetBSD: Makefile,v 1.384 2018/04/14 11:35:23 adam Exp $
2 2
3COMMENT= Mathematics 3COMMENT= Mathematics
4 4
5SUBDIR+= R 5SUBDIR+= R
6SUBDIR+= R-CGIwithR 6SUBDIR+= R-CGIwithR
7SUBDIR+= R-DAAG 7SUBDIR+= R-DAAG
8SUBDIR+= R-DBI 8SUBDIR+= R-DBI
9SUBDIR+= R-FNN 9SUBDIR+= R-FNN
10SUBDIR+= R-GRASS 10SUBDIR+= R-GRASS
11SUBDIR+= R-ISLR 11SUBDIR+= R-ISLR
12SUBDIR+= R-ISwR 12SUBDIR+= R-ISwR
13SUBDIR+= R-MatrixModels 13SUBDIR+= R-MatrixModels
14SUBDIR+= R-PHYLOGR 14SUBDIR+= R-PHYLOGR
@@ -271,26 +271,27 @@ SUBDIR+= py-Scientific-doc @@ -271,26 +271,27 @@ SUBDIR+= py-Scientific-doc
271SUBDIR+= py-abcpmc 271SUBDIR+= py-abcpmc
272SUBDIR+= py-almost 272SUBDIR+= py-almost
273SUBDIR+= py-asteval 273SUBDIR+= py-asteval
274SUBDIR+= py-autograd 274SUBDIR+= py-autograd
275SUBDIR+= py-bottleneck 275SUBDIR+= py-bottleneck
276SUBDIR+= py-cdecimal 276SUBDIR+= py-cdecimal
277SUBDIR+= py-claripy 277SUBDIR+= py-claripy
278SUBDIR+= py-ephem 278SUBDIR+= py-ephem
279SUBDIR+= py-fftw 279SUBDIR+= py-fftw
280SUBDIR+= py-fpconst 280SUBDIR+= py-fpconst
281SUBDIR+= py-gmpy 281SUBDIR+= py-gmpy
282SUBDIR+= py-infinity 282SUBDIR+= py-infinity
283SUBDIR+= py-intervals 283SUBDIR+= py-intervals
 284SUBDIR+= py-kiwisolver
284SUBDIR+= py-lmfit 285SUBDIR+= py-lmfit
285SUBDIR+= py-mpmath 286SUBDIR+= py-mpmath
286SUBDIR+= py-munkres 287SUBDIR+= py-munkres
287SUBDIR+= py-networkx 288SUBDIR+= py-networkx
288SUBDIR+= py-noise 289SUBDIR+= py-noise
289SUBDIR+= py-numarray 290SUBDIR+= py-numarray
290SUBDIR+= py-numexpr 291SUBDIR+= py-numexpr
291SUBDIR+= py-numpy 292SUBDIR+= py-numpy
292SUBDIR+= py-pandas 293SUBDIR+= py-pandas
293SUBDIR+= py-pandas-datareader 294SUBDIR+= py-pandas-datareader
294SUBDIR+= py-patsy 295SUBDIR+= py-patsy
295SUBDIR+= py-powerlaw 296SUBDIR+= py-powerlaw
296SUBDIR+= py-pytables 297SUBDIR+= py-pytables

File Added: pkgsrc/math/py-kiwisolver/DESCR
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

File Added: pkgsrc/math/py-kiwisolver/Makefile
# $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"

File Added: pkgsrc/math/py-kiwisolver/PLIST
@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

File Added: pkgsrc/math/py-kiwisolver/distinfo
$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