pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-contourpy
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 29 10:25:42 UTC 2023
Modified Files:
pkgsrc/graphics/py-contourpy: Makefile PLIST distinfo
Log Message:
py-contourpy: update to 1.1.0.
v1.1.0 (2023-06-13)
-------------------
This release features a change in the build system from ``distutils``, which
is scheduled for removal in Python 3.12, to `meson`_ and `meson-python`_.
It includes the building of wheels for ppc64le and s390x (on x86_64 only) and
removes building of all 32-bit wheels and macOS universal2 wheels.
This release supports Python 3.8 to 3.11.
Thanks to new contributor :user:`eli-schwartz`.
Build system improvements:
* New meson build system (:pr:`183`, :pr:`226`, :pr:`232`, :pr:`249`, :pr:`250`)
* Drop building universal2 wheels (:pr:`225`)
* Add build_config to store and show build configuration info (:pr:`227`)
* Build ppc64le and s390x wheels (:pr:`246`)
Code improvements:
* Rearrange functions alphabetically (:pr:`219`)
* Remove unused mpl2005 and mpl2014 code (:pr:`234`, :pr:`237`)
* Improve mpl2014 chunk count error handling (:pr:`238`)
Documentation improvements:
* Improve API docs (:pr:`220`, :pr:`221`, :pr:`222`)
* Update benchmarks (:pr:`233`)
* Add meson-specific build docs (:pr:`245`)
* Add simpler README for PyPI (:pr:`247`)
CI improvements:
* Replace flake8 with ruff (:pr:`211`)
* Building and testing on cirrus CI (:pr:`213`)
* Run mypy in CI (:pr:`230`)
* Set up code coverage in CI (:pr:`235`, :pr:`236`, :pr:`183`)
* New internal API, codebase and debug renderer tests (:pr:`239`, :pr:`241`, :pr:`244`)
* Use correct version of chromium for Bokeh image tests (:pr:`243`)
* Add tests for musllinux (on x86_64), ppc64le and s390x (:pr:`246`)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-contourpy/Makefile \
pkgsrc/graphics/py-contourpy/PLIST pkgsrc/graphics/py-contourpy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-contourpy/Makefile
diff -u pkgsrc/graphics/py-contourpy/Makefile:1.2 pkgsrc/graphics/py-contourpy/Makefile:1.3
--- pkgsrc/graphics/py-contourpy/Makefile:1.2 Wed Apr 26 09:12:20 2023
+++ pkgsrc/graphics/py-contourpy/Makefile Thu Jun 29 10:25:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/04/26 09:12:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/29 10:25:42 wiz Exp $
-DISTNAME= contourpy-1.0.7
+DISTNAME= contourpy-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contourpy/}
@@ -10,17 +10,19 @@ HOMEPAGE= https://github.com/contourpy/c
COMMENT= Python library for calculating contours of 2D quadrilateral grids
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python-[0-9]*:../../devel/py-meson_python
+# py-matplotlib depends on py-contourpy, but TEST_DEPENDS seems to work fine
TEST_DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= c c++11
-PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../devel/py-pybind11/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-contourpy/PLIST
diff -u pkgsrc/graphics/py-contourpy/PLIST:1.2 pkgsrc/graphics/py-contourpy/PLIST:1.3
--- pkgsrc/graphics/py-contourpy/PLIST:1.2 Wed Apr 26 09:12:20 2023
+++ pkgsrc/graphics/py-contourpy/PLIST Thu Jun 29 10:25:42 2023
@@ -1,42 +1,35 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/26 09:12:20 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/06/29 10:25:42 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/contourpy/__init__.py
${PYSITELIB}/contourpy/__init__.pyc
-${PYSITELIB}/contourpy/__init__.pyo
+${PYSITELIB}/contourpy/_contourpy.pyi
${PYSITELIB}/contourpy/_contourpy.so
${PYSITELIB}/contourpy/_version.py
${PYSITELIB}/contourpy/_version.pyc
-${PYSITELIB}/contourpy/_version.pyo
${PYSITELIB}/contourpy/chunk.py
${PYSITELIB}/contourpy/chunk.pyc
-${PYSITELIB}/contourpy/chunk.pyo
${PYSITELIB}/contourpy/enum_util.py
${PYSITELIB}/contourpy/enum_util.pyc
-${PYSITELIB}/contourpy/enum_util.pyo
${PYSITELIB}/contourpy/py.typed
${PYSITELIB}/contourpy/util/__init__.py
${PYSITELIB}/contourpy/util/__init__.pyc
-${PYSITELIB}/contourpy/util/__init__.pyo
+${PYSITELIB}/contourpy/util/_build_config.py
+${PYSITELIB}/contourpy/util/_build_config.pyc
${PYSITELIB}/contourpy/util/bokeh_renderer.py
${PYSITELIB}/contourpy/util/bokeh_renderer.pyc
-${PYSITELIB}/contourpy/util/bokeh_renderer.pyo
${PYSITELIB}/contourpy/util/bokeh_util.py
${PYSITELIB}/contourpy/util/bokeh_util.pyc
-${PYSITELIB}/contourpy/util/bokeh_util.pyo
${PYSITELIB}/contourpy/util/data.py
${PYSITELIB}/contourpy/util/data.pyc
-${PYSITELIB}/contourpy/util/data.pyo
${PYSITELIB}/contourpy/util/mpl_renderer.py
${PYSITELIB}/contourpy/util/mpl_renderer.pyc
-${PYSITELIB}/contourpy/util/mpl_renderer.pyo
${PYSITELIB}/contourpy/util/mpl_util.py
${PYSITELIB}/contourpy/util/mpl_util.pyc
-${PYSITELIB}/contourpy/util/mpl_util.pyo
${PYSITELIB}/contourpy/util/renderer.py
${PYSITELIB}/contourpy/util/renderer.pyc
-${PYSITELIB}/contourpy/util/renderer.pyo
Index: pkgsrc/graphics/py-contourpy/distinfo
diff -u pkgsrc/graphics/py-contourpy/distinfo:1.2 pkgsrc/graphics/py-contourpy/distinfo:1.3
--- pkgsrc/graphics/py-contourpy/distinfo:1.2 Wed Apr 26 09:12:20 2023
+++ pkgsrc/graphics/py-contourpy/distinfo Thu Jun 29 10:25:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/04/26 09:12:20 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/06/29 10:25:42 wiz Exp $
-BLAKE2s (contourpy-1.0.7.tar.gz) = 731c82b6de6c42f3f57fbc645487fc94343a2b537195b3cf0b31f3cbea9cb8fa
-SHA512 (contourpy-1.0.7.tar.gz) = 46804e553f2108774dab75f28e43774045061defe739480ce463c70fc12256555ec4ad70c3bc383fb49c4f78a09181932b917def1aa2f7af45b97d731ac30377
-Size (contourpy-1.0.7.tar.gz) = 13361449 bytes
+BLAKE2s (contourpy-1.1.0.tar.gz) = 03b5e500e9f51b8059fcb1bbd6c041eea39de5308740d4dc79afa37f64cfa4dd
+SHA512 (contourpy-1.1.0.tar.gz) = a6f6755a6754f974a1d2ff728e175fdcbd121f3df20055ee4c8d43fac67fc4713a7f6644609ff41cd40d79d3e8cc20ed20a5a0b6059fc05a9012475dc2077faf
+Size (contourpy-1.1.0.tar.gz) = 13418968 bytes
Home |
Main Index |
Thread Index |
Old Index