svn commit: r530199 - head/net/py-eventlet

Antoine Brodin antoine at FreeBSD.org
Wed Apr 1 06:51:09 UTC 2020


Author: antoine
Date: Wed Apr  1 06:45:31 2020
New Revision: 530199
URL: https://svnweb.freebsd.org/changeset/ports/530199

Log:
  py-eventlet does not depend on py-enum-compat

Modified:
  head/net/py-eventlet/Makefile

Modified: head/net/py-eventlet/Makefile
==============================================================================
--- head/net/py-eventlet/Makefile	Wed Apr  1 06:10:40 2020	(r530198)
+++ head/net/py-eventlet/Makefile	Wed Apr  1 06:45:31 2020	(r530199)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eventlet
 PORTVERSION=	0.22.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,6 @@ COMMENT=	Concurrent networking library for Python
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \
-		${PY_ENUM_COMPAT} \
 		${PY_ENUM34}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list