pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-build
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 2 19:30:23 UTC 2024
Modified Files:
pkgsrc/devel/py-build: Makefile PLIST distinfo
Log Message:
py-build: updated to 1.2.1
1.2.1 (2024-03-28)
- Avoid error when terminal width is undetectable on Python < 3.11
1.2.0 (2024-03-27)
- Add ``--installer`` option, supporting ``pip`` and ``uv``. Added ``uv``
extra.
- Improve console output and provide ``-v`` for dependency installation
- Avoid compiling unused bytecode when using ``pip``
- Dropped support for Python 3.7
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-build/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-build/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-build/Makefile
diff -u pkgsrc/devel/py-build/Makefile:1.17 pkgsrc/devel/py-build/Makefile:1.18
--- pkgsrc/devel/py-build/Makefile:1.17 Thu Feb 29 21:09:17 2024
+++ pkgsrc/devel/py-build/Makefile Tue Apr 2 19:30:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/02/29 21:09:17 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/04/02 19:30:22 adam Exp $
-DISTNAME= build-1.1.1
+DISTNAME= build-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/build/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/pypa/build
COMMENT= Simple, correct PEP517 package builder
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-packaging>=19.1:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-pyproject_hooks-[0-9]*:../../devel/py-pyproject_hooks
TEST_DEPENDS+= ${PYPKGPREFIX}-filelock>=3:../../devel/py-filelock
TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.36.0:../../devel/py-wheel
@@ -34,8 +34,6 @@ post-install:
${MV} pyproject-build pyproject-build-${PYVERSSUFFIX} || ${TRUE}
# needs 'make install'
-# as of 1.0.3:
-# 5 failed, 113 passed, 33 skipped, 1 xfailed, 6 errors
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Index: pkgsrc/devel/py-build/PLIST
diff -u pkgsrc/devel/py-build/PLIST:1.5 pkgsrc/devel/py-build/PLIST:1.6
--- pkgsrc/devel/py-build/PLIST:1.5 Thu Feb 29 21:09:17 2024
+++ pkgsrc/devel/py-build/PLIST Tue Apr 2 19:30:22 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/02/29 21:09:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/04/02 19:30:22 adam Exp $
bin/pyproject-build-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -11,6 +11,9 @@ ${PYSITELIB}/build/__init__.pyo
${PYSITELIB}/build/__main__.py
${PYSITELIB}/build/__main__.pyc
${PYSITELIB}/build/__main__.pyo
+${PYSITELIB}/build/_builder.py
+${PYSITELIB}/build/_builder.pyc
+${PYSITELIB}/build/_builder.pyo
${PYSITELIB}/build/_compat/__init__.py
${PYSITELIB}/build/_compat/__init__.pyc
${PYSITELIB}/build/_compat/__init__.pyo
@@ -23,9 +26,15 @@ ${PYSITELIB}/build/_compat/tarfile.pyo
${PYSITELIB}/build/_compat/tomllib.py
${PYSITELIB}/build/_compat/tomllib.pyc
${PYSITELIB}/build/_compat/tomllib.pyo
+${PYSITELIB}/build/_ctx.py
+${PYSITELIB}/build/_ctx.pyc
+${PYSITELIB}/build/_ctx.pyo
${PYSITELIB}/build/_exceptions.py
${PYSITELIB}/build/_exceptions.pyc
${PYSITELIB}/build/_exceptions.pyo
+${PYSITELIB}/build/_types.py
+${PYSITELIB}/build/_types.pyc
+${PYSITELIB}/build/_types.pyo
${PYSITELIB}/build/_util.py
${PYSITELIB}/build/_util.pyc
${PYSITELIB}/build/_util.pyo
Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.7 pkgsrc/devel/py-build/distinfo:1.8
--- pkgsrc/devel/py-build/distinfo:1.7 Thu Feb 29 21:09:17 2024
+++ pkgsrc/devel/py-build/distinfo Tue Apr 2 19:30:22 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/02/29 21:09:17 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/04/02 19:30:22 adam Exp $
-BLAKE2s (build-1.1.1.tar.gz) = 262094d6c72d7ab98726198c845f306638e457fe452874de2bdc25e9944f8253
-SHA512 (build-1.1.1.tar.gz) = 8e36cf50ffd5b57596128f20c929d210f1ee189bdc89e30570a2448db4d3d4f379389dc052e4c8f8e01ef2d485b1fb6035781e0b7833d71c14658a69438dd528
-Size (build-1.1.1.tar.gz) = 44711 bytes
+BLAKE2s (build-1.2.1.tar.gz) = ffeb1d7d59db8f986087fa90f39e4727a3828af61ca40267e1b6903b8e7e4b79
+SHA512 (build-1.2.1.tar.gz) = fa8f634a3d6defa5f78a415b49cc7fbbe20260e47e34dc9feeb67d976df6dba3368f0e1dc1c42d7397c44f77b225eee0a343fd0a90469925972646b4bc001af8
+Size (build-1.2.1.tar.gz) = 44781 bytes
SHA1 (patch-pyproject.toml) = 62ecc6de7166fd68814854d92996c00ebaff5f4e
Home |
Main Index |
Thread Index |
Old Index