pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math



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.

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@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"
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



Home | Main Index | Thread Index | Old Index