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: Thu Apr 18 04:40:12 UTC 2024
Modified Files:
pkgsrc/devel/py-meson_python: Makefile distinfo
Log Message:
py-meson_python: updated to 0.16.0
0.16.0
- Correctly detect a wheel shipping shared libraries as being platform
dependent also when it does not ship compiled executables or Python
extension modules.
- Use 11.0 as minimum macOS platform ABI tag on arm64: lower versions
do not exist on arm64.
- Improve parsing of the ``$ARCHFLAGS`` environment
variable. Correctly handle repeated ``-arch`` flags.
- Do not break when trying to log filename containing Unicode
characters that cannot be encoded in the encoding used by the
standard output stream.
- Drop dependency on ``colorama`` on Windows.
- Suppress all uses of ANSI terminal escapes when logging to a stream
that does not support them.
- Fix ANSI escape coloring of error messages.
- Respect the ``exclude_dirs`` and ``exclude_files`` arguments passed
to the ``install_subdir()`` Meson function in editable installs too.
- Make ``pkgutil.iter_packages()`` work properly for modules loaded
from editable installs.
- Add support for the ``custom_target()`` Meson function installing a
directory.
- In editable installs, when a rebuild is triggered on module import,
emit a message indicating that the package is being rebuilt but
suppress any output when there is no work to do.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-meson_python/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/py-meson_python/Makefile:1.6
--- pkgsrc/devel/py-meson_python/Makefile:1.5 Sat Oct 28 19:57:03 2023
+++ pkgsrc/devel/py-meson_python/Makefile Thu Apr 18 04:40:12 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/10/28 19:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/18 04:40:12 adam Exp $
-DISTNAME= meson_python-0.15.0
+DISTNAME= meson_python-0.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson_python/}
@@ -12,8 +11,9 @@ COMMENT= Meson Python build backend (PEP
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}-test>=6.0:../../devel/py-test
+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
@@ -25,8 +25,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
.endif
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.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.3 pkgsrc/devel/py-meson_python/distinfo:1.4
--- pkgsrc/devel/py-meson_python/distinfo:1.3 Thu Oct 26 13:07:27 2023
+++ pkgsrc/devel/py-meson_python/distinfo Thu Apr 18 04:40:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/10/26 13:07:27 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/04/18 04:40:12 adam Exp $
-BLAKE2s (meson_python-0.15.0.tar.gz) = 704d4c081713476030b37aead9e681b220e7824695aa760af5de36b4c504cfd1
-SHA512 (meson_python-0.15.0.tar.gz) = 94246940e6f9f68387b91f956c34295ef16a7e92e801038a3b0fd9010a95e6e2d6430ee2d15338e04fd9453e651348c45f4174fcf18d06fe9e4bc269d516b2b3
-Size (meson_python-0.15.0.tar.gz) = 79920 bytes
+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
Home |
Main Index |
Thread Index |
Old Index