pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-distlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  9 20:08:20 UTC 2024

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

Log Message:
py-distlib: updated to 0.3.9

0.3.9

- scripts

    - Merge: preload script wrappers on Windows to assist with a pip issue (thanks,
      Paul Moore).
    - Fix: Remove duplicated newline in shebang of windows launcher (thanks. A2uria).
    - Fix: Add handling for cross-compilation environments (thanks, Russell Keith-Magee).

- util

    - Fix: Do not use the absolute path to cache wheel extensions (thanks, Stewart Miles).

- wheel

    - Fix: Support mounting wheels that use extensions without an EXTENSIONS file (thanks,
      Stewart Miles).
    - Fix: Add support for wheel compatibility with the limited API (thanks, Stewart Miles).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-distlib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-distlib/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-distlib/Makefile
diff -u pkgsrc/devel/py-distlib/Makefile:1.8 pkgsrc/devel/py-distlib/Makefile:1.9
--- pkgsrc/devel/py-distlib/Makefile:1.8        Tue Dec 12 16:48:58 2023
+++ pkgsrc/devel/py-distlib/Makefile    Wed Oct  9 20:08:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/12/12 16:48:58 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/09 20:08:20 adam Exp $
 
-DISTNAME=      distlib-0.3.8
+DISTNAME=      distlib-0.3.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/distlib/}
@@ -15,7 +15,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0.2
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-distlib/distinfo
diff -u pkgsrc/devel/py-distlib/distinfo:1.5 pkgsrc/devel/py-distlib/distinfo:1.6
--- pkgsrc/devel/py-distlib/distinfo:1.5        Tue Dec 12 16:48:58 2023
+++ pkgsrc/devel/py-distlib/distinfo    Wed Oct  9 20:08:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/12/12 16:48:58 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/10/09 20:08:20 adam Exp $
 
-BLAKE2s (distlib-0.3.8.tar.gz) = 3b22af02ab08912da0ce55bb04c3479e19fa37a4b8c55beff14b1680ae80bd94
-SHA512 (distlib-0.3.8.tar.gz) = ad0498e3d17ef5b0f81230b47a44f30c1e6cf77f48a3db0fdc00c659d5d397a81951c486c7aa5ef4242a470a7a8d67c746601cc0023876983df5317880ff8e58
-Size (distlib-0.3.8.tar.gz) = 609931 bytes
+BLAKE2s (distlib-0.3.9.tar.gz) = 4cc134be47242c2238c39af7180504279f645ea9e8f6499f74d118b707504102
+SHA512 (distlib-0.3.9.tar.gz) = 76557fc5a36e0c15bf11981ba0ec339951d6e68ba7cb2fdcbc591265b281dccaa40f36bfc10e23b5043e5cc2ea08875a7f45a8ab377e596b4ce62407fdcbdce1
+Size (distlib-0.3.9.tar.gz) = 613923 bytes



Home | Main Index | Thread Index | Old Index