From owner-svn-ports-all@freebsd.org Tue Nov 8 01:57:50 2016 Return-Path: Delivered-To: svn-ports-all@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 D6864C34038; Tue, 8 Nov 2016 01:57:50 +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 B0DBDF70; Tue, 8 Nov 2016 01:57:50 +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 uA81vnaH040114; Tue, 8 Nov 2016 01:57:49 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA81vneu040112; Tue, 8 Nov 2016 01:57:49 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611080157.uA81vneu040112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 8 Nov 2016 01:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425655 - head/math/py-pandas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 01:57:50 -0000 Author: wen Date: Tue Nov 8 01:57:49 2016 New Revision: 425655 URL: https://svnweb.freebsd.org/changeset/ports/425655 Log: - Update to 0.19.1 PR: 214301 Submitted by: john@saltant.com(maintainer) Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Tue Nov 8 00:59:32 2016 (r425654) +++ head/math/py-pandas/Makefile Tue Nov 8 01:57:49 2016 (r425655) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.18.1 +PORTVERSION= 0.19.1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ TEST_DEPENDS:= ${RUN_DEPENDS} \ nosetests-${PYTHON_VER}:devel/py-nose \ cython:lang/cython \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>0:databases/py-sqlalchemy09 \ ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables \ @@ -37,12 +37,14 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ # Note: we cannot include math/py-statsmodels in TEST_DEPENDS because it # depends upon us for BUILD and RUN. -OPTIONS_DEFINE= MPL OPENPYXL SCIPY +OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL +OPTIONS_RADIO= SQL OPTIONS_GROUP_ACCEL= BTLNCK NUMEXPR -OPTIONS_GROUP_STORAGE= BOTO TABLES SQL +OPTIONS_GROUP_STORAGE= BOTO TABLES OPTIONS_GROUP_HTML= LXML HTML5LIB JINJA2 OPTIONS_GROUP_EXCEL= XLRD XLWT OPENPYXL XLSX +OPTIONS_RADIO_SQL= ALCHEMY08 ALCHEMY09 ALCHEMY10 OPTIONS_DEFAULT= BTLNCK NUMEXPR MPL_DESC= Support graphical plotting output via math/py-matplotlib @@ -51,7 +53,6 @@ BTLNCK_DESC= Accelerate certain NaN eval NUMEXPR_DESC= Accelerate certain numerical ops via math/py-numexpr BOTO_DESC= Support Amazon S3 storage via devel/py-boto TABLES_DESC= Support HDF5-based storage via devel/py-tables -SQL_DESC= Support SQL databases via databases/py-sqlalchemy08 LXML_DESC= Parse HTML with devel/py-lxml and www/py-beautifulsoup JINJA2_DESC= Support conditional HTML formatting with devel/py-Jinja2 HTML5LIB_DESC= Parse HTML with www/py-html5lib and www/py-beautifulsoup @@ -59,8 +60,12 @@ OPENPYXL_DESC= Read/write MS Excel 2007+ XLRD_DESC= Read MS Excel with textproc/py-xlrd XLWT_DESC= Write MS Excel with textproc/py-xlwt XLSX_DESC= Write MS Excel with textproc/py-xlsxwriter +ALCHEMY08_DESC= Support SQL databases via databases/py-sqlalchemy08 +ALCHEMY09_DESC= Support SQL databases via databases/py-sqlalchemy09 +ALCHEMY10_DESC= Support SQL databases via databases/py-sqlalchemy10 ACCEL_DESC= Computation Acceleration Add-ons STORAGE_DESC= Data Storage Add-ons +SQL_DESC= SQLAlchemy ORM Add-ons HTML_DESC= HTML Parsing/Generation Add-ons EXCEL_DESC= MS Excel I/O Add-ons @@ -70,7 +75,6 @@ BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:math/py-numexpr BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables -SQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib @@ -80,6 +84,10 @@ XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX XLWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt XLSX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter +ALCHEMY08_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>0:databases/py-sqlalchemy08 +ALCHEMY09_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>0:databases/py-sqlalchemy09 +ALCHEMY10_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10 + .include .if ${PORT_OPTIONS:MLXML} || ${PORT_OPTIONS:MHTML5LIB} Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Tue Nov 8 00:59:32 2016 (r425654) +++ head/math/py-pandas/distinfo Tue Nov 8 01:57:49 2016 (r425655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463318239 -SHA256 (pandas-0.18.1.tar.gz) = d2e483692c7915916dffd1b83256ea9761b4224c8d45646ceddf48b977ee77b2 -SIZE (pandas-0.18.1.tar.gz) = 7283184 +TIMESTAMP = 1478375517 +SHA256 (pandas-0.19.1.tar.gz) = 2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421 +SIZE (pandas-0.19.1.tar.gz) = 8360233