pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-libarchive-c
Module Name: pkgsrc
Committed By: adam
Date: Fri Mar 14 15:23:33 UTC 2025
Modified Files:
pkgsrc/archivers/py-libarchive-c: Makefile distinfo
Log Message:
py-libarchive-c: updated to 5.2
5.2
Change to the library: fix inoperative pathname argument of add_files method.
Change to the tests: update a test to handle new libarchive versions.
Change to the packaging: stop building “universal” wheels.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/py-libarchive-c/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/py-libarchive-c/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-libarchive-c/Makefile
diff -u pkgsrc/archivers/py-libarchive-c/Makefile:1.17 pkgsrc/archivers/py-libarchive-c/Makefile:1.18
--- pkgsrc/archivers/py-libarchive-c/Makefile:1.17 Mon Nov 11 07:27:51 2024
+++ pkgsrc/archivers/py-libarchive-c/Makefile Fri Mar 14 15:23:33 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/14 15:23:33 adam Exp $
-DISTNAME= libarchive-c-5.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= libarchive_c-5.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/libarchive-c/}
@@ -14,8 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/py-libarchive-c/distinfo
diff -u pkgsrc/archivers/py-libarchive-c/distinfo:1.10 pkgsrc/archivers/py-libarchive-c/distinfo:1.11
--- pkgsrc/archivers/py-libarchive-c/distinfo:1.10 Wed Mar 6 18:53:34 2024
+++ pkgsrc/archivers/py-libarchive-c/distinfo Fri Mar 14 15:23:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/06 18:53:34 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/03/14 15:23:33 adam Exp $
-BLAKE2s (libarchive-c-5.1.tar.gz) = f02b35880ccb69a2aad51bdf61eac3e0839b9bb88f4d2f8f28d3b247641e3b2b
-SHA512 (libarchive-c-5.1.tar.gz) = be2c5f06f82dc5ab740d5c3d1fb040276cfd0e431ef221aac000a026d6b5457c4ab3cfef3c80dfdafa5001632eb386e593edd73702ce6367e87e8c752038f12b
-Size (libarchive-c-5.1.tar.gz) = 52279 bytes
+BLAKE2s (libarchive_c-5.2.tar.gz) = 7620d019320de5900256b8545d26048a9551ca9b98acbd11e89144e067ff2315
+SHA512 (libarchive_c-5.2.tar.gz) = 4f35a60c8ae2bd3e66d6440627eba289857c5c50f2ce9c2fe900e00b2082604cdb9e20fcaa982f47feddc4ed8b73042384c458271eb161faf46c8cae3a9fc19f
+Size (libarchive_c-5.2.tar.gz) = 52474 bytes
Home |
Main Index |
Thread Index |
Old Index