aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-telepot
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:21:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:21:56 +0000
commit204a72a9bf6ea645dd3fd3b9c38ad15370d51ece (patch)
tree917485ba0d171ac43680cb27326fbbd6e5503499 /net-im/py-telepot
parent4b6050c30018d2fe487a31f4cef5e02502f14fd8 (diff)
downloadports-204a72a9bf6ea645dd3fd3b9c38ad15370d51ece.tar.gz
ports-204a72a9bf6ea645dd3fd3b9c38ad15370d51ece.zip
Remove PYTHON_REL check after r559531 (USES=python:3.6+)
Notes
Notes: svn path=/head/; revision=560960
Diffstat (limited to 'net-im/py-telepot')
-rw-r--r--net-im/py-telepot/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
index 66c9a1871121..24269c4ac4c5 100644
--- a/net-im/py-telepot/Makefile
+++ b/net-im/py-telepot/Makefile
@@ -11,17 +11,12 @@ COMMENT= Python framework for Telegram Bot API
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1:net/py-urllib3@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1:net/py-urllib3@${PY_FLAVOR}
USES= dos2unix python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3500
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>