mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them. WWW: http://www.astropy.org PR: 210278 Submitted by: nathanw
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Created by: nwhitehorn
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= astropy
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= astro
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nwhitehorn@FreeBSD.org
|
|
COMMENT= Community-developed python astronomy tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|