Sat Jan 15 21:11:24 2022 UTC ()
Add chat/py-tulir-telethon

This is required for mautrix-telegram, as it needs this fork.


(js)
diff -r1.264 -r1.265 pkgsrc/chat/Makefile
diff -r0 -r1.1 pkgsrc/chat/py-tulir-telethon/DESCR
diff -r0 -r1.1 pkgsrc/chat/py-tulir-telethon/Makefile
diff -r0 -r1.1 pkgsrc/chat/py-tulir-telethon/PLIST
diff -r0 -r1.1 pkgsrc/chat/py-tulir-telethon/distinfo

cvs diff -r1.264 -r1.265 pkgsrc/chat/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/Makefile 2022/01/15 20:36:42 1.264
+++ pkgsrc/chat/Makefile 2022/01/15 21:11:24 1.265
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.264 2022/01/15 20:36:42 js Exp $ 1# $NetBSD: Makefile,v 1.265 2022/01/15 21:11:24 js Exp $
2# 2#
3 3
4COMMENT= Communication programs 4COMMENT= Communication programs
5 5
6SUBDIR+= anope 6SUBDIR+= anope
7SUBDIR+= atheme 7SUBDIR+= atheme
8SUBDIR+= bitchbot 8SUBDIR+= bitchbot
9SUBDIR+= bitchx 9SUBDIR+= bitchx
10SUBDIR+= bitlbee 10SUBDIR+= bitlbee
11SUBDIR+= bitlbee-discord 11SUBDIR+= bitlbee-discord
12SUBDIR+= bitlbee-facebook 12SUBDIR+= bitlbee-facebook
13SUBDIR+= bitlbee-mastodon 13SUBDIR+= bitlbee-mastodon
14SUBDIR+= bitlbee-steam 14SUBDIR+= bitlbee-steam
@@ -102,26 +102,27 @@ SUBDIR+= pidgin-sametime @@ -102,26 +102,27 @@ SUBDIR+= pidgin-sametime
102SUBDIR+= pidgin-silc 102SUBDIR+= pidgin-silc
103SUBDIR+= pircbot 103SUBDIR+= pircbot
104SUBDIR+= profanity 104SUBDIR+= profanity
105SUBDIR+= prosody 105SUBDIR+= prosody
106SUBDIR+= psi 106SUBDIR+= psi
107SUBDIR+= psybnc 107SUBDIR+= psybnc
108SUBDIR+= py-axolotl 108SUBDIR+= py-axolotl
109SUBDIR+= py-axolotl-curve25519 109SUBDIR+= py-axolotl-curve25519
110SUBDIR+= py-hangups 110SUBDIR+= py-hangups
111SUBDIR+= py-mastodon 111SUBDIR+= py-mastodon
112SUBDIR+= py-mautrix 112SUBDIR+= py-mautrix
113SUBDIR+= py-nbxmpp 113SUBDIR+= py-nbxmpp
114SUBDIR+= py-telethon 114SUBDIR+= py-telethon
 115SUBDIR+= py-tulir-telethon
115SUBDIR+= py-xmpppy 116SUBDIR+= py-xmpppy
116SUBDIR+= quassel 117SUBDIR+= quassel
117SUBDIR+= quirc 118SUBDIR+= quirc
118SUBDIR+= riece 119SUBDIR+= riece
119SUBDIR+= roxirc 120SUBDIR+= roxirc
120SUBDIR+= ruby-net-irc 121SUBDIR+= ruby-net-irc
121SUBDIR+= scrollz 122SUBDIR+= scrollz
122SUBDIR+= silc-client 123SUBDIR+= silc-client
123SUBDIR+= silc-client-icb 124SUBDIR+= silc-client-icb
124SUBDIR+= silc-server 125SUBDIR+= silc-server
125SUBDIR+= sirc 126SUBDIR+= sirc
126SUBDIR+= skypeweb-purple 127SUBDIR+= skypeweb-purple
127SUBDIR+= spectrum 128SUBDIR+= spectrum

File Added: pkgsrc/chat/py-tulir-telethon/DESCR
Telegram is a popular messaging application. This library is meant to make it
easy for you to write Python programs that can interact with Telegram. Think of
it as a wrapper that has already done the heavy job for you, so you can focus
on developing an application.

File Added: pkgsrc/chat/py-tulir-telethon/Makefile
# $NetBSD: Makefile,v 1.1 2022/01/15 21:11:24 js Exp $

DISTNAME=	tulir-telethon-1.25.0a3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES=	chat python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/tulir-telethon/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/tulir/Telethon
COMMENT=	Full-featured Telegram client library for Python 3
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-aes-[0-9]*:../../security/py-aes
DEPENDS+=	${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/chat/py-tulir-telethon/PLIST
@comment $NetBSD: PLIST,v 1.1 2022/01/15 21:11:24 js Exp $
${PYSITELIB}/telethon/__init__.py
${PYSITELIB}/telethon/__init__.pyc
${PYSITELIB}/telethon/__init__.pyo
${PYSITELIB}/telethon/client/__init__.py
${PYSITELIB}/telethon/client/__init__.pyc
${PYSITELIB}/telethon/client/__init__.pyo
${PYSITELIB}/telethon/client/account.py
${PYSITELIB}/telethon/client/account.pyc
${PYSITELIB}/telethon/client/account.pyo
${PYSITELIB}/telethon/client/auth.py
${PYSITELIB}/telethon/client/auth.pyc
${PYSITELIB}/telethon/client/auth.pyo
${PYSITELIB}/telethon/client/bots.py
${PYSITELIB}/telethon/client/bots.pyc
${PYSITELIB}/telethon/client/bots.pyo
${PYSITELIB}/telethon/client/buttons.py
${PYSITELIB}/telethon/client/buttons.pyc
${PYSITELIB}/telethon/client/buttons.pyo
${PYSITELIB}/telethon/client/chats.py
${PYSITELIB}/telethon/client/chats.pyc
${PYSITELIB}/telethon/client/chats.pyo
${PYSITELIB}/telethon/client/dialogs.py
${PYSITELIB}/telethon/client/dialogs.pyc
${PYSITELIB}/telethon/client/dialogs.pyo
${PYSITELIB}/telethon/client/downloads.py
${PYSITELIB}/telethon/client/downloads.pyc
${PYSITELIB}/telethon/client/downloads.pyo
${PYSITELIB}/telethon/client/messageparse.py
${PYSITELIB}/telethon/client/messageparse.pyc
${PYSITELIB}/telethon/client/messageparse.pyo
${PYSITELIB}/telethon/client/messages.py
${PYSITELIB}/telethon/client/messages.pyc
${PYSITELIB}/telethon/client/messages.pyo
${PYSITELIB}/telethon/client/telegrambaseclient.py
${PYSITELIB}/telethon/client/telegrambaseclient.pyc
${PYSITELIB}/telethon/client/telegrambaseclient.pyo
${PYSITELIB}/telethon/client/telegramclient.py
${PYSITELIB}/telethon/client/telegramclient.pyc
${PYSITELIB}/telethon/client/telegramclient.pyo
${PYSITELIB}/telethon/client/updates.py
${PYSITELIB}/telethon/client/updates.pyc
${PYSITELIB}/telethon/client/updates.pyo
${PYSITELIB}/telethon/client/uploads.py
${PYSITELIB}/telethon/client/uploads.pyc
${PYSITELIB}/telethon/client/uploads.pyo
${PYSITELIB}/telethon/client/users.py
${PYSITELIB}/telethon/client/users.pyc
${PYSITELIB}/telethon/client/users.pyo
${PYSITELIB}/telethon/crypto/__init__.py
${PYSITELIB}/telethon/crypto/__init__.pyc
${PYSITELIB}/telethon/crypto/__init__.pyo
${PYSITELIB}/telethon/crypto/aes.py
${PYSITELIB}/telethon/crypto/aes.pyc
${PYSITELIB}/telethon/crypto/aes.pyo
${PYSITELIB}/telethon/crypto/aesctr.py
${PYSITELIB}/telethon/crypto/aesctr.pyc
${PYSITELIB}/telethon/crypto/aesctr.pyo
${PYSITELIB}/telethon/crypto/authkey.py
${PYSITELIB}/telethon/crypto/authkey.pyc
${PYSITELIB}/telethon/crypto/authkey.pyo
${PYSITELIB}/telethon/crypto/cdndecrypter.py
${PYSITELIB}/telethon/crypto/cdndecrypter.pyc
${PYSITELIB}/telethon/crypto/cdndecrypter.pyo
${PYSITELIB}/telethon/crypto/factorization.py
${PYSITELIB}/telethon/crypto/factorization.pyc
${PYSITELIB}/telethon/crypto/factorization.pyo
${PYSITELIB}/telethon/crypto/libssl.py
${PYSITELIB}/telethon/crypto/libssl.pyc
${PYSITELIB}/telethon/crypto/libssl.pyo
${PYSITELIB}/telethon/crypto/rsa.py
${PYSITELIB}/telethon/crypto/rsa.pyc
${PYSITELIB}/telethon/crypto/rsa.pyo
${PYSITELIB}/telethon/entitycache.py
${PYSITELIB}/telethon/entitycache.pyc
${PYSITELIB}/telethon/entitycache.pyo
${PYSITELIB}/telethon/errors/__init__.py
${PYSITELIB}/telethon/errors/__init__.pyc
${PYSITELIB}/telethon/errors/__init__.pyo
${PYSITELIB}/telethon/errors/common.py
${PYSITELIB}/telethon/errors/common.pyc
${PYSITELIB}/telethon/errors/common.pyo
${PYSITELIB}/telethon/errors/rpcbaseerrors.py
${PYSITELIB}/telethon/errors/rpcbaseerrors.pyc
${PYSITELIB}/telethon/errors/rpcbaseerrors.pyo
${PYSITELIB}/telethon/errors/rpcerrorlist.py
${PYSITELIB}/telethon/errors/rpcerrorlist.pyc
${PYSITELIB}/telethon/errors/rpcerrorlist.pyo
${PYSITELIB}/telethon/events/__init__.py
${PYSITELIB}/telethon/events/__init__.pyc
${PYSITELIB}/telethon/events/__init__.pyo
${PYSITELIB}/telethon/events/album.py
${PYSITELIB}/telethon/events/album.pyc
${PYSITELIB}/telethon/events/album.pyo
${PYSITELIB}/telethon/events/callbackquery.py
${PYSITELIB}/telethon/events/callbackquery.pyc
${PYSITELIB}/telethon/events/callbackquery.pyo
${PYSITELIB}/telethon/events/chataction.py
${PYSITELIB}/telethon/events/chataction.pyc
${PYSITELIB}/telethon/events/chataction.pyo
${PYSITELIB}/telethon/events/common.py
${PYSITELIB}/telethon/events/common.pyc
${PYSITELIB}/telethon/events/common.pyo
${PYSITELIB}/telethon/events/inlinequery.py
${PYSITELIB}/telethon/events/inlinequery.pyc
${PYSITELIB}/telethon/events/inlinequery.pyo
${PYSITELIB}/telethon/events/messagedeleted.py
${PYSITELIB}/telethon/events/messagedeleted.pyc
${PYSITELIB}/telethon/events/messagedeleted.pyo
${PYSITELIB}/telethon/events/messageedited.py
${PYSITELIB}/telethon/events/messageedited.pyc
${PYSITELIB}/telethon/events/messageedited.pyo
${PYSITELIB}/telethon/events/messageread.py
${PYSITELIB}/telethon/events/messageread.pyc
${PYSITELIB}/telethon/events/messageread.pyo
${PYSITELIB}/telethon/events/newmessage.py
${PYSITELIB}/telethon/events/newmessage.pyc
${PYSITELIB}/telethon/events/newmessage.pyo
${PYSITELIB}/telethon/events/raw.py
${PYSITELIB}/telethon/events/raw.pyc
${PYSITELIB}/telethon/events/raw.pyo
${PYSITELIB}/telethon/events/userupdate.py
${PYSITELIB}/telethon/events/userupdate.pyc
${PYSITELIB}/telethon/events/userupdate.pyo
${PYSITELIB}/telethon/extensions/__init__.py
${PYSITELIB}/telethon/extensions/__init__.pyc
${PYSITELIB}/telethon/extensions/__init__.pyo
${PYSITELIB}/telethon/extensions/binaryreader.py
${PYSITELIB}/telethon/extensions/binaryreader.pyc
${PYSITELIB}/telethon/extensions/binaryreader.pyo
${PYSITELIB}/telethon/extensions/html.py
${PYSITELIB}/telethon/extensions/html.pyc
${PYSITELIB}/telethon/extensions/html.pyo
${PYSITELIB}/telethon/extensions/markdown.py
${PYSITELIB}/telethon/extensions/markdown.pyc
${PYSITELIB}/telethon/extensions/markdown.pyo
${PYSITELIB}/telethon/extensions/messagepacker.py
${PYSITELIB}/telethon/extensions/messagepacker.pyc
${PYSITELIB}/telethon/extensions/messagepacker.pyo
${PYSITELIB}/telethon/helpers.py
${PYSITELIB}/telethon/helpers.pyc
${PYSITELIB}/telethon/helpers.pyo
${PYSITELIB}/telethon/hints.py
${PYSITELIB}/telethon/hints.pyc
${PYSITELIB}/telethon/hints.pyo
${PYSITELIB}/telethon/network/__init__.py
${PYSITELIB}/telethon/network/__init__.pyc
${PYSITELIB}/telethon/network/__init__.pyo
${PYSITELIB}/telethon/network/authenticator.py
${PYSITELIB}/telethon/network/authenticator.pyc
${PYSITELIB}/telethon/network/authenticator.pyo
${PYSITELIB}/telethon/network/connection/__init__.py
${PYSITELIB}/telethon/network/connection/__init__.pyc
${PYSITELIB}/telethon/network/connection/__init__.pyo
${PYSITELIB}/telethon/network/connection/connection.py
${PYSITELIB}/telethon/network/connection/connection.pyc
${PYSITELIB}/telethon/network/connection/connection.pyo
${PYSITELIB}/telethon/network/connection/http.py
${PYSITELIB}/telethon/network/connection/http.pyc
${PYSITELIB}/telethon/network/connection/http.pyo
${PYSITELIB}/telethon/network/connection/tcpabridged.py
${PYSITELIB}/telethon/network/connection/tcpabridged.pyc
${PYSITELIB}/telethon/network/connection/tcpabridged.pyo
${PYSITELIB}/telethon/network/connection/tcpfull.py
${PYSITELIB}/telethon/network/connection/tcpfull.pyc
${PYSITELIB}/telethon/network/connection/tcpfull.pyo
${PYSITELIB}/telethon/network/connection/tcpintermediate.py
${PYSITELIB}/telethon/network/connection/tcpintermediate.pyc
${PYSITELIB}/telethon/network/connection/tcpintermediate.pyo
${PYSITELIB}/telethon/network/connection/tcpmtproxy.py
${PYSITELIB}/telethon/network/connection/tcpmtproxy.pyc
${PYSITELIB}/telethon/network/connection/tcpmtproxy.pyo
${PYSITELIB}/telethon/network/connection/tcpobfuscated.py
${PYSITELIB}/telethon/network/connection/tcpobfuscated.pyc
${PYSITELIB}/telethon/network/connection/tcpobfuscated.pyo
${PYSITELIB}/telethon/network/mtprotoplainsender.py
${PYSITELIB}/telethon/network/mtprotoplainsender.pyc
${PYSITELIB}/telethon/network/mtprotoplainsender.pyo
${PYSITELIB}/telethon/network/mtprotosender.py
${PYSITELIB}/telethon/network/mtprotosender.pyc
${PYSITELIB}/telethon/network/mtprotosender.pyo
${PYSITELIB}/telethon/network/mtprotostate.py
${PYSITELIB}/telethon/network/mtprotostate.pyc
${PYSITELIB}/telethon/network/mtprotostate.pyo
${PYSITELIB}/telethon/network/requeststate.py
${PYSITELIB}/telethon/network/requeststate.pyc
${PYSITELIB}/telethon/network/requeststate.pyo
${PYSITELIB}/telethon/password.py
${PYSITELIB}/telethon/password.pyc
${PYSITELIB}/telethon/password.pyo
${PYSITELIB}/telethon/requestiter.py
${PYSITELIB}/telethon/requestiter.pyc
${PYSITELIB}/telethon/requestiter.pyo
${PYSITELIB}/telethon/sessions/__init__.py
${PYSITELIB}/telethon/sessions/__init__.pyc
${PYSITELIB}/telethon/sessions/__init__.pyo
${PYSITELIB}/telethon/sessions/abstract.py
${PYSITELIB}/telethon/sessions/abstract.pyc
${PYSITELIB}/telethon/sessions/abstract.pyo
${PYSITELIB}/telethon/sessions/memory.py
${PYSITELIB}/telethon/sessions/memory.pyc
${PYSITELIB}/telethon/sessions/memory.pyo
${PYSITELIB}/telethon/sessions/sqlite.py
${PYSITELIB}/telethon/sessions/sqlite.pyc
${PYSITELIB}/telethon/sessions/sqlite.pyo
${PYSITELIB}/telethon/sessions/string.py
${PYSITELIB}/telethon/sessions/string.pyc
${PYSITELIB}/telethon/sessions/string.pyo
${PYSITELIB}/telethon/statecache.py
${PYSITELIB}/telethon/statecache.pyc
${PYSITELIB}/telethon/statecache.pyo
${PYSITELIB}/telethon/sync.py
${PYSITELIB}/telethon/sync.pyc
${PYSITELIB}/telethon/sync.pyo
${PYSITELIB}/telethon/tl/__init__.py
${PYSITELIB}/telethon/tl/__init__.pyc
${PYSITELIB}/telethon/tl/__init__.pyo
${PYSITELIB}/telethon/tl/alltlobjects.py
${PYSITELIB}/telethon/tl/alltlobjects.pyc
${PYSITELIB}/telethon/tl/alltlobjects.pyo
${PYSITELIB}/telethon/tl/core/__init__.py
${PYSITELIB}/telethon/tl/core/__init__.pyc
${PYSITELIB}/telethon/tl/core/__init__.pyo
${PYSITELIB}/telethon/tl/core/gzippacked.py
${PYSITELIB}/telethon/tl/core/gzippacked.pyc
${PYSITELIB}/telethon/tl/core/gzippacked.pyo
${PYSITELIB}/telethon/tl/core/messagecontainer.py
${PYSITELIB}/telethon/tl/core/messagecontainer.pyc
${PYSITELIB}/telethon/tl/core/messagecontainer.pyo
${PYSITELIB}/telethon/tl/core/rpcresult.py
${PYSITELIB}/telethon/tl/core/rpcresult.pyc
${PYSITELIB}/telethon/tl/core/rpcresult.pyo
${PYSITELIB}/telethon/tl/core/tlmessage.py
${PYSITELIB}/telethon/tl/core/tlmessage.pyc
${PYSITELIB}/telethon/tl/core/tlmessage.pyo
${PYSITELIB}/telethon/tl/custom/__init__.py
${PYSITELIB}/telethon/tl/custom/__init__.pyc
${PYSITELIB}/telethon/tl/custom/__init__.pyo
${PYSITELIB}/telethon/tl/custom/adminlogevent.py
${PYSITELIB}/telethon/tl/custom/adminlogevent.pyc
${PYSITELIB}/telethon/tl/custom/adminlogevent.pyo
${PYSITELIB}/telethon/tl/custom/button.py
${PYSITELIB}/telethon/tl/custom/button.pyc
${PYSITELIB}/telethon/tl/custom/button.pyo
${PYSITELIB}/telethon/tl/custom/chatgetter.py
${PYSITELIB}/telethon/tl/custom/chatgetter.pyc
${PYSITELIB}/telethon/tl/custom/chatgetter.pyo
${PYSITELIB}/telethon/tl/custom/conversation.py
${PYSITELIB}/telethon/tl/custom/conversation.pyc
${PYSITELIB}/telethon/tl/custom/conversation.pyo
${PYSITELIB}/telethon/tl/custom/dialog.py
${PYSITELIB}/telethon/tl/custom/dialog.pyc
${PYSITELIB}/telethon/tl/custom/dialog.pyo
${PYSITELIB}/telethon/tl/custom/draft.py
${PYSITELIB}/telethon/tl/custom/draft.pyc
${PYSITELIB}/telethon/tl/custom/draft.pyo
${PYSITELIB}/telethon/tl/custom/file.py
${PYSITELIB}/telethon/tl/custom/file.pyc
${PYSITELIB}/telethon/tl/custom/file.pyo
${PYSITELIB}/telethon/tl/custom/forward.py
${PYSITELIB}/telethon/tl/custom/forward.pyc
${PYSITELIB}/telethon/tl/custom/forward.pyo
${PYSITELIB}/telethon/tl/custom/inlinebuilder.py
${PYSITELIB}/telethon/tl/custom/inlinebuilder.pyc
${PYSITELIB}/telethon/tl/custom/inlinebuilder.pyo
${PYSITELIB}/telethon/tl/custom/inlineresult.py
${PYSITELIB}/telethon/tl/custom/inlineresult.pyc
${PYSITELIB}/telethon/tl/custom/inlineresult.pyo
${PYSITELIB}/telethon/tl/custom/inlineresults.py
${PYSITELIB}/telethon/tl/custom/inlineresults.pyc
${PYSITELIB}/telethon/tl/custom/inlineresults.pyo
${PYSITELIB}/telethon/tl/custom/inputsizedfile.py
${PYSITELIB}/telethon/tl/custom/inputsizedfile.pyc
${PYSITELIB}/telethon/tl/custom/inputsizedfile.pyo
${PYSITELIB}/telethon/tl/custom/message.py
${PYSITELIB}/telethon/tl/custom/message.pyc
${PYSITELIB}/telethon/tl/custom/message.pyo
${PYSITELIB}/telethon/tl/custom/messagebutton.py
${PYSITELIB}/telethon/tl/custom/messagebutton.pyc
${PYSITELIB}/telethon/tl/custom/messagebutton.pyo
${PYSITELIB}/telethon/tl/custom/participantpermissions.py
${PYSITELIB}/telethon/tl/custom/participantpermissions.pyc
${PYSITELIB}/telethon/tl/custom/participantpermissions.pyo
${PYSITELIB}/telethon/tl/custom/qrlogin.py
${PYSITELIB}/telethon/tl/custom/qrlogin.pyc
${PYSITELIB}/telethon/tl/custom/qrlogin.pyo
${PYSITELIB}/telethon/tl/custom/sendergetter.py
${PYSITELIB}/telethon/tl/custom/sendergetter.pyc
${PYSITELIB}/telethon/tl/custom/sendergetter.pyo
${PYSITELIB}/telethon/tl/functions/__init__.py
${PYSITELIB}/telethon/tl/functions/__init__.pyc
${PYSITELIB}/telethon/tl/functions/__init__.pyo
${PYSITELIB}/telethon/tl/functions/account.py
${PYSITELIB}/telethon/tl/functions/account.pyc
${PYSITELIB}/telethon/tl/functions/account.pyo
${PYSITELIB}/telethon/tl/functions/auth.py
${PYSITELIB}/telethon/tl/functions/auth.pyc
${PYSITELIB}/telethon/tl/functions/auth.pyo
${PYSITELIB}/telethon/tl/functions/bots.py
${PYSITELIB}/telethon/tl/functions/bots.pyc
${PYSITELIB}/telethon/tl/functions/bots.pyo
${PYSITELIB}/telethon/tl/functions/channels.py
${PYSITELIB}/telethon/tl/functions/channels.pyc
${PYSITELIB}/telethon/tl/functions/channels.pyo
${PYSITELIB}/telethon/tl/functions/contacts.py
${PYSITELIB}/telethon/tl/functions/contacts.pyc
${PYSITELIB}/telethon/tl/functions/contacts.pyo
${PYSITELIB}/telethon/tl/functions/folders.py
${PYSITELIB}/telethon/tl/functions/folders.pyc
${PYSITELIB}/telethon/tl/functions/folders.pyo
${PYSITELIB}/telethon/tl/functions/help.py
${PYSITELIB}/telethon/tl/functions/help.pyc
${PYSITELIB}/telethon/tl/functions/help.pyo
${PYSITELIB}/telethon/tl/functions/langpack.py
${PYSITELIB}/telethon/tl/functions/langpack.pyc
${PYSITELIB}/telethon/tl/functions/langpack.pyo
${PYSITELIB}/telethon/tl/functions/messages.py
${PYSITELIB}/telethon/tl/functions/messages.pyc
${PYSITELIB}/telethon/tl/functions/messages.pyo
${PYSITELIB}/telethon/tl/functions/payments.py
${PYSITELIB}/telethon/tl/functions/payments.pyc
${PYSITELIB}/telethon/tl/functions/payments.pyo
${PYSITELIB}/telethon/tl/functions/phone.py
${PYSITELIB}/telethon/tl/functions/phone.pyc
${PYSITELIB}/telethon/tl/functions/phone.pyo
${PYSITELIB}/telethon/tl/functions/photos.py
${PYSITELIB}/telethon/tl/functions/photos.pyc
${PYSITELIB}/telethon/tl/functions/photos.pyo
${PYSITELIB}/telethon/tl/functions/stats.py
${PYSITELIB}/telethon/tl/functions/stats.pyc
${PYSITELIB}/telethon/tl/functions/stats.pyo
${PYSITELIB}/telethon/tl/functions/stickers.py
${PYSITELIB}/telethon/tl/functions/stickers.pyc
${PYSITELIB}/telethon/tl/functions/stickers.pyo
${PYSITELIB}/telethon/tl/functions/updates.py
${PYSITELIB}/telethon/tl/functions/updates.pyc
${PYSITELIB}/telethon/tl/functions/updates.pyo
${PYSITELIB}/telethon/tl/functions/upload.py
${PYSITELIB}/telethon/tl/functions/upload.pyc
${PYSITELIB}/telethon/tl/functions/upload.pyo
${PYSITELIB}/telethon/tl/functions/users.py
${PYSITELIB}/telethon/tl/functions/users.pyc
${PYSITELIB}/telethon/tl/functions/users.pyo
${PYSITELIB}/telethon/tl/patched/__init__.py
${PYSITELIB}/telethon/tl/patched/__init__.pyc
${PYSITELIB}/telethon/tl/patched/__init__.pyo
${PYSITELIB}/telethon/tl/tlobject.py
${PYSITELIB}/telethon/tl/tlobject.pyc
${PYSITELIB}/telethon/tl/tlobject.pyo
${PYSITELIB}/telethon/tl/types/__init__.py
${PYSITELIB}/telethon/tl/types/__init__.pyc
${PYSITELIB}/telethon/tl/types/__init__.pyo
${PYSITELIB}/telethon/tl/types/account.py
${PYSITELIB}/telethon/tl/types/account.pyc
${PYSITELIB}/telethon/tl/types/account.pyo
${PYSITELIB}/telethon/tl/types/auth.py
${PYSITELIB}/telethon/tl/types/auth.pyc
${PYSITELIB}/telethon/tl/types/auth.pyo
${PYSITELIB}/telethon/tl/types/channels.py
${PYSITELIB}/telethon/tl/types/channels.pyc
${PYSITELIB}/telethon/tl/types/channels.pyo
${PYSITELIB}/telethon/tl/types/contacts.py
${PYSITELIB}/telethon/tl/types/contacts.pyc
${PYSITELIB}/telethon/tl/types/contacts.pyo
${PYSITELIB}/telethon/tl/types/help.py
${PYSITELIB}/telethon/tl/types/help.pyc
${PYSITELIB}/telethon/tl/types/help.pyo
${PYSITELIB}/telethon/tl/types/messages.py
${PYSITELIB}/telethon/tl/types/messages.pyc
${PYSITELIB}/telethon/tl/types/messages.pyo
${PYSITELIB}/telethon/tl/types/payments.py
${PYSITELIB}/telethon/tl/types/payments.pyc
${PYSITELIB}/telethon/tl/types/payments.pyo
${PYSITELIB}/telethon/tl/types/phone.py
${PYSITELIB}/telethon/tl/types/phone.pyc
${PYSITELIB}/telethon/tl/types/phone.pyo
${PYSITELIB}/telethon/tl/types/photos.py
${PYSITELIB}/telethon/tl/types/photos.pyc
${PYSITELIB}/telethon/tl/types/photos.pyo
${PYSITELIB}/telethon/tl/types/stats.py
${PYSITELIB}/telethon/tl/types/stats.pyc
${PYSITELIB}/telethon/tl/types/stats.pyo
${PYSITELIB}/telethon/tl/types/stickers.py
${PYSITELIB}/telethon/tl/types/stickers.pyc
${PYSITELIB}/telethon/tl/types/stickers.pyo
${PYSITELIB}/telethon/tl/types/storage.py
${PYSITELIB}/telethon/tl/types/storage.pyc
${PYSITELIB}/telethon/tl/types/storage.pyo
${PYSITELIB}/telethon/tl/types/updates.py
${PYSITELIB}/telethon/tl/types/updates.pyc
${PYSITELIB}/telethon/tl/types/updates.pyo
${PYSITELIB}/telethon/tl/types/upload.py
${PYSITELIB}/telethon/tl/types/upload.pyc
${PYSITELIB}/telethon/tl/types/upload.pyo
${PYSITELIB}/telethon/tl/types/users.py
${PYSITELIB}/telethon/tl/types/users.pyc
${PYSITELIB}/telethon/tl/types/users.pyo
${PYSITELIB}/telethon/utils.py
${PYSITELIB}/telethon/utils.pyc
${PYSITELIB}/telethon/utils.pyo
${PYSITELIB}/telethon/version.py
${PYSITELIB}/telethon/version.pyc
${PYSITELIB}/telethon/version.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

File Added: pkgsrc/chat/py-tulir-telethon/distinfo
$NetBSD: distinfo,v 1.1 2022/01/15 21:11:24 js Exp $

BLAKE2s (tulir-telethon-1.25.0a3.tar.gz) = b56c6d93cc40ebe18c689e3b0b7c82b64a49cf749be5a5ca34ef07d9ec4675ec
SHA512 (tulir-telethon-1.25.0a3.tar.gz) = 8f85e4f444f5c179ef8533f4a25473c80e72f05ce5ad822ff2f25f7b7cdcc99f8733ee0fa53c73f26def3cb75801e4aa060ed22271dc9065a485cec9c7deb275
Size (tulir-telethon-1.25.0a3.tar.gz) = 475132 bytes