pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-kiwisolver py-kiwisolver: updated to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ada6b6ee4494
branches:  trunk
changeset: 452055:ada6b6ee4494
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 05 09:33:02 2021 +0000

description:
py-kiwisolver: updated to 1.3.1

Wrappers 1.3.1 | Solver 1.3.1 | 11/01/2020

allow to avoid linking against VC2014_1 on windows
do not mark move constructor / assignment operator of expression as noexcept. This is to circumvent a suspected bug in the GCC compiler in the manylinux1 image.

Wrappers 1.3.0 | Solver 1.3.0 | 10/21/2020

add c++ benchmarks and run them on CIs
modernize the c++ code by using more c++11 features
introduce move semantic in some c++ constructors to improve performances
add support for Python 3.9

Wrappers 1.2.0 | Solver 1.2.0 | 03/26/2020

make the the c++ part of the code c++11 compliant
use cppy for Python/C bindings

diffstat:

 math/py-kiwisolver/Makefile |  15 ++++++++++-----
 math/py-kiwisolver/PLIST    |   3 +--
 math/py-kiwisolver/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r 2b423ebdb9c3 -r ada6b6ee4494 math/py-kiwisolver/Makefile
--- a/math/py-kiwisolver/Makefile       Wed May 05 09:30:11 2021 +0000
+++ b/math/py-kiwisolver/Makefile       Wed May 05 09:33:02 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/08/31 23:07:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/05 09:33:02 adam Exp $
 
-DISTNAME=      kiwisolver-1.1.0
+DISTNAME=      kiwisolver-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel python
+CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kiwisolver/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,10 +10,15 @@
 COMMENT=       Fast implementation of the Cassowary constraint solver
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} py/tests
+
+.include "../../devel/py-cppy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2b423ebdb9c3 -r ada6b6ee4494 math/py-kiwisolver/PLIST
--- a/math/py-kiwisolver/PLIST  Wed May 05 09:30:11 2021 +0000
+++ b/math/py-kiwisolver/PLIST  Wed May 05 09:33:02 2021 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2018/04/14 11:35:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/05 09:33:02 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 -r 2b423ebdb9c3 -r ada6b6ee4494 math/py-kiwisolver/distinfo
--- a/math/py-kiwisolver/distinfo       Wed May 05 09:30:11 2021 +0000
+++ b/math/py-kiwisolver/distinfo       Wed May 05 09:33:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/06/15 18:54:41 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/05/05 09:33:02 adam Exp $
 
-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
+SHA1 (kiwisolver-1.3.1.tar.gz) = e19b09e4a2098e5817719fbdec39139330649868
+RMD160 (kiwisolver-1.3.1.tar.gz) = d00de5025110ab800de3ca4ad45671c49cfcca0f
+SHA512 (kiwisolver-1.3.1.tar.gz) = 1b3c38044123951ed91d87d05dc1dddafc8876625be843857333119affa4d71700ffe5de8ce66b11c2fcba296396f06ec0ed5676c8b2f8b53ef8f54db32347ed
+Size (kiwisolver-1.3.1.tar.gz) = 53103 bytes



Home | Main Index | Thread Index | Old Index