8f6ad8809c
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.
21 lines
593 B
Makefile
21 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/11/18 23:11:57 js Exp $
|
|
|
|
DISTNAME= Telethon-1.17.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= chat python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Telethon/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/LonamiWebs/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"
|