Received: by mail.netbsd.org (Postfix, from userid 605) id 2AC8C84E66; Sat, 14 Apr 2018 11:35:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F73D84D3E for ; Sat, 14 Apr 2018 11:35:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NUQ4lze-cZaJ for ; Sat, 14 Apr 2018 11:35:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4098884CD2 for ; Sat, 14 Apr 2018 11:35:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AE9FFBEC; Sat, 14 Apr 2018 11:35:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152370572485500" MIME-Version: 1.0 Date: Sat, 14 Apr 2018 11:35:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180414113524.2AE9FFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152370572485500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 14 11:35:24 UTC 2018 Modified Files: pkgsrc/math: Makefile Added Files: pkgsrc/math/py-kiwisolver: DESCR Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 pkgsrc/math/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-kiwisolver/DESCR \ pkgsrc/math/py-kiwisolver/Makefile pkgsrc/math/py-kiwisolver/PLIST \ pkgsrc/math/py-kiwisolver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152370572485500 Content-Disposition: inline Content-Length: 3078 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.383 pkgsrc/math/Makefile:1.384 --- pkgsrc/math/Makefile:1.383 Sat Apr 14 05:31:08 2018 +++ pkgsrc/math/Makefile Sat Apr 14 11:35:23 2018 @@ -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 Added files: Index: pkgsrc/math/py-kiwisolver/DESCR diff -u /dev/null pkgsrc/math/py-kiwisolver/DESCR:1.1 --- /dev/null Sat Apr 14 11:35:24 2018 +++ pkgsrc/math/py-kiwisolver/DESCR Sat Apr 14 11:35:24 2018 @@ -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 Index: pkgsrc/math/py-kiwisolver/Makefile diff -u /dev/null pkgsrc/math/py-kiwisolver/Makefile:1.1 --- /dev/null Sat Apr 14 11:35:24 2018 +++ pkgsrc/math/py-kiwisolver/Makefile Sat Apr 14 11:35:24 2018 @@ -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" Index: pkgsrc/math/py-kiwisolver/PLIST diff -u /dev/null pkgsrc/math/py-kiwisolver/PLIST:1.1 --- /dev/null Sat Apr 14 11:35:24 2018 +++ pkgsrc/math/py-kiwisolver/PLIST Sat Apr 14 11:35:24 2018 @@ -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 Index: pkgsrc/math/py-kiwisolver/distinfo diff -u /dev/null pkgsrc/math/py-kiwisolver/distinfo:1.1 --- /dev/null Sat Apr 14 11:35:24 2018 +++ pkgsrc/math/py-kiwisolver/distinfo Sat Apr 14 11:35:24 2018 @@ -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 --_----------=_152370572485500--