Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:32:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567780 - in head/math/py-pandas: . files
Message-ID:  <202103072232.127MWo5V063365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:32:49 2021
New Revision: 567780
URL: https://svnweb.freebsd.org/changeset/ports/567780

Log:
  Clean up
  
  There is nothing for substitution in pkg-message.

Added:
  head/math/py-pandas/pkg-message
     - copied unchanged from r567779, head/math/py-pandas/files/pkg-message.in
Deleted:
  head/math/py-pandas/files/pkg-message.in
Modified:
  head/math/py-pandas/Makefile

Modified: head/math/py-pandas/Makefile
==============================================================================
--- head/math/py-pandas/Makefile	Sun Mar  7 22:32:44 2021	(r567779)
+++ head/math/py-pandas/Makefile	Sun Mar  7 22:32:49 2021	(r567780)
@@ -23,8 +23,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:
 USES=		python:3.7+
 USE_PYTHON=	autoplist cython distutils
 
-SUB_FILES=	pkg-message
-
 OPTIONS_DEFINE=		MPL SCIPY
 OPTIONS_GROUP=		ACCEL STORAGE HTML EXCEL
 OPTIONS_RADIO=		SQL

Copied: head/math/py-pandas/pkg-message (from r567779, head/math/py-pandas/files/pkg-message.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-pandas/pkg-message	Sun Mar  7 22:32:49 2021	(r567780, copy of r567779, head/math/py-pandas/files/pkg-message.in)
@@ -0,0 +1,8 @@
+[
+{ type: install
+  message: <<EOM
+Install math/py-statsmodels to enable parts of pandas.stats.
+Install devel/py-xarray to enable the to_xarray() function.
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072232.127MWo5V063365>