pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-anita
Module Name: pkgsrc
Committed By: gson
Date: Sat Nov 22 13:02:31 UTC 2025
Modified Files:
pkgsrc/misc/py-anita: Makefile distinfo options.mk
Log Message:
misc/py-anita: update to 2.17.
Changes from 2.15:
When downloading a file results in an error, attempt to determine
whether the error is due to the expected nonexistence of the file or
some other error that should be treated differently.
Fix a compatibility issue between setup.py and recent pkgsrc pip.
Deal with Python 3.13 no longer having urllib.FancyURLopener
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/py-anita/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/py-anita/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.80 pkgsrc/misc/py-anita/Makefile:1.81
--- pkgsrc/misc/py-anita/Makefile:1.80 Thu Oct 9 12:35:17 2025
+++ pkgsrc/misc/py-anita/Makefile Sat Nov 22 13:02:31 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2025/10/09 12:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2025/11/22 13:02:31 gson Exp $
-DISTNAME= anita-2.15
+DISTNAME= anita-2.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
@@ -19,9 +18,6 @@ USE_LANGUAGES= #none
REPLACE_PYTHON+= anita
-# AttributeError: module 'urllib.request' has no attribute 'FancyURLopener'
-PYTHON_VERSIONS_INCOMPATIBLE= 314
-
.include "../../mk/bsd.prefs.mk"
.if ${PKGMANDIR} != man
Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.56 pkgsrc/misc/py-anita/distinfo:1.57
--- pkgsrc/misc/py-anita/distinfo:1.56 Fri Jul 12 12:31:25 2024
+++ pkgsrc/misc/py-anita/distinfo Sat Nov 22 13:02:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2024/07/12 12:31:25 gson Exp $
+$NetBSD: distinfo,v 1.57 2025/11/22 13:02:31 gson Exp $
-BLAKE2s (anita-2.15.tar.gz) = c7a0eaff98abac86367d55894d73ac32c5270ef993a4ff6bfb513dfc5d0112fb
-SHA512 (anita-2.15.tar.gz) = 27040c36e68ab3bcd34c1f4148199f772ef0e523d1fa775b69379789f913ca4c625e63f20878f3ad993c6f4bd91cb2caa4204247eab4651b865aeafb55961776
-Size (anita-2.15.tar.gz) = 46337 bytes
+BLAKE2s (anita-2.17.tar.gz) = cddbf03022b9257d342b8ff78625239a773fb3003f0cfc9f7662155cec33f78f
+SHA512 (anita-2.17.tar.gz) = 860c1ae80879bae3b521fd115e1cca9b07b69eb507cce6ce6e78f0d0522548a520d587982121c533e2a78a078271544a7b63e30780189bfbdec5da82d897f00d
+Size (anita-2.17.tar.gz) = 47044 bytes
Index: pkgsrc/misc/py-anita/options.mk
diff -u pkgsrc/misc/py-anita/options.mk:1.15 pkgsrc/misc/py-anita/options.mk:1.16
--- pkgsrc/misc/py-anita/options.mk:1.15 Thu Dec 7 17:27:17 2023
+++ pkgsrc/misc/py-anita/options.mk Sat Nov 22 13:02:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2023/12/07 17:27:17 gdt Exp $
+# $NetBSD: options.mk,v 1.16 2025/11/22 13:02:31 gson Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita
PKG_SUPPORTED_OPTIONS= gxemul qemu simh xen
@@ -30,8 +30,7 @@ DEPENDS+= qemu>=3:../../emulators/qemu
DEPENDS+= open-simh>=3:../../emulators/open-simh
.endif
-# Xen 415 is the standard approach, per the Xen HOWTO.
.if !empty(PKG_OPTIONS:Mxen)
-DEPENDS+= xenkernel415>=4.2:../../sysutils/xenkernel415
-DEPENDS+= xentools415>=4.2:../../sysutils/xentools415
+DEPENDS+= xenkernel418-[0-9]*:../../sysutils/xenkernel418
+DEPENDS+= xentools418-[0-9]*:../../sysutils/xentools418
.endif
Home |
Main Index |
Thread Index |
Old Index