Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 18:08:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541774 - head/astro/py-RO
Message-ID:  <202007091808.069I8gBi037736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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