ports/184096: [MAINTAINER] math/py-pandas: Stage-ify and fix Py3k plist
John W. O'Brien
john at saltant.com
Wed Nov 20 00:20:01 UTC 2013
>Number: 184096
>Category: ports
>Synopsis: [MAINTAINER] math/py-pandas: Stage-ify and fix Py3k plist
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 20 00:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: John W. O'Brien
>Release: FreeBSD 9.1-STABLE amd64
>Organization:
Saltant Solutions
>Environment:
System: FreeBSD XXXX.saltant.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r248078: Fri Mar 8 20:36:00 EST 2013 root at XXXX.saltant.net:/usr/obj/usr/src/sys/NIPPL amd64
>Description:
* Enable STAGE capability
* Adopt PY3K plist hack
* While here, recognize new textproc/py-openpyxl port (r326547)
>How-To-Repeat:
N/A
>Fix:
Apply attached patch.
--- patch-math_py-pandas-0.12.0_2.txt begins here ---
Index: /usr/ports/math/py-pandas/Makefile
===================================================================
--- /usr/ports/math/py-pandas/Makefile (revision 334360)
+++ /usr/ports/math/py-pandas/Makefile (working copy)
@@ -2,7 +2,7 @@
PORTNAME= pandas
PORTVERSION= 0.12.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,7 @@
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \
${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt \
+ ${PYTHON_PKGNAMEPREFIX}openpyxl>0:${PORTSDIR}/textproc/py-openpyxl \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \
${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib \
${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
@@ -33,6 +34,7 @@
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
+PYTHON_PY3K_PLIST_HACK= yes
# Uncomment the following line to enable regression-test
# on a headless (X11-less) host (eg: RedPorts)
@@ -44,8 +46,4 @@
${PYTHON_CMD} ${PYSETUP} nosetests \
)
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
Index: /usr/ports/math/py-pandas/files/pkg-message.in
===================================================================
--- /usr/ports/math/py-pandas/files/pkg-message.in (revision 334360)
+++ /usr/ports/math/py-pandas/files/pkg-message.in (working copy)
@@ -8,6 +8,7 @@
matplotlib math/py-matplotlib
xlrd textproc/py-xlrd
xlwt textproc/py-xlwt
+openpyxl textproc/py-openpyxl
To use the HTML table parsing capabilities that are new to 0.12.0, you
will need to install
@@ -27,5 +28,4 @@
bottleneck http://berkeleyanalytics.com/bottleneck/
scikits.statsmodels http://statsmodels.sourceforge.net/
-openpyxl http://bitbucket.org/ericgazoni/openpyxl/wiki/Home
===
--- patch-math_py-pandas-0.12.0_2.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list