View | Details | Raw Unified | Return to bug 210278
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 81-86 Link Here
81
    SUBDIR += py-RO
81
    SUBDIR += py-RO
82
    SUBDIR += py-aipy
82
    SUBDIR += py-aipy
83
    SUBDIR += py-astLib
83
    SUBDIR += py-astLib
84
    SUBDIR += py-astropy
84
    SUBDIR += py-pyfits
85
    SUBDIR += py-pyfits
85
    SUBDIR += py-pymetar
86
    SUBDIR += py-pymetar
86
    SUBDIR += pyephem
87
    SUBDIR += pyephem
(-)py-astropy/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: nwhitehorn
2
# $FreeBSD$
3
4
PORTNAME=	astropy
5
PORTVERSION=	1.1.2
6
CATEGORIES=	astro
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	nwhitehorn@FreeBSD.org
11
COMMENT=	Community-developed python astronomy tools
12
13
LICENSE=	BSD
14
15
BUILD_DEPENDS=	${PYNUMPY}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
CONFLICTS=	py-pyfits
18
19
USES=		python
20
USE_PYTHON=	autoplist distutils
21
22
.include <bsd.port.mk>
(-)py-astropy/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1465919806
2
SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1
3
SIZE (astropy-1.1.2.tar.gz) = 8059713
(-)py-astropy/pkg-descr (+3 lines)
Line 0 Link Here
1
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.
2
3
WWW: http://www.astropy.org
(-)py-pyfits/Makefile (+1 lines)
Lines 18-23 Link Here
18
		${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:${PORTSDIR}/devel/py-stsci.distutils
18
		${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:${PORTSDIR}/devel/py-stsci.distutils
19
RUN_DEPENDS=	${PYNUMPY} \
19
RUN_DEPENDS=	${PYNUMPY} \
20
		${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1
20
		${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1
21
CONFLICTS=	py-astropy*
21
22
22
USES=		python
23
USES=		python
23
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils

Return to bug 210278