svn commit: r567780 - in head/math/py-pandas: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:32:56 UTC 2021


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
+}
+]


More information about the svn-ports-head mailing list