Add LICENSE_FILE
- Use PYNUMPY - Remove BUILD_DEPENDS - Update pkg-descr - Update WWW - Take maintainership
This commit is contained in:
parent
0d60b66759
commit
a95dc41077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473228
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user