Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 12:55:46 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561065 - in head: net/py-confluent-kafka www/py-hyper
Message-ID:  <202101101255.10ACtk9D091701@repo.freebsd.org>

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



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