Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 20:24:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512289 - head/devel/py-wheel
Message-ID:  <201909182024.x8IKO0MM064900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 18 20:24:00 2019
New Revision: 512289
URL: https://svnweb.freebsd.org/changeset/ports/512289

Log:
  devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python versions.
  
  Approved by:	portmgr blanket (avoid install failures)

Modified:
  head/devel/py-wheel/Makefile

Modified: head/devel/py-wheel/Makefile
==============================================================================
--- head/devel/py-wheel/Makefile	Wed Sep 18 20:07:13 2019	(r512288)
+++ head/devel/py-wheel/Makefile	Wed Sep 18 20:24:00 2019	(r512289)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wheel
 PORTVERSION=	0.30.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +25,6 @@ SIGNATURE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dirspec>
 			${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>



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