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: Add a few...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/536b076ed70e
branches:  trunk
changeset: 442117:536b076ed70e
user:      js <js%pkgsrc.org@localhost>
date:      Thu Nov 19 01:24:23 2020 +0000

description:
chat/mautrix-telegram: Add a few optional dependencies

These are optional, but for very commonly used features. So not really optional.

diffstat:

 chat/mautrix-telegram/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1aa5c19ec832 -r 536b076ed70e chat/mautrix-telegram/Makefile
--- a/chat/mautrix-telegram/Makefile    Thu Nov 19 01:13:25 2020 +0000
+++ b/chat/mautrix-telegram/Makefile    Thu Nov 19 01:24:23 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/11/18 23:27:56 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/11/19 01:24:23 js Exp $
 
 DISTNAME=      mautrix-telegram-0.9.0
+PKGREVISION=   1
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -20,6 +21,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-mautrix>=0.8.2<0.9:../../chat/py-mautrix
 DEPENDS+=      ${PYPKGPREFIX}-telethon>=1.17<18:../../chat/py-telethon
 DEPENDS+=      ${PYPKGPREFIX}-telethon-session-sqlalchemy>=0.2.14<0.3:../../chat/py-telethon-session-sqlalchemy
+# webp_convert and qr_login
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=4<8:../../graphics/py-Pillow
+# qr_login
+DEPENDS+=      ${PYPKGPREFIX}-qrcode>=6<7:../../graphics/py-qrcode
 
 USE_TOOLS+=    pax
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index