pkgsrc-WIP-changes archive

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

zino: tighten and fix package version dependencies.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Apr 23 12:05:28 2025 +0200
Changeset:	d33af759597b7344536f53eb524a83d4f5282de3

Modified Files:
	zino/Makefile
	zino/PLIST

Log Message:
zino: tighten and fix package version dependencies.

 * Newer apscheduler needed which is compatible with new tzlocal
   (pkgsrc-wip update pending for py-apscheduler)
 * pydantic update to match newer and compatible pydantic-core
 * simplify pattern for py-snmp5024
 * Insist on netsnmp-cffi with fix for "struct timeval" members
   on NetBSD, ref. https://github.com/Uninett/netsnmp-cffi/issues/2
 * point to the correct directory for asyncore (how that worked
   earlier I cannot explain)

Also adapt PLIST after updated setuptools decided to put license-related
files in its own directory.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d33af759597b7344536f53eb524a83d4f5282de3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zino/Makefile | 10 +++++-----
 zino/PLIST    |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 04782db342..b6d1ca53b7 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -14,13 +14,13 @@ LICENSE=	apache-2.0
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=61.1:../../devel/py-setuptools
 
-DEPENDS+=	${PYPKGPREFIX}-apscheduler-[0-9]*:../../wip/py-apscheduler
-DEPENDS+=	${PYPKGPREFIX}-pydantic>=2.7.0:../../devel/py-pydantic
-DEPENDS+=	${PYPKGPREFIX}-snmp5024-5.0.24{,nb*}:../../wip/py-snmp5024
+DEPENDS+=	${PYPKGPREFIX}-apscheduler>=3.11:../../wip/py-apscheduler
+DEPENDS+=	${PYPKGPREFIX}-pydantic>=2.11:../../devel/py-pydantic
+DEPENDS+=	${PYPKGPREFIX}-snmp5024>=5.0.24:../../wip/py-snmp5024
 DEPENDS+=	${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
-DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.1.1:../../wip/py-netsnmp-cffi
+DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.1.1nb1:../../wip/py-netsnmp-cffi
 .if ${PYTHON_VERSION} >= 312
-DEPENDS+=	${PYPKGPREFIX}-pyasyncore-[0-9]*:../../devel/py-pyasyncore
+DEPENDS+=	${PYPKGPREFIX}-asyncore-[0-9]*:../../wip/py-asyncore
 .endif
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=	${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
diff --git a/zino/PLIST b/zino/PLIST
index bd14fd1dd3..44e9185630 100644
--- a/zino/PLIST
+++ b/zino/PLIST
@@ -1,13 +1,13 @@
 @comment $NetBSD$
 bin/zino
 bin/zinoconv
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/zino/__init__.py
 ${PYSITELIB}/zino/__init__.pyc


Home | Main Index | Thread Index | Old Index