pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-kiwisolver



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 15 18:54:41 UTC 2019

Modified Files:
        pkgsrc/math/py-kiwisolver: Makefile distinfo

Log Message:
py-kiwisolver: updated to 1.1.0

Wrappers 1.1.0 | Solver 1.1.0
- prevent attempting a dual optimize on a dummy row
- add dump and dumps methods to inspect the internal state of the
  solver
- test on Python 3.7
- improvemnts to setup.py and tests


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-kiwisolver/Makefile \
    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/py-kiwisolver/Makefile
diff -u pkgsrc/math/py-kiwisolver/Makefile:1.1 pkgsrc/math/py-kiwisolver/Makefile:1.2
--- pkgsrc/math/py-kiwisolver/Makefile:1.1      Sat Apr 14 11:35:24 2018
+++ pkgsrc/math/py-kiwisolver/Makefile  Sat Jun 15 18:54:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/04/14 11:35:24 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/15 18:54:41 adam Exp $
 
-DISTNAME=      kiwisolver-1.0.1
+DISTNAME=      kiwisolver-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kiwisolver/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/nucleic/kiw
 COMMENT=       Fast implementation of the Cassowary constraint solver
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= c c++
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/math/py-kiwisolver/distinfo
diff -u pkgsrc/math/py-kiwisolver/distinfo:1.1 pkgsrc/math/py-kiwisolver/distinfo:1.2
--- pkgsrc/math/py-kiwisolver/distinfo:1.1      Sat Apr 14 11:35:24 2018
+++ pkgsrc/math/py-kiwisolver/distinfo  Sat Jun 15 18:54:41 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/04/14 11:35:24 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/06/15 18:54:41 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
+SHA1 (kiwisolver-1.1.0.tar.gz) = d6a2a41de9f74d8085d2e2f3be53ac953c923747
+RMD160 (kiwisolver-1.1.0.tar.gz) = c048a5a4c5c843b4b6dd9a3a7aff361e6f5969be
+SHA512 (kiwisolver-1.1.0.tar.gz) = 651614fe10ae857ac7fc4f72f6d6029788cc176380e8d598edbad141c5a772f33dd0e98a82e7e6125e8cd14197d728a1678f2f7f10c0b1b72723c9bc75d8ba79
+Size (kiwisolver-1.1.0.tar.gz) = 30847 bytes



Home | Main Index | Thread Index | Old Index