2013-02-17 01:01:20 +01:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2010-12-27 02:02:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= RO
|
2015-12-09 02:16:50 +01:00
|
|
|
PORTVERSION= 3.6.9
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 4
|
2010-12-27 02:02:12 +01:00
|
|
|
CATEGORIES= astro python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-06-24 22:16:47 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-12-27 02:02:12 +01:00
|
|
|
COMMENT= Package of Python astronomical utilities
|
|
|
|
|
2014-04-28 16:38:51 +02:00
|
|
|
LICENSE= MIT
|
2018-06-24 22:16:47 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/docs/License.txt
|
2014-04-28 16:38:51 +02:00
|
|
|
|
2018-06-24 22:16:47 +02:00
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2010-12-27 02:02:12 +01:00
|
|
|
|
2020-07-09 20:08:41 +02:00
|
|
|
USES= python:3.5+
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2018-06-24 22:16:47 +02:00
|
|
|
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
|
2010-12-27 02:02:12 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
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}
|
2018-07-29 01:23:46 +02:00
|
|
|
PYGAME_RUN_DEPENDS= ${PYGAME}
|
2010-12-27 02:02:12 +01:00
|
|
|
|
2014-04-05 00:31:25 +02:00
|
|
|
.include <bsd.port.mk>
|