svn commit: r461091 - head/www/py-hyper
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 6 19:18:46 UTC 2018
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>
More information about the svn-ports-all
mailing list