From owner-svn-ports-head@freebsd.org Wed Dec 27 12:29:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 558C0E8A3F7; Wed, 27 Dec 2017 12:29:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 143B863956; Wed, 27 Dec 2017 12:29:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRCTHKx084136; Wed, 27 Dec 2017 12:29:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRCTG1t084134; Wed, 27 Dec 2017 12:29:16 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712271229.vBRCTG1t084134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 27 Dec 2017 12:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457363 - in head/math/py-pandas: . scripts X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math/py-pandas: . scripts X-SVN-Commit-Revision: 457363 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 12:29:18 -0000 Author: wen Date: Wed Dec 27 12:29:16 2017 New Revision: 457363 URL: https://svnweb.freebsd.org/changeset/ports/457363 Log: - Upgrade to 0.21.1 - Remove stale testing bits PR: 224598 Submitted by: john@saltant.com(maintainer) Deleted: head/math/py-pandas/scripts/ Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Wed Dec 27 12:01:12 2017 (r457362) +++ head/math/py-pandas/Makefile Wed Dec 27 12:29:16 2017 (r457363) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -DISTVERSION= 0.21.0 +DISTVERSION= 0.21.1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,25 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} -TEST_DEPENDS:= ${RUN_DEPENDS} \ - nosetests-${PYTHON_VER}:devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bottleneck>0:math/py-bottleneck@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numexpr>=2.4.6:math/py-numexpr@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.2.0:textproc/py-openpyxl@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} -# Note: we cannot include math/py-statsmodels in TEST_DEPENDS because it -# depends upon us for BUILD and RUN. OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL @@ -46,6 +27,9 @@ OPTIONS_GROUP_EXCEL= XLRD XLWT OPENPYXL XLSX OPTIONS_RADIO_SQL= ALCHEMY10 ALCHEMY11 OPTIONS_DEFAULT= BTLNCK NUMEXPR +# Note: we cannot include math/py-statsmodels in *_DEPENDS because it +# depends upon us for BUILD and RUN. + MPL_DESC= Support graphical plotting output via math/py-matplotlib SCIPY_DESC= Support various statistical functions via science/py-scipy BTLNCK_DESC= Accelerate certain NaN evals via math/py-bottleneck @@ -95,26 +79,10 @@ SUB_FILES= pkg-message # Official support for 2.7, 3.5, and 3.6 USES= python -USE_PYTHON= autoplist distutils cython +USE_PYTHON= autoplist distutils -# Uncomment the following line to enable regression-test -# on a headless (X11-less) host (eg: RedPorts) -#USES+= display:regression-test - -XUNITFILE= ${WRKDIR}/nosetests.xml -NOSE_ENV= http_proxy=${HTTP_PROXY} -NOSE_ARGS= ${PORTNAME} --exe --with-xunit --xunit-file=${XUNITFILE} - post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ -name '*.so' -exec ${STRIP_CMD} {} + - -regression-test: build - @(cd ${WRKSRC} && \ - ${PYTHON_CMD} ${PYSETUP} build_ext --inplace && \ - ${PYTHON_CMD} -c 'import pandas.util.print_versions as pv; pv.show_versions()' && \ - ( ${SETENV} ${NOSE_ENV} nosetests-${PYTHON_VER} ${NOSE_ARGS} || ${TRUE} ) && \ - ${PYTHON_CMD} ${SCRIPTDIR}/print_skipped.py ${XUNITFILE} \ - ) .include Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Wed Dec 27 12:01:12 2017 (r457362) +++ head/math/py-pandas/distinfo Wed Dec 27 12:29:16 2017 (r457363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509894581 -SHA256 (pandas-0.21.0.tar.gz) = 5cd5cb30e72eeaf202f0e5e180780b897570e889d2db328c689a5a263405c559 -SIZE (pandas-0.21.0.tar.gz) = 11266258 +TIMESTAMP = 1514141635 +SHA256 (pandas-0.21.1.tar.gz) = c5f5cba88bf0659554c41c909e1f78139f6fce8fa9315a29a23692b38ff9788a +SIZE (pandas-0.21.1.tar.gz) = 11288319