pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-wheel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 27 06:57:17 UTC 2023

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

Log Message:
py-wheel: updated to 0.42.0

0.42.0 (2023-11-26)

- Allowed removing build tag with ``wheel tags --build ""``
- Fixed ``wheel pack`` and ``wheel tags`` writing updated ``WHEEL`` fields after a
  blank line, causing other tools to ignore them
- Fixed ``wheel pack`` and ``wheel tags`` writing ``WHEEL`` with CRLF line endings or
  a mix of CRLF and LF
- Fixed ``wheel pack --build-number ""`` not removing build tag from ``WHEEL``
  (above changes by Benjamin Gilbert)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-wheel/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-wheel/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-wheel/Makefile
diff -u pkgsrc/devel/py-wheel/Makefile:1.35 pkgsrc/devel/py-wheel/Makefile:1.36
--- pkgsrc/devel/py-wheel/Makefile:1.35 Tue Oct 31 20:35:47 2023
+++ pkgsrc/devel/py-wheel/Makefile      Mon Nov 27 06:57:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/10/31 20:35:47 adam Exp $
+# $NetBSD: Makefile,v 1.36 2023/11/27 06:57:17 adam Exp $
 
-DISTNAME=      wheel-0.41.3
+DISTNAME=      wheel-0.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
@@ -12,16 +12,11 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core
 TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools>=65:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0.0:../../devel/py-test
 
 USE_LANGUAGES= c # for tests only
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# needs to be installed first
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/devel/py-wheel/distinfo
diff -u pkgsrc/devel/py-wheel/distinfo:1.27 pkgsrc/devel/py-wheel/distinfo:1.28
--- pkgsrc/devel/py-wheel/distinfo:1.27 Tue Oct 31 20:35:47 2023
+++ pkgsrc/devel/py-wheel/distinfo      Mon Nov 27 06:57:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/10/31 20:35:47 adam Exp $
+$NetBSD: distinfo,v 1.28 2023/11/27 06:57:17 adam Exp $
 
-BLAKE2s (wheel-0.41.3.tar.gz) = 4eebbda272f248670a24db5ccb3d7bfb99e28a22ad8fe3605065898b1206a1bd
-SHA512 (wheel-0.41.3.tar.gz) = 53fde824b563167825d8f8b5f802bf419f5b1ae823665d27ac8cfe05eee372ea339f8203d1565044c2cae901fe539a2353559351a6a5dafd26c65dde4e2e5eda
-Size (wheel-0.41.3.tar.gz) = 98880 bytes
+BLAKE2s (wheel-0.42.0.tar.gz) = 20d26fd444b8308a301a427e5a702e783a526db7c5d7289fea632f91c9b12006
+SHA512 (wheel-0.42.0.tar.gz) = 4816261c0f6d8971a80665f66868ec9cb082f2189b6e31e083a0d3a6080e159f06a4152f44eda1147a2b907b5aead0f63bbac725aacb56bb8be13fc77da2b79c
+Size (wheel-0.42.0.tar.gz) = 98667 bytes



Home | Main Index | Thread Index | Old Index