svn commit: r472747 - head/astro/py-aipy

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 02:10:50 UTC 2018


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>


More information about the svn-ports-all mailing list