svn commit: r560960 - head/net-im/py-telepot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:22:02 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:21:56 2021
New Revision: 560960
URL: https://svnweb.freebsd.org/changeset/ports/560960
Log:
Remove PYTHON_REL check after r559531 (USES=python:3.6+)
Modified:
head/net-im/py-telepot/Makefile
Modified: head/net-im/py-telepot/Makefile
==============================================================================
--- head/net-im/py-telepot/Makefile Sun Jan 10 08:21:52 2021 (r560959)
+++ head/net-im/py-telepot/Makefile Sun Jan 10 08:21:56 2021 (r560960)
@@ -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>
More information about the svn-ports-head
mailing list