Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2019 17:10:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517081 - head/astro/py-astropy
Message-ID:  <201911081710.xA8HAEjA027260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Nov  8 17:10:14 2019
New Revision: 517081
URL: https://svnweb.freebsd.org/changeset/ports/517081

Log:
  - Limit python version (does not build with 3.7+)
  
  Approved by:	portmgr blanket

Modified:
  head/astro/py-astropy/Makefile

Modified: head/astro/py-astropy/Makefile
==============================================================================
--- head/astro/py-astropy/Makefile	Fri Nov  8 16:59:58 2019	(r517080)
+++ head/astro/py-astropy/Makefile	Fri Nov  8 17:10:14 2019	(r517081)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/licenses/LICENSE.rst
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		python
+USES=		python:-3.6
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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