Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 16:13:30 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433425 - head/devel/py-boto
Message-ID:  <201702051613.v15GDUEY055824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Feb  5 16:13:30 2017
New Revision: 433425
URL: https://svnweb.freebsd.org/changeset/ports/433425

Log:
  devel/py-boto: enable concurrent install
  
  Enable concurrent feature to let boto be installed simultaneously both
  with python2 and python3.
  
  PR:		216579
  Submitted by:	John W. O'Brien <john@saltant.com>

Modified:
  head/devel/py-boto/Makefile

Modified: head/devel/py-boto/Makefile
==============================================================================
--- head/devel/py-boto/Makefile	Sun Feb  5 16:07:34 2017	(r433424)
+++ head/devel/py-boto/Makefile	Sun Feb  5 16:13:30 2017	(r433425)
@@ -3,6 +3,7 @@
 
 PORTNAME=	boto
 PORTVERSION=	2.45.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	MIT
 
 NO_ARCH=	yes
 USES=		python:2.7+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 CONFLICTS_INSTALL=	p5-Net-Amazon-Route53-[0-9]*
 



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