svn commit: r561065 - in head: net/py-confluent-kafka www/py-hyper

Rene Ladan rene at FreeBSD.org
Sun Jan 10 12:55:47 UTC 2021


Author: rene
Date: Sun Jan 10 12:55:46 2021
New Revision: 561065
URL: https://svnweb.freebsd.org/changeset/ports/561065

Log:
  Remove unused py27_*_DEPENDS

Modified:
  head/net/py-confluent-kafka/Makefile
  head/www/py-hyper/Makefile

Modified: head/net/py-confluent-kafka/Makefile
==============================================================================
--- head/net/py-confluent-kafka/Makefile	Sun Jan 10 12:52:20 2021	(r561064)
+++ head/net/py-confluent-kafka/Makefile	Sun Jan 10 12:55:46 2021	(r561065)
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	librdkafka.so:net/librdkafka
 RUN_DEPENDS=	${PY_ENUM34}
-py27_RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
 USES=		localbase python:3.6+
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-hyper/Makefile
==============================================================================
--- head/www/py-hyper/Makefile	Sun Jan 10 12:52:20 2021	(r561064)
+++ head/www/py-hyper/Makefile	Sun Jan 10 12:55:46 2021	(r561065)
@@ -30,8 +30,6 @@ GH_TAGNAME=	18b629b
 
 NO_ARCH=	yes
 
-py27_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enum34>=1.0.4,<2:devel/py-enum34@${PY_FLAVOR}
-
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_HTTPConnection_with_custom_context' test
 


More information about the svn-ports-all mailing list