summaryrefslogtreecommitdiff
path: root/math/py-kiwisolver
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-05-05 09:33:02 +0000
committeradam <adam@pkgsrc.org>2021-05-05 09:33:02 +0000
commitdc1f2c17d3346e430361c7330a897b13a7e3355b (patch)
tree6fd051ea22d48e634aa09bee66d1104326f02223 /math/py-kiwisolver
parentefcd631d64980fbf0a7b1840bc4ccef7ffac0ec6 (diff)
downloadpkgsrc-dc1f2c17d3346e430361c7330a897b13a7e3355b.tar.gz
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 (limited to 'math/py-kiwisolver')
-rw-r--r--math/py-kiwisolver/Makefile15
-rw-r--r--math/py-kiwisolver/PLIST3
-rw-r--r--math/py-kiwisolver/distinfo10
3 files changed, 16 insertions, 12 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile
index 34f17a26a1f..f8ab5297716 100644
--- a/math/py-kiwisolver/Makefile
+++ b/math/py-kiwisolver/Makefile
@@ -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
@@ -10,10 +10,15 @@ HOMEPAGE= https://github.com/nucleic/kiwi
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 --git a/math/py-kiwisolver/PLIST b/math/py-kiwisolver/PLIST
index 28eb641305e..dee8f56276d 100644
--- a/math/py-kiwisolver/PLIST
+++ b/math/py-kiwisolver/PLIST
@@ -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 --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo
index 0d3c2409ca3..2669ca0a0b0 100644
--- a/math/py-kiwisolver/distinfo
+++ b/math/py-kiwisolver/distinfo
@@ -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