svn commit: r517081 - head/astro/py-astropy

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 8 17:10:14 UTC 2019


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>


More information about the svn-ports-head mailing list