pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 18 11:28:07 UTC 2025

Modified Files:
        pkgsrc/chat/gajim: Makefile PLIST
        pkgsrc/chat/mautrix-telegram: Makefile PLIST
        pkgsrc/chat/py-matrix-common: Makefile PLIST distinfo
        pkgsrc/chat/py-mautrix: Makefile PLIST
        pkgsrc/chat/py-tulir-telethon: Makefile PLIST
        pkgsrc/chat/py-zulip-term: Makefile PLIST

Log Message:
Fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/chat/gajim/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/chat/gajim/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/mautrix-telegram/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/mautrix-telegram/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/py-matrix-common/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/py-matrix-common/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/py-matrix-common/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/py-mautrix/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/py-mautrix/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/py-tulir-telethon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-tulir-telethon/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/py-zulip-term/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-zulip-term/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/gajim/Makefile
diff -u pkgsrc/chat/gajim/Makefile:1.82 pkgsrc/chat/gajim/Makefile:1.83
--- pkgsrc/chat/gajim/Makefile:1.82     Thu Apr 17 21:49:53 2025
+++ pkgsrc/chat/gajim/Makefile  Fri Apr 18 11:28:07 2025
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.82 2025/04/17 21:49:53 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2025/04/18 11:28:07 adam Exp $
 
 DISTNAME=      gajim-1.9.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  https://www.gajim.org/downloads/${PKGVERSION_NOREV:R}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gajim.org/
+HOMEPAGE=      https://gajim.org/
 COMMENT=       XMPP/Jabber chat client written in Python/GTK3
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.1.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-cairo>=1.16.0:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-css-parser-[0-9]*:../../textproc/py-css-parser

Index: pkgsrc/chat/gajim/PLIST
diff -u pkgsrc/chat/gajim/PLIST:1.9 pkgsrc/chat/gajim/PLIST:1.10
--- pkgsrc/chat/gajim/PLIST:1.9 Fri Feb  7 21:47:41 2025
+++ pkgsrc/chat/gajim/PLIST     Fri Apr 18 11:28:07 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2025/02/07 21:47:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/04/18 11:28:07 adam Exp $
 bin/gajim
 bin/gajim-remote
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/gajim/__init__.py
 ${PYSITELIB}/gajim/__init__.pyc

Index: pkgsrc/chat/mautrix-telegram/Makefile
diff -u pkgsrc/chat/mautrix-telegram/Makefile:1.23 pkgsrc/chat/mautrix-telegram/Makefile:1.24
--- pkgsrc/chat/mautrix-telegram/Makefile:1.23  Mon Nov 11 07:27:53 2024
+++ pkgsrc/chat/mautrix-telegram/Makefile       Fri Apr 18 11:28:07 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2024/11/11 07:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/18 11:28:07 adam Exp $
 
 DISTNAME=      telegram-0.11.3
 PKGNAME=       mautrix-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mautrix/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,8 +13,7 @@ HOMEPAGE=     https://github.com/mautrix/tel
 COMMENT=       Matrix-Telegram hybrid puppeting/relaybot bridge
 LICENSE=       gnu-agpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ruamel-yaml>=0.15.35:../../devel/py-ruamel-yaml
 DEPENDS+=      ${PYPKGPREFIX}-magic>=0.4<0.5:../../sysutils/py-magic
 DEPENDS+=      ${PYPKGPREFIX}-commonmark>=0.8<0.10:../../textproc/py-commonmark
@@ -34,7 +33,7 @@ USE_LANGUAGES=        # none
 INSTALLATION_DIRS+=    share/mautrix-telegram
 
 post-install:
-       mv ${DESTDIR}${PREFIX}/example-config.yaml \
+       ${MV} ${DESTDIR}${PREFIX}/example-config.yaml \
                ${DESTDIR}${PREFIX}/share/mautrix-telegram/
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/chat/mautrix-telegram/PLIST
diff -u pkgsrc/chat/mautrix-telegram/PLIST:1.5 pkgsrc/chat/mautrix-telegram/PLIST:1.6
--- pkgsrc/chat/mautrix-telegram/PLIST:1.5      Sat Aug 10 06:26:23 2024
+++ pkgsrc/chat/mautrix-telegram/PLIST  Fri Apr 18 11:28:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2024/08/10 06:26:23 wiz Exp $
-${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/18 11:28:07 adam Exp $
 ${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/METADATA
 ${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/RECORD
 ${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/WHEEL
+${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/licenses/LICENSE
 ${PYSITELIB}/mautrix_telegram-${PKGVERSION}+dev.unknown.dist-info/top_level.txt
 ${PYSITELIB}/mautrix_telegram/__init__.py
 ${PYSITELIB}/mautrix_telegram/__init__.pyc

Index: pkgsrc/chat/py-matrix-common/Makefile
diff -u pkgsrc/chat/py-matrix-common/Makefile:1.11 pkgsrc/chat/py-matrix-common/Makefile:1.12
--- pkgsrc/chat/py-matrix-common/Makefile:1.11  Mon Nov 11 07:27:54 2024
+++ pkgsrc/chat/py-matrix-common/Makefile       Fri Apr 18 11:28:07 2025
@@ -1,25 +1,20 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/18 11:28:07 adam Exp $
 
-DISTNAME=      matrix-python-common-${PKGVERSION_NOREV}
-PKGNAME=       ${PYPKGPREFIX}-matrix-common-1.3.0
-PKGREVISION=   1
-CATEGORIES=    chat
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
-GITHUB_PROJECT=        matrix-python-common
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      matrix_common-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   2
+CATEGORIES=    chat python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matrix-common/}
 
 MAINTAINER=    js%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/matrix-org/matrix-python-common
 COMMENT=       Common utilities for Synapse, Sydent and Sygnal
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
-WHEEL_NAME=    matrix_common-${PKGVERSION_NOREV}
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/chat/py-matrix-common/PLIST
diff -u pkgsrc/chat/py-matrix-common/PLIST:1.5 pkgsrc/chat/py-matrix-common/PLIST:1.6
--- pkgsrc/chat/py-matrix-common/PLIST:1.5      Sat Oct 28 19:56:55 2023
+++ pkgsrc/chat/py-matrix-common/PLIST  Fri Apr 18 11:28:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:56:55 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.6 2025/04/18 11:28:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/matrix_common/__init__.py
 ${PYSITELIB}/matrix_common/__init__.pyc

Index: pkgsrc/chat/py-matrix-common/distinfo
diff -u pkgsrc/chat/py-matrix-common/distinfo:1.4 pkgsrc/chat/py-matrix-common/distinfo:1.5
--- pkgsrc/chat/py-matrix-common/distinfo:1.4   Thu Oct  6 13:43:34 2022
+++ pkgsrc/chat/py-matrix-common/distinfo       Fri Apr 18 11:28:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/10/06 13:43:34 gdt Exp $
+$NetBSD: distinfo,v 1.5 2025/04/18 11:28:07 adam Exp $
 
-BLAKE2s (matrix-python-common-1.3.0.tar.gz) = e0649efb2e065c3c42b08e427a0184c441bc7dc87092db9823ff51f52bc940fd
-SHA512 (matrix-python-common-1.3.0.tar.gz) = d08fa11a4156a7c4596ea20709e0fddd1563ef1f4ba763e21a073ba53e1baf58d8de1b60cf0f69c846128cdd6f04788df49765704c8adfde187e8de1dc5ded4e
-Size (matrix-python-common-1.3.0.tar.gz) = 14143 bytes
+BLAKE2s (matrix_common-1.3.0.tar.gz) = ca617168e738f16b4ed7e713eb4f74b630c3981315d9724ea25e46c883ac749e
+SHA512 (matrix_common-1.3.0.tar.gz) = 5c61c11baede3726060c804c4088117f692a6c36941f29cb9c04d99a228047c8010b53a0056c874ce137ebc936d020d62612b10533d7115a9ba359e12df6793c
+Size (matrix_common-1.3.0.tar.gz) = 12157 bytes

Index: pkgsrc/chat/py-mautrix/Makefile
diff -u pkgsrc/chat/py-mautrix/Makefile:1.24 pkgsrc/chat/py-mautrix/Makefile:1.25
--- pkgsrc/chat/py-mautrix/Makefile:1.24        Mon Nov 11 07:27:54 2024
+++ pkgsrc/chat/py-mautrix/Makefile     Fri Apr 18 11:28:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/18 11:28:07 adam Exp $
 
 DISTNAME=      mautrix-0.20.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mautrix/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/tulir/mautr
 COMMENT=       Python 3 asyncio Matrix framework
 LICENSE=       mpl-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.5:../../www/py-yarl

Index: pkgsrc/chat/py-mautrix/PLIST
diff -u pkgsrc/chat/py-mautrix/PLIST:1.7 pkgsrc/chat/py-mautrix/PLIST:1.8
--- pkgsrc/chat/py-mautrix/PLIST:1.7    Thu Nov 30 06:20:23 2023
+++ pkgsrc/chat/py-mautrix/PLIST        Fri Apr 18 11:28:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/30 06:20:23 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.8 2025/04/18 11:28:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mautrix/__init__.py
 ${PYSITELIB}/mautrix/__init__.pyc

Index: pkgsrc/chat/py-tulir-telethon/Makefile
diff -u pkgsrc/chat/py-tulir-telethon/Makefile:1.3 pkgsrc/chat/py-tulir-telethon/Makefile:1.4
--- pkgsrc/chat/py-tulir-telethon/Makefile:1.3  Wed Feb 12 16:40:34 2025
+++ pkgsrc/chat/py-tulir-telethon/Makefile      Fri Apr 18 11:28:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2025/02/12 16:40:34 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/18 11:28:07 adam Exp $
 
 DISTNAME=      tulir-telethon-1.37.0a1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tulir-telethon/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/tulir/Telet
 COMMENT=       Full-featured Telegram client library for Python 3
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aes-[0-9]*:../../security/py-aes
 DEPENDS+=      ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa
 

Index: pkgsrc/chat/py-tulir-telethon/PLIST
diff -u pkgsrc/chat/py-tulir-telethon/PLIST:1.2 pkgsrc/chat/py-tulir-telethon/PLIST:1.3
--- pkgsrc/chat/py-tulir-telethon/PLIST:1.2     Wed Feb 12 16:40:34 2025
+++ pkgsrc/chat/py-tulir-telethon/PLIST Fri Apr 18 11:28:07 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2025/02/12 16:40:34 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/04/18 11:28:07 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/telethon/__init__.py
 ${PYSITELIB}/telethon/__init__.pyc

Index: pkgsrc/chat/py-zulip-term/Makefile
diff -u pkgsrc/chat/py-zulip-term/Makefile:1.6 pkgsrc/chat/py-zulip-term/Makefile:1.7
--- pkgsrc/chat/py-zulip-term/Makefile:1.6      Tue Mar  4 09:08:01 2025
+++ pkgsrc/chat/py-zulip-term/Makefile  Fri Apr 18 11:28:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/03/04 09:08:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/18 11:28:07 adam Exp $
 
 DISTNAME=      zulip-term-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zulip-term/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/zulip/zulip
 COMMENT=       Zulip's official terminal client
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4.10.0:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.7.1:../../textproc/py-lxml

Index: pkgsrc/chat/py-zulip-term/PLIST
diff -u pkgsrc/chat/py-zulip-term/PLIST:1.1 pkgsrc/chat/py-zulip-term/PLIST:1.2
--- pkgsrc/chat/py-zulip-term/PLIST:1.1 Mon May 13 09:50:14 2024
+++ pkgsrc/chat/py-zulip-term/PLIST     Fri Apr 18 11:28:07 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/13 09:50:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/04/18 11:28:07 adam Exp $
 bin/zulip-term
 bin/zulip-term-check-symbols
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/zulipterminal/__init__.py



Home | Main Index | Thread Index | Old Index