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:   wiz
Date:           Sun Aug  3 10:08:39 UTC 2025

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

Log Message:
py-build: update to 1.3.0.

1.3.0 (2025-08-01)
==================

- Add ``--config-json``
- Drop Python 3.8
- Test on Python 3.14, colorful help on 3.14+
- Fix ``ModuleNotFoundError`` when ``pip`` is not installed
- Disable use of ``pip install --python`` for debundled pip
- Don't pass no-wheel to virtualenv if it would warn
- Optimize our tests to run faster
- Allow running our tests without virtualenv
- Fix issues in our tests
- Use SPDX identifiers for our license metadata
- Use dependency-groups for our development
- Mention conda and update uv mention in README/docs


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.10 -r1.11 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.21 pkgsrc/devel/py-build/Makefile:1.22
--- pkgsrc/devel/py-build/Makefile:1.21 Sun Feb 23 18:22:23 2025
+++ pkgsrc/devel/py-build/Makefile      Sun Aug  3 10:08:39 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2025/02/23 18:22:23 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/08/03 10:08:39 wiz Exp $
 
-DISTNAME=      build-1.2.2.post1
+DISTNAME=      build-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/build/}
 
@@ -32,10 +31,9 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pyproject-build pyproject-build-${PYVERSSUFFIX} || ${TRUE}
 
-# as of 1.2.2.post1
-# 14 failed, 125 passed, 55 skipped, 1 xfailed, 1 error, 10 rerun
+# as of 1.3.0
+# 19 failed, 124 passed, 57 skipped, 1 xfailed, 1 error, 10 rerun
 
-# needs 'make install'
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 

Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.10 pkgsrc/devel/py-build/distinfo:1.11
--- pkgsrc/devel/py-build/distinfo:1.10 Wed Oct  9 13:18:15 2024
+++ pkgsrc/devel/py-build/distinfo      Sun Aug  3 10:08:39 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2024/10/09 13:18:15 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/08/03 10:08:39 wiz Exp $
 
-BLAKE2s (build-1.2.2.post1.tar.gz) = 34b4de04e265dba4a997412a9120c7a7d806d5bc61b1d82522d167947b298b2c
-SHA512 (build-1.2.2.post1.tar.gz) = 72fd43ac8f98ff5695cbba31b43a6f863e2adddbc1809b060a766ebe5abd3171a73be7f218849300b8fb003d4fc12552989f69cdc03fdfe5dad4209e3be9e526
-Size (build-1.2.2.post1.tar.gz) = 46701 bytes
+BLAKE2s (build-1.3.0.tar.gz) = 210d53d8823516108d9b41acbe884d229e0911b1c01feff1d72ce3fa7b03de97
+SHA512 (build-1.3.0.tar.gz) = af1033c3e69d54cb14395d0050e1a1b562fe6c5407824e72baf7d4bd97a3f1f92f7c8c553f66296d7ae270bcdff8341b270b03d2cd6cad14515951be58f6290f
+Size (build-1.3.0.tar.gz) = 48544 bytes
 SHA1 (patch-pyproject.toml) = 62ecc6de7166fd68814854d92996c00ebaff5f4e



Home | Main Index | Thread Index | Old Index