Skip to content

Commit

Permalink
py-kiwisolver: update to 1.4.7.
Browse files Browse the repository at this point in the history
Convert to wheel.mk.

Wrappers 1.4.7 | Solver 1.4.2 | 03/09/2024

    no library changes only fixes to the build infrastructure

Wrappers 1.4.6 | Solver 1.4.2 | 03/09/2024

    drop support for Python 3.7 PR #183
    add support for Python 3.13 PR #183
    update linking strategy on Windows when building wheels PR #183 This is in line with Matplotlib strategy matplotlib/matplotlib#28687
  • Loading branch information
0-wiz-0 committed Sep 13, 2024
1 parent 24c2664 commit c771a61
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
15 changes: 5 additions & 10 deletions math/py-kiwisolver/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2023/08/28 12:47:28 adam Exp $
# $NetBSD: Makefile,v 1.9 2024/09/13 08:36:28 wiz Exp $

DISTNAME= kiwisolver-1.4.5
DISTNAME= kiwisolver-1.4.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kiwisolver/}
Expand All @@ -10,18 +10,13 @@ HOMEPAGE= https://github.com/nucleic/kiwi
COMMENT= Fast implementation of the Cassowary constraint solver
LICENSE= modified-bsd

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

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 "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
12 changes: 6 additions & 6 deletions math/py-kiwisolver/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.4 2023/08/28 12:47:28 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
@comment $NetBSD: PLIST,v 1.5 2024/09/13 08:36:28 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/kiwisolver/__init__.py
${PYSITELIB}/kiwisolver/__init__.pyc
${PYSITELIB}/kiwisolver/__init__.pyo
Expand Down
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.8 2023/08/28 12:47:28 adam Exp $
$NetBSD: distinfo,v 1.9 2024/09/13 08:36:28 wiz Exp $

BLAKE2s (kiwisolver-1.4.5.tar.gz) = dc57ae3c2ec56aefc1faa839dcdb2af283558c38e86b46a770d0dd4b747c653c
SHA512 (kiwisolver-1.4.5.tar.gz) = 0f454ec596c61df053aadf500c06d952b4e30874dff5c6f3a0c7d894b407db45ef68519d320f78cef1651c3a7d6c19c8db8a27dac3a6bd458b63196922fcdacc
Size (kiwisolver-1.4.5.tar.gz) = 97552 bytes
BLAKE2s (kiwisolver-1.4.7.tar.gz) = c397a37e2774b2eb5d014ddbda4b7fe19601679f5f64d37709f7338dc071af1f
SHA512 (kiwisolver-1.4.7.tar.gz) = 60d5ca8595bc8c727f8704577ec3dac0b5a18529a64395fbf9dddbbbb3045c600881db5f9bc01e8c2b881eb288b0531a2862d7f4082f03d22282c5534d067462
Size (kiwisolver-1.4.7.tar.gz) = 97286 bytes

0 comments on commit c771a61

Please sign in to comment.