FreeBSD Bugzilla – Attachment 176753 Details for
Bug 214301
[MAINTAINER] math/py-pandas: Update to 0.19.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update math/py-pandas to 0.19.1
patch-math_py-pandas-0.19.1.txt (text/plain), 3.86 KB, created by
John W. O'Brien
on 2016-11-08 00:32:52 UTC
(
hide
)
Description:
Update math/py-pandas to 0.19.1
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2016-11-08 00:32:52 UTC
Size:
3.86 KB
patch
obsolete
>Index: math/py-pandas/Makefile >=================================================================== >--- math/py-pandas/Makefile (revision 425651) >+++ math/py-pandas/Makefile (working copy) >@@ -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 @@ > 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 @@ > # 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 @@ > 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 @@ > 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 @@ > 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 @@ > 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 <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MLXML} || ${PORT_OPTIONS:MHTML5LIB} >Index: math/py-pandas/distinfo >=================================================================== >--- math/py-pandas/distinfo (revision 425651) >+++ math/py-pandas/distinfo (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
john
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214301
: 176753 |
176754
|
176755
|
176756
|
176757
|
176758
|
176759