Date: Tue, 6 Feb 2018 19:18:45 +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: r461091 - head/www/py-hyper Message-ID: <201802061918.w16JIj4b048736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 6 19:18:45 2018 New Revision: 461091 URL: https://svnweb.freebsd.org/changeset/ports/461091 Log: Remove outdated PYTHON_REL check With hat: python Modified: head/www/py-hyper/Makefile Modified: head/www/py-hyper/Makefile ============================================================================== --- head/www/py-hyper/Makefile Tue Feb 6 19:18:40 2018 (r461090) +++ head/www/py-hyper/Makefile Tue Feb 6 19:18:45 2018 (r461091) @@ -22,13 +22,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} == 3300 || (${PYTHON_VER} == 2.7 && ${PYTHON_REL} < 2709) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ - ${PYTHON_PGNAMEPREFIX}service_identity>=14.0.0:security/py-service_identity -.endif - post-extract: @${MKDIR} ${WRKSRC}/test/certs/ @${CP} ${FILESDIR}/files-server.py ${WRKSRC}/test/server.py @@ -38,4 +31,4 @@ post-extract: do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test --pytest-args "-k 'not test_integration'" -.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?201802061918.w16JIj4b048736>