Skip to content

Commit

Permalink
py-kiwisolver: update to 1.4.4.
Browse files Browse the repository at this point in the history
Wrappers 1.4.4 | Solver 1.4.2 | 15/07/2022
------------------------------------------
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142
  Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
  some platforms (see #144 ) PR #145

Wrappers 1.4.3 | Solver 1.4.1 | 13/06/2022
------------------------------------------
- add support for Python 3.11 PR #142
- do not install tests PR #143
- fix packaging for latest setuptools PR #140

Wrappers 1.4.2 | Solver 1.4.1 | 28/03/2022
------------------------------------------
- fix an issue with setuptools configuration PR #134

Wrappers 1.4.1 | Solver 1.4.1 | 27/03/2022
------------------------------------------
- add missing include PR #129
- re-organize the Python binding sources to properly ship type hints PR #131

Wrappers 1.4.0 | Solver 1.4.0 | 14/03/2022
------------------------------------------
- make installation PEP517 compliant PR #125
- add type hints  PR #125
- add Constraint::violated() method PR #128
- make the the c++ part of the code c++20 compliant PR #120
- test with c++11 and c++20 PR #120
  • Loading branch information
0-wiz-0 committed Jun 16, 2023
1 parent 8edb8b3 commit b3a6896
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 5 additions & 3 deletions math/py-kiwisolver/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:14 wiz Exp $
# $NetBSD: Makefile,v 1.7 2023/06/16 21:28:03 wiz Exp $

DISTNAME= kiwisolver-1.3.2
DISTNAME= kiwisolver-1.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kiwisolver/}

Expand All @@ -11,15 +10,18 @@ HOMEPAGE= https://github.com/nucleic/kiwi
COMMENT= Fast implementation of the Cassowary constraint solver
LICENSE= modified-bsd

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

USE_LANGUAGES= c c++

PYTHON_VERSIONS_INCOMPATIBLE= 27
DISTUTILS_BUILDDIR_IN_TEST_ENV= yes

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} py/tests

BUILDLINK_API_DEPENDS.py-cppy+= ${PYPKGPREFIX}-cppy>=1.2.1
.include "../../devel/py-cppy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 8 additions & 2 deletions math/py-kiwisolver/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@comment $NetBSD: PLIST,v 1.2 2021/05/05 09:33:02 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2023/06/16 21:28:03 wiz 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
${PYSITELIB}/kiwisolver/__init__.py
${PYSITELIB}/kiwisolver/__init__.pyc
${PYSITELIB}/kiwisolver/__init__.pyo
${PYSITELIB}/kiwisolver/_cext.pyi
${PYSITELIB}/kiwisolver/_cext.so
${PYSITELIB}/kiwisolver/py.typed
8 changes: 4 additions & 4 deletions math/py-kiwisolver/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/10/26 10:56:01 nia Exp $
$NetBSD: distinfo,v 1.7 2023/06/16 21:28:03 wiz Exp $

BLAKE2s (kiwisolver-1.3.2.tar.gz) = 41b3f77b30e4f03b925655910d540c47bbe82774f6dd2165da01d4aeeb1ad081
SHA512 (kiwisolver-1.3.2.tar.gz) = 24248cee3401153dfa67e9d78ae230d05640d16b23cb980379796e949a87af49f0e97a3a7735c886260846747b305b1b13ca9556ee371b688ac33cc18099d2e0
Size (kiwisolver-1.3.2.tar.gz) = 54611 bytes
BLAKE2s (kiwisolver-1.4.4.tar.gz) = cf10f28d6e72d87ac16ce334fda3019626867909e44993d8edc4b8d474fa3945
SHA512 (kiwisolver-1.4.4.tar.gz) = b2bf8c5fe273bd52c647a4dd65c117b6b1e1b5ee797b8e2151392d790515e937085bbc3f0ca74d5a6546ef34330c43c4292c390ce370fd06c8d96281ae66e1c4
Size (kiwisolver-1.4.4.tar.gz) = 97093 bytes

0 comments on commit b3a6896

Please sign in to comment.