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:           Wed Oct  9 13:18:15 UTC 2024

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

Log Message:
py-build: update to 1.2.2.post1.

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-build/Makefile
cvs rdiff -u -r1.9 -r1.10 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.19 pkgsrc/devel/py-build/Makefile:1.20
--- pkgsrc/devel/py-build/Makefile:1.19 Mon Sep  9 06:59:21 2024
+++ pkgsrc/devel/py-build/Makefile      Wed Oct  9 13:18:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/09/09 06:59:21 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/10/09 13:18:15 wiz Exp $
 
-DISTNAME=      build-1.2.2
+DISTNAME=      build-1.2.2.post1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/build/}
@@ -31,6 +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
+
 # 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.9 pkgsrc/devel/py-build/distinfo:1.10
--- pkgsrc/devel/py-build/distinfo:1.9  Mon Sep  9 06:59:21 2024
+++ pkgsrc/devel/py-build/distinfo      Wed Oct  9 13:18:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/09/09 06:59:21 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/10/09 13:18:15 wiz Exp $
 
-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
+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
 SHA1 (patch-pyproject.toml) = 62ecc6de7166fd68814854d92996c00ebaff5f4e



Home | Main Index | Thread Index | Old Index