diff options
Diffstat (limited to 'net-im/py-python-telegram-bot/Makefile')
-rw-r--r-- | net-im/py-python-telegram-bot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/py-python-telegram-bot/Makefile b/net-im/py-python-telegram-bot/Makefile index 3bef90e76471..c30ac95dfe62 100644 --- a/net-im/py-python-telegram-bot/Makefile +++ b/net-im/py-python-telegram-bot/Makefile @@ -1,10 +1,9 @@ PORTNAME= python-telegram-bot -PORTVERSION= 21.6 -PORTREVISION= 1 +PORTVERSION= 21.11 CATEGORIES= net-im devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} +DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Not just a Python wrapper around the Telegram Bot API @@ -17,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}APScheduler>0:devel/py-apscheduler@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= pep517 autoplist +NO_ARCH= yes + .include <bsd.port.mk> |