pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/mautrix-telegram chat/mautrix-telegram: Require p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/764a6b67fc01
branches:  trunk
changeset: 371872:764a6b67fc01
user:      js <js%pkgsrc.org@localhost>
date:      Sat Jan 15 21:29:50 2022 +0000

description:
chat/mautrix-telegram: Require py-tulir-telethon

Unfortunately this doesn't work with upstream telethon.

diffstat:

 chat/mautrix-telegram/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e50f50276cf2 -r 764a6b67fc01 chat/mautrix-telegram/Makefile
--- a/chat/mautrix-telegram/Makefile    Sat Jan 15 21:11:37 2022 +0000
+++ b/chat/mautrix-telegram/Makefile    Sat Jan 15 21:29:50 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/01/15 20:22:06 js Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/15 21:29:50 js Exp $
 
 DISTNAME=      mautrix-telegram-0.11.1
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -20,7 +21,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1<2:../../www/py-yarl
 DEPENDS+=      ${PYPKGPREFIX}-mautrix>=0.14.3<0.15:../../chat/py-mautrix
-DEPENDS+=      ${PYPKGPREFIX}-telethon>=1.24<1.25:../../chat/py-telethon
+DEPENDS+=      ${PYPKGPREFIX}-tulir-telethon>=1.25.0a3:../../chat/py-tulir-telethon
 DEPENDS+=      ${PYPKGPREFIX}-asyncpg>=0.20<0.26:../../databases/py-asyncpg
 DEPENDS+=      ${PYPKGPREFIX}-mako>=1<2:../../devel/py-mako
 # webp_convert and qr_login



Home | Main Index | Thread Index | Old Index