svn commit: r541774 - head/astro/py-RO

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 9 18:08:45 UTC 2020


Author: sunpoet
Date: Thu Jul  9 18:08:41 2020
New Revision: 541774
URL: https://svnweb.freebsd.org/changeset/ports/541774

Log:
  Cosmetic change

Modified:
  head/astro/py-RO/Makefile

Modified: head/astro/py-RO/Makefile
==============================================================================
--- head/astro/py-RO/Makefile	Thu Jul  9 18:08:36 2020	(r541773)
+++ head/astro/py-RO/Makefile	Thu Jul  9 18:08:41 2020	(r541774)
@@ -16,15 +16,16 @@ LICENSE_FILE=	${WRKSRC}/docs/License.txt
 
 RUN_DEPENDS=	${PYNUMPY}
 
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	ASTROPY MATPLOTLIB PYGAME
 OPTIONS_DEFAULT=ASTROPY
 ASTROPY_DESC=	Add Support for Astropy
 MATPLOTLIB_DESC=Add support for Matplotlib
 PYGAME_DESC=	Add Support for PyGame
-
-NO_ARCH=	yes
-USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
 
 ASTROPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR}
 MATPLOTLIB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR}


More information about the svn-ports-all mailing list