View | Details | Raw Unified | Return to bug 193205 | Differences between
and this patch

Collapse All | Expand All

(-)math/py-pandas/Makefile (-4 / +4 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	pandas
3
PORTNAME=	pandas
4
PORTVERSION=	0.14.1
4
PORTVERSION=	0.14.1
5
PORTREVISION=	1
5
CATEGORIES=	math devel python
6
CATEGORIES=	math devel python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 77-89 Link Here
77
78
78
SUB_FILES=	pkg-message
79
SUB_FILES=	pkg-message
79
80
80
USE_PYTHON=		yes
81
USES=		python
81
USE_PYDISTUTILS=	yes
82
USE_PYTHON=	autoplist concurrent distutils
82
PYDISTUTILS_AUTOPLIST=	yes
83
83
84
# Uncomment the following line to enable regression-test
84
# Uncomment the following line to enable regression-test
85
# on a headless (X11-less) host (eg: RedPorts)
85
# on a headless (X11-less) host (eg: RedPorts)
86
#USES=		display:regression-test
86
#USES+=		display:regression-test
87
87
88
XUNITFILE=	${WRKDIR}/nosetests.xml
88
XUNITFILE=	${WRKDIR}/nosetests.xml
89
NOSE_ENV=	http_proxy=${HTTP_PROXY}
89
NOSE_ENV=	http_proxy=${HTTP_PROXY}

Return to bug 193205