pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-matrix-nio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:06:35 UTC 2025

Modified Files:
        pkgsrc/chat/py-matrix-nio: Makefile PLIST

Log Message:
py-matrix-nio: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/py-matrix-nio/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-matrix-nio/PLIST

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

Modified files:

Index: pkgsrc/chat/py-matrix-nio/Makefile
diff -u pkgsrc/chat/py-matrix-nio/Makefile:1.8 pkgsrc/chat/py-matrix-nio/Makefile:1.9
--- pkgsrc/chat/py-matrix-nio/Makefile:1.8      Sun Feb 23 16:59:17 2025
+++ pkgsrc/chat/py-matrix-nio/Makefile  Sun Sep 28 19:06:35 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2025/02/23 16:59:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/09/28 19:06:35 wiz Exp $
 
 DISTNAME=      matrix_nio-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    chat devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matrix-nio/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/poljar/matr
 COMMENT=       Matrix client library for Python
 LICENSE=       isc
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-aiofiles>=23.1.0:../../devel/py-aiofiles
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.9.0:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp-socks>=0.8.4:../../www/py-aiohttp-socks

Index: pkgsrc/chat/py-matrix-nio/PLIST
diff -u pkgsrc/chat/py-matrix-nio/PLIST:1.2 pkgsrc/chat/py-matrix-nio/PLIST:1.3
--- pkgsrc/chat/py-matrix-nio/PLIST:1.2 Sun Feb 11 19:46:01 2024
+++ pkgsrc/chat/py-matrix-nio/PLIST     Sun Sep 28 19:06:35 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/11 19:46:01 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+@comment $NetBSD: PLIST,v 1.3 2025/09/28 19:06:35 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
 ${PYSITELIB}/nio/__init__.py
 ${PYSITELIB}/nio/__init__.pyc
 ${PYSITELIB}/nio/__init__.pyo



Home | Main Index | Thread Index | Old Index