pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-meson_python



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 11:06:20 UTC 2024

Modified Files:
        pkgsrc/devel/py-meson_python: Makefile distinfo

Log Message:
py-meson_python: updated to 0.17.0

0.17.0

- Refuse to build wheels targeting the limited API and free-threaded CPython:
  the free-threaded CPython build does not support the limited API yet.
- Always use UTF-8 encoding for writing Meson native and cross files. Always
  use UTF-8 encoding for reading read Meson introspection data and
  ``pyproject.toml``.
- Do not include uncommitted changes when creating source distributions.
  Previously, uncommitted changes to files under version control were
  included, but not untracked files. There was no strong use case for this
  behavior and it was too surprising to keep it.
- Make source distribution reproducible: use the modification time of
  ``pyproject.toml`` for the generated files in the source distribution
  archives.
- Disable the ``abi3`` wheel tag for PyPy when building wheels targeting the
  limited API: PyPy supports the limited API but not the stable ABI.
- Raise ``ImportError`` when the package rebuild fails when importing an
  editable install.
- Fix the wheel platform tag for GraalPy.
- Add ``.gitignore`` and ``.hgignore`` files to build directory if it is empty.
- Allow ``install_subdir()`` of missing directories.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-meson_python/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-meson_python/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-meson_python/Makefile
diff -u pkgsrc/devel/py-meson_python/Makefile:1.6 pkgsrc/devel/py-meson_python/Makefile:1.7
--- pkgsrc/devel/py-meson_python/Makefile:1.6   Thu Apr 18 04:40:12 2024
+++ pkgsrc/devel/py-meson_python/Makefile       Tue Oct 22 11:06:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/04/18 04:40:12 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/22 11:06:20 adam Exp $
 
-DISTNAME=      meson_python-0.16.0
+DISTNAME=      meson_python-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson_python/}
@@ -13,17 +13,22 @@ LICENSE=    mit
 DEPENDS+=      meson>=1.2.3:../../devel/meson
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-project-metadata>=0.7.1:../../devel/py-project-metadata
+TEST_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.3:../../devel/py-cython
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
 .endif
 
+SUBST_CLASSES+=                cython
+SUBST_STAGE.cython=    pre-configure
+SUBST_MESSAGE.cython=  Fixing path to cython.
+SUBST_FILES.cython=    tests/test_editable.py
+SUBST_SED.cython=      -e "s,'cython','cython-${PYVERSSUFFIX}',"
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-meson_python/distinfo
diff -u pkgsrc/devel/py-meson_python/distinfo:1.4 pkgsrc/devel/py-meson_python/distinfo:1.5
--- pkgsrc/devel/py-meson_python/distinfo:1.4   Thu Apr 18 04:40:12 2024
+++ pkgsrc/devel/py-meson_python/distinfo       Tue Oct 22 11:06:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/04/18 04:40:12 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/10/22 11:06:20 adam Exp $
 
-BLAKE2s (meson_python-0.16.0.tar.gz) = ad287d8c0b358945f9692e896afd0180de8e3d9b0f7fb24c8d1adc83c179a3ff
-SHA512 (meson_python-0.16.0.tar.gz) = 85e73fe0d3c3247a71ae62dcace93417d11fd0518210971c267c7b68e7c5f7e72524fa9783e1f39bfedf4fe889080b6d4edce735fa8ea82cdfe4b283b1eb8f84
-Size (meson_python-0.16.0.tar.gz) = 82012 bytes
+BLAKE2s (meson_python-0.17.0.tar.gz) = 067b7f993d989037f375fb565a31f7587f63e0b9c4d69ad1fc22c703f4ab683e
+SHA512 (meson_python-0.17.0.tar.gz) = 90b5e33f8312f6f88772e9b7ab4d067cd0e841099699432dbc77cfd053bf8435202cfae3afcfab794f09f58545ba20e09e22609f15d50f95eaf7025fa6fdbd29
+Size (meson_python-0.17.0.tar.gz) = 82450 bytes



Home | Main Index | Thread Index | Old Index