svn commit: r454890 - in head/math/py-pandas: . files
Tobias C. Berner
tcberner at FreeBSD.org
Sat Nov 25 18:39:43 UTC 2017
Author: tcberner
Date: Sat Nov 25 18:39:42 2017
New Revision: 454890
URL: https://svnweb.freebsd.org/changeset/ports/454890
Log:
Update math/py-pandas to 0.21.0
PR: 223849
Submitted by: John W. O'Brien <john at saltant.com> (maintainer)
Deleted:
head/math/py-pandas/files/patch-pandas_tests_io_test__html.py
head/math/py-pandas/files/patch-pandas_tests_io_test__sql.py
Modified:
head/math/py-pandas/Makefile
head/math/py-pandas/distinfo
Modified: head/math/py-pandas/Makefile
==============================================================================
--- head/math/py-pandas/Makefile Sat Nov 25 18:20:01 2017 (r454889)
+++ head/math/py-pandas/Makefile Sat Nov 25 18:39:42 2017 (r454890)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pandas
-PORTVERSION= 0.20.1
+DISTVERSION= 0.21.0
CATEGORIES= math devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -94,6 +94,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:w
SUB_FILES= pkg-message
+# Official support for 2.7, 3.5, and 3.6
USES= python
USE_PYTHON= autoplist distutils
Modified: head/math/py-pandas/distinfo
==============================================================================
--- head/math/py-pandas/distinfo Sat Nov 25 18:20:01 2017 (r454889)
+++ head/math/py-pandas/distinfo Sat Nov 25 18:39:42 2017 (r454890)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495907492
-SHA256 (pandas-0.20.1.tar.gz) = 42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190
-SIZE (pandas-0.20.1.tar.gz) = 10307434
+TIMESTAMP = 1509894581
+SHA256 (pandas-0.21.0.tar.gz) = 5cd5cb30e72eeaf202f0e5e180780b897570e889d2db328c689a5a263405c559
+SIZE (pandas-0.21.0.tar.gz) = 11266258
More information about the svn-ports-all
mailing list