freebsd-ports/net-im/py-python-telegram-bot/Makefile
Dmitry Sivachenko 053a9a7cca New port: python-telegram-bot.
This library provides a pure Python interface for the Telegram Bot API.
In addition to the pure API implementation, this library features a number of
high-level classes to make the development of bots easy and straightforward.
These classes are contained in the telegram.ext submodule.

WWW: https://python-telegram-bot.org/
2016-07-25 18:04:07 +00:00

30 lines
822 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= python-telegram-bot
PORTVERSION= 5.0.0
CATEGORIES= net-im devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Not just a Python wrapper around the Telegram Bot API
LICENSE= LGPL3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future \
${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future \
${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3400
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi
.endif
.include <bsd.port.post.mk>