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: Mon Sep 9 06:59:21 UTC 2024
Modified Files:
pkgsrc/devel/py-build: Makefile distinfo
Log Message:
py-build: updated to 1.2.2
1.2.2 (2024-09-06)
- Add editable to ``builder.get_requries_for_build``'s static types
- Include artifact attestations in our release
- Fix typing compatibility with typed ``pyproject-hooks``
- Mark more tests with ``network``
- Add more intersphinx links to docs
- Make ``uv`` optional for tests
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.8 -r1.9 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.18 pkgsrc/devel/py-build/Makefile:1.19
--- pkgsrc/devel/py-build/Makefile:1.18 Tue Apr 2 19:30:22 2024
+++ pkgsrc/devel/py-build/Makefile Mon Sep 9 06:59:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/04/02 19:30:22 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/09/09 06:59:21 adam Exp $
-DISTNAME= build-1.2.1
+DISTNAME= build-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/build/}
@@ -22,8 +22,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
Index: pkgsrc/devel/py-build/distinfo
diff -u pkgsrc/devel/py-build/distinfo:1.8 pkgsrc/devel/py-build/distinfo:1.9
--- pkgsrc/devel/py-build/distinfo:1.8 Tue Apr 2 19:30:22 2024
+++ pkgsrc/devel/py-build/distinfo Mon Sep 9 06:59:21 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2024/04/02 19:30:22 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/09/09 06:59:21 adam Exp $
-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
+BLAKE2s (build-1.2.2.tar.gz) = 1d191940335336367c548591d80574122187246f9bc9c8d74412ecc6cf45dc7d
+SHA512 (build-1.2.2.tar.gz) = 6263983d06c0d593bfa8d7f1f37d6b3e8f90407c246f15e7d6c119b1cfd00201b69e06d23db3f6d41e79169b11110269233796583fb032b2a7a1c44c748746fc
+Size (build-1.2.2.tar.gz) = 46516 bytes
SHA1 (patch-pyproject.toml) = 62ecc6de7166fd68814854d92996c00ebaff5f4e
Home |
Main Index |
Thread Index |
Old Index