Date: Sat, 25 Nov 2017 18:39:42 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454890 - in head/math/py-pandas: . files Message-ID: <201711251839.vAPIdgRK069932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711251839.vAPIdgRK069932>