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 Jul 24 18:36:56 UTC 2023

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

Log Message:
py-wheel: updated to 0.41.0

0.41.0 (2023-07-22)

- Added full support of the build tag syntax to ``wheel tags`` (you can now set a build
  tag like ``123mytag``)
- Fixed warning on Python 3.12 about ``onerror`` deprecation. (PR by Henry Schreiner)
- Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-wheel/Makefile
cvs rdiff -u -r1.23 -r1.24 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.30 pkgsrc/devel/py-wheel/Makefile:1.31
--- pkgsrc/devel/py-wheel/Makefile:1.30 Mon May  1 09:35:27 2023
+++ pkgsrc/devel/py-wheel/Makefile      Mon Jul 24 18:36:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/05/01 09:35:27 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/07/24 18:36:56 adam Exp $
 
-DISTNAME=      wheel-0.40.0
+DISTNAME=      wheel-0.41.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
@@ -10,15 +10,16 @@ HOMEPAGE=   https://github.com/pypa/wheel
 COMMENT=       Built-package format for Python
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
+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
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 # needs to be installed first
 post-install:

Index: pkgsrc/devel/py-wheel/distinfo
diff -u pkgsrc/devel/py-wheel/distinfo:1.23 pkgsrc/devel/py-wheel/distinfo:1.24
--- pkgsrc/devel/py-wheel/distinfo:1.23 Mon May  1 09:35:27 2023
+++ pkgsrc/devel/py-wheel/distinfo      Mon Jul 24 18:36:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/05/01 09:35:27 wiz Exp $
+$NetBSD: distinfo,v 1.24 2023/07/24 18:36:56 adam Exp $
 
-BLAKE2s (wheel-0.40.0.tar.gz) = acd06436e16928424a6c81802a6f5075da41e0d44910d2f55ca903acc6e9f736
-SHA512 (wheel-0.40.0.tar.gz) = 211e68d927c93b9b2748bf081097d1172cf8d4863d540be72f1d6023b64042410805d4208a2c94de89a1eeb0fb32044e78f41ab58ac94498ac0c489a1eea0d23
-Size (wheel-0.40.0.tar.gz) = 96226 bytes
+BLAKE2s (wheel-0.41.0.tar.gz) = 217042387b2736ccd7f750bf22dd8c4205aa15435f3ef339c1803aedabcdf167
+SHA512 (wheel-0.41.0.tar.gz) = 2e5099f5d512dd8e2205cfefa68e9229a7713367ec367f580021eeb68fb5bc0382bd89a524aa8f0d7617eb26f5d57eaa5e0976d94d042a6ffa20738624d3bae7
+Size (wheel-0.41.0.tar.gz) = 96943 bytes



Home | Main Index | Thread Index | Old Index