Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 02:10:50 +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: r472747 - head/astro/py-aipy
Message-ID:  <201806190210.w5J2Ao1T036432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jun 19 02:10:49 2018
New Revision: 472747
URL: https://svnweb.freebsd.org/changeset/ports/472747

Log:
  astro/py-aipy: Add USE_PYTHON=concurrent
  
  Approved by:	portmgr

Modified:
  head/astro/py-aipy/Makefile

Modified: head/astro/py-aipy/Makefile
==============================================================================
--- head/astro/py-aipy/Makefile	Tue Jun 19 02:07:26 2018	(r472746)
+++ head/astro/py-aipy/Makefile	Tue Jun 19 02:10:49 2018	(r472747)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aipy
 PORTVERSION=	2.1.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,6 @@ BUILD_DEPENDS=	${PYNUMPY} \
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		python:2.7
-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?201806190210.w5J2Ao1T036432>