Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:21:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560960 - head/net-im/py-telepot
Message-ID:  <202101100821.10A8LurJ017654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101100821.10A8LurJ017654>