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:   wiz
Date:           Sun Nov 10 10:05:59 UTC 2024

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

Log Message:
py-wheel: update to 0.45.0.

**0.45.0 (2024-11-08)**

- Refactored the ``convert`` command to not need setuptools to be installed
- Don't configure setuptools logging unless running ``bdist_wheel``
- Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to
  ``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with
  ``setuptools``' latest fixes.

  Projects are still advised to migrate away from the deprecated  module and import
  the ``setuptools``' implementation explicitly. (PR by @abravalheri)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-wheel/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-wheel/PLIST
cvs rdiff -u -r1.30 -r1.31 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.38 pkgsrc/devel/py-wheel/Makefile:1.39
--- pkgsrc/devel/py-wheel/Makefile:1.38 Mon Aug  5 05:34:11 2024
+++ pkgsrc/devel/py-wheel/Makefile      Sun Nov 10 10:05:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/08/05 05:34:11 adam Exp $
+# $NetBSD: Makefile,v 1.39 2024/11/10 10:05:59 wiz Exp $
 
-DISTNAME=      wheel-0.44.0
+DISTNAME=      wheel-0.45.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
@@ -15,8 +15,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= c # for tests only
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} wheel wheel-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/devel/py-wheel/PLIST
diff -u pkgsrc/devel/py-wheel/PLIST:1.11 pkgsrc/devel/py-wheel/PLIST:1.12
--- pkgsrc/devel/py-wheel/PLIST:1.11    Mon Aug  5 05:34:11 2024
+++ pkgsrc/devel/py-wheel/PLIST Sun Nov 10 10:05:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/08/05 05:34:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/11/10 10:05:59 wiz Exp $
 bin/wheel-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -47,6 +47,9 @@ ${PYSITELIB}/wheel/util.pyo
 ${PYSITELIB}/wheel/vendored/__init__.py
 ${PYSITELIB}/wheel/vendored/__init__.pyc
 ${PYSITELIB}/wheel/vendored/__init__.pyo
+${PYSITELIB}/wheel/vendored/packaging/LICENSE
+${PYSITELIB}/wheel/vendored/packaging/LICENSE.APACHE
+${PYSITELIB}/wheel/vendored/packaging/LICENSE.BSD
 ${PYSITELIB}/wheel/vendored/packaging/__init__.py
 ${PYSITELIB}/wheel/vendored/packaging/__init__.pyc
 ${PYSITELIB}/wheel/vendored/packaging/__init__.pyo

Index: pkgsrc/devel/py-wheel/distinfo
diff -u pkgsrc/devel/py-wheel/distinfo:1.30 pkgsrc/devel/py-wheel/distinfo:1.31
--- pkgsrc/devel/py-wheel/distinfo:1.30 Mon Aug  5 05:34:11 2024
+++ pkgsrc/devel/py-wheel/distinfo      Sun Nov 10 10:05:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/08/05 05:34:11 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/11/10 10:05:59 wiz Exp $
 
-BLAKE2s (wheel-0.44.0.tar.gz) = 6b4f0ef66a6eb97589e146b50da05c6632178f068c10d6417a1cc4f074fb043c
-SHA512 (wheel-0.44.0.tar.gz) = f0a1efbf70e8a2eebdf7564932bdfa3892940a3fbfc00f256f61be03a51ff9cc5a55570d1d3f5878670be84ab233483453ce754ea46c508574fcf4ec61d480c8
-Size (wheel-0.44.0.tar.gz) = 100733 bytes
+BLAKE2s (wheel-0.45.0.tar.gz) = 731c88f055e2bb408f8bcdbbba3338ca322791a8493d5528610d95fa83835fb7
+SHA512 (wheel-0.45.0.tar.gz) = dca95cadde7c551baebde50f66ca79d4205d0a896da34b7f4f103c62fb72f78c0b9e71933564b951ab3878e6bc47d1961a73545bc0ead45e618de33b6b7cb16a
+Size (wheel-0.45.0.tar.gz) = 107426 bytes



Home | Main Index | Thread Index | Old Index