Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 20:16:47 +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: r473228 - head/astro/py-RO
Message-ID:  <201806242016.w5OKGlOx050871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 24 20:16:47 2018
New Revision: 473228
URL: https://svnweb.freebsd.org/changeset/ports/473228

Log:
  Add LICENSE_FILE
  
  - Use PYNUMPY
  - Remove BUILD_DEPENDS
  - Update pkg-descr
  - Update WWW
  - Take maintainership

Modified:
  head/astro/py-RO/Makefile
  head/astro/py-RO/pkg-descr

Modified: head/astro/py-RO/Makefile
==============================================================================
--- head/astro/py-RO/Makefile	Sun Jun 24 20:16:41 2018	(r473227)
+++ head/astro/py-RO/Makefile	Sun Jun 24 20:16:47 2018	(r473228)
@@ -8,20 +8,19 @@ CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Package of Python astronomical utilities
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/docs/License.txt
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/core/numeric.py:math/py-numpy@${PY_FLAVOR}
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PYNUMPY}
 
-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
+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

Modified: head/astro/py-RO/pkg-descr
==============================================================================
--- head/astro/py-RO/pkg-descr	Sun Jun 24 20:16:41 2018	(r473227)
+++ head/astro/py-RO/pkg-descr	Sun Jun 24 20:16:47 2018	(r473228)
@@ -1,4 +1,7 @@
-py-RO is a collection of utilities including general algorithms,
-astronomical transformations and Tkinter widgets.
+RO is a package of python utilities with an emphasis on cross-platform support
+(MacOS X, Windows and unix), Astronomy, Tkinter GUI extensions and
+Tkinter-compatible networking. It was developed to support a telescope user
+interface (TUI).
 
-WWW: http://www.astro.washington.edu/rowen/
+WWW: https://staff.washington.edu/rowen/ROPackage/Overview.html
+WWW: https://github.com/ApachePointObservatory/RO



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