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:   wiz
Date:           Fri Jun 16 21:28:03 UTC 2023

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

Log Message:
py-kiwisolver: update to 1.4.4.

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-kiwisolver/Makefile \
    pkgsrc/math/py-kiwisolver/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-kiwisolver/PLIST

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.6 pkgsrc/math/py-kiwisolver/Makefile:1.7
--- pkgsrc/math/py-kiwisolver/Makefile:1.6      Tue Jan  4 20:54:14 2022
+++ pkgsrc/math/py-kiwisolver/Makefile  Fri Jun 16 21:28:03 2023
@@ -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/}
 
@@ -11,15 +10,18 @@ HOMEPAGE=   https://github.com/nucleic/kiw
 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"
Index: pkgsrc/math/py-kiwisolver/distinfo
diff -u pkgsrc/math/py-kiwisolver/distinfo:1.6 pkgsrc/math/py-kiwisolver/distinfo:1.7
--- pkgsrc/math/py-kiwisolver/distinfo:1.6      Tue Oct 26 10:56:01 2021
+++ pkgsrc/math/py-kiwisolver/distinfo  Fri Jun 16 21:28:03 2023
@@ -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

Index: pkgsrc/math/py-kiwisolver/PLIST
diff -u pkgsrc/math/py-kiwisolver/PLIST:1.2 pkgsrc/math/py-kiwisolver/PLIST:1.3
--- pkgsrc/math/py-kiwisolver/PLIST:1.2 Wed May  5 09:33:02 2021
+++ pkgsrc/math/py-kiwisolver/PLIST     Fri Jun 16 21:28:03 2023
@@ -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



Home | Main Index | Thread Index | Old Index