Bug 184096 - [MAINTAINER] math/py-pandas: Stage-ify and fix Py3k plist
Summary: [MAINTAINER] math/py-pandas: Stage-ify and fix Py3k plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 00:20 UTC by John W. O'Brien
Modified: 2013-11-22 13:00 UTC (History)
0 users

See Also:


Attachments
patch-math_py-pandas-0.12.0_2.txt (1.91 KB, patch)
2013-11-20 00:20 UTC, John W. O'Brien
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2013-11-20 00:20:00 UTC
    *   Enable STAGE capability
    *   Adopt PY3K plist hack
    *   While here, recognize new textproc/py-openpyxl port (r326547)

Fix: Apply attached patch.
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-20 00:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-22 12:54:49 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-22 12:54:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-22 12:55:06 UTC
Author: wg
Date: Fri Nov 22 12:54:56 2013
New Revision: 334585
URL: http://svnweb.freebsd.org/changeset/ports/334585

Log:
  math/py-pandas: stagify and add a run dependency
  
  PR:		ports/184096
  Submitted by:	maintainer

Deleted:
  head/math/py-pandas/pkg-plist
Modified:
  head/math/py-pandas/Makefile
  head/math/py-pandas/files/pkg-message.in

Modified: head/math/py-pandas/Makefile
==============================================================================
--- head/math/py-pandas/Makefile	Fri Nov 22 12:54:48 2013	(r334584)
+++ head/math/py-pandas/Makefile	Fri Nov 22 12:54:56 2013	(r334585)
@@ -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 @@ TEST_DEPENDS=	nosetests:${PORTSDIR}/deve
 		${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
@@ -32,6 +33,7 @@ SUB_FILES=	pkg-message
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 PYEASYINSTALL_ARCHDEP=	yes
 
 # Uncomment the following line to enable regression-test
@@ -44,8 +46,4 @@ regression-test: build
 		${PYTHON_CMD} ${PYSETUP} nosetests \
 	)
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/math/py-pandas/files/pkg-message.in
==============================================================================
--- head/math/py-pandas/files/pkg-message.in	Fri Nov 22 12:54:48 2013	(r334584)
+++ head/math/py-pandas/files/pkg-message.in	Fri Nov 22 12:54:56 2013	(r334585)
@@ -8,6 +8,7 @@ pytables	devel/py-tables
 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 @@ Also recommended, but not yet available 
 
 bottleneck		http://berkeleyanalytics.com/bottleneck/
 scikits.statsmodels	http://statsmodels.sourceforge.net/
-openpyxl		http://bitbucket.org/ericgazoni/openpyxl/wiki/Home
 ===
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"