Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
Date: Sat, 24 Jun 2017 19:51:12
Message-Id: 1498333864.5a089394f846149c267c3d067792818c982455c5.jlec@gentoo
1 commit: 5a089394f846149c267c3d067792818c982455c5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 19:50:55 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 19:51:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a089394
7
8 dev-python/pandas: Fix quoting for bash safety
9
10 Thanks Arfrever pointing to this
11 Some cosmetic changes in wording
12
13 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=616138
14 Package-Manager: Portage-2.3.3, Repoman-2.3.2
15 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
16
17 dev-python/pandas/pandas-0.17.1.ebuild | 14 +++++++-------
18 dev-python/pandas/pandas-0.19.1.ebuild | 14 +++++++-------
19 dev-python/pandas/pandas-0.20.1.ebuild | 14 +++++++-------
20 dev-python/pandas/pandas-9999.ebuild | 14 +++++++-------
21 4 files changed, 28 insertions(+), 28 deletions(-)
22
23 diff --git a/dev-python/pandas/pandas-0.17.1.ebuild b/dev-python/pandas/pandas-0.17.1.ebuild
24 index 1921db28739..2c56bce2f75 100644
25 --- a/dev-python/pandas/pandas-0.17.1.ebuild
26 +++ b/dev-python/pandas/pandas-0.17.1.ebuild
27 @@ -149,18 +149,18 @@ python_install_all() {
28
29 pkg_postinst() {
30 optfeature "accelerating certain types of NaN evaluations, using specialized cython routines to achieve large speedups." dev-python/bottleneck
31 - optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" >=dev-python/numexpr-2.1
32 + optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" ">=dev-python/numexpr-2.1"
33 optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml
34 optfeature "for msgpack compression using ``blosc``" dev-python/blosc
35 optfeature "necessary for Amazon S3 access" dev-python/boto
36 - optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags >=dev-python/google-api-python-client-1.2.0
37 + optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags ">=dev-python/google-api-python-client-1.2.0"
38 optfeature "Template engine for conditional HTML formatting" dev-python/jinja
39 optfeature "Plotting support" dev-python/matplotlib
40 - optfeature "Needed for Excel I/O" >=dev-python/openpyxl-1.6.1 dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
41 - optfeature "necessary for HDF5-based storage" >=dev-python/pytables-3.2.1
42 + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
43 + optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1"
44 optfeature "R I/O support" dev-python/rpy
45 - optfeature "Needed for parts of :mod:`pandas.stats`" dev-python/statsmodels
46 - optfeature "SQL database support" >=dev-python/sqlalchemy-0.8.1
47 + optfeature "Needed for parts of `pandas.stats`" dev-python/statsmodels
48 + optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
49 optfeature "miscellaneous statistical functions" sci-libs/scipy
50 - optfeature "necessary to use ~pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
51 + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
52 }
53
54 diff --git a/dev-python/pandas/pandas-0.19.1.ebuild b/dev-python/pandas/pandas-0.19.1.ebuild
55 index 3567e5b4491..7274762f71a 100644
56 --- a/dev-python/pandas/pandas-0.19.1.ebuild
57 +++ b/dev-python/pandas/pandas-0.19.1.ebuild
58 @@ -148,18 +148,18 @@ python_install_all() {
59
60 pkg_postinst() {
61 optfeature "accelerating certain types of NaN evaluations, using specialized cython routines to achieve large speedups." dev-python/bottleneck
62 - optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" >=dev-python/numexpr-2.1
63 + optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" ">=dev-python/numexpr-2.1"
64 optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml
65 optfeature "for msgpack compression using ``blosc``" dev-python/blosc
66 optfeature "necessary for Amazon S3 access" dev-python/boto
67 - optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags >=dev-python/google-api-python-client-1.2.0
68 + optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags ">=dev-python/google-api-python-client-1.2.0"
69 optfeature "Template engine for conditional HTML formatting" dev-python/jinja
70 optfeature "Plotting support" dev-python/matplotlib
71 - optfeature "Needed for Excel I/O" >=dev-python/openpyxl-1.6.1 dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
72 - optfeature "necessary for HDF5-based storage" >=dev-python/pytables-3.2.1
73 + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
74 + optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1"
75 optfeature "R I/O support" dev-python/rpy
76 - optfeature "Needed for parts of :mod:`pandas.stats`" dev-python/statsmodels
77 - optfeature "SQL database support" >=dev-python/sqlalchemy-0.8.1
78 + optfeature "Needed for parts of `pandas.stats`" dev-python/statsmodels
79 + optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
80 optfeature "miscellaneous statistical functions" sci-libs/scipy
81 - optfeature "necessary to use ~pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
82 + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
83 }
84
85 diff --git a/dev-python/pandas/pandas-0.20.1.ebuild b/dev-python/pandas/pandas-0.20.1.ebuild
86 index 3195714ae4b..dae875d51c3 100644
87 --- a/dev-python/pandas/pandas-0.20.1.ebuild
88 +++ b/dev-python/pandas/pandas-0.20.1.ebuild
89 @@ -145,18 +145,18 @@ python_install_all() {
90
91 pkg_postinst() {
92 optfeature "accelerating certain types of NaN evaluations, using specialized cython routines to achieve large speedups." dev-python/bottleneck
93 - optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" >=dev-python/numexpr-2.1
94 + optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" ">=dev-python/numexpr-2.1"
95 optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml
96 optfeature "for msgpack compression using ``blosc``" dev-python/blosc
97 optfeature "necessary for Amazon S3 access" dev-python/boto
98 - optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags >=dev-python/google-api-python-client-1.2.0
99 + optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags ">=dev-python/google-api-python-client-1.2.0"
100 optfeature "Template engine for conditional HTML formatting" dev-python/jinja
101 optfeature "Plotting support" dev-python/matplotlib
102 - optfeature "Needed for Excel I/O" >=dev-python/openpyxl-1.6.1 dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
103 - optfeature "necessary for HDF5-based storage" >=dev-python/pytables-3.2.1
104 + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
105 + optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1"
106 optfeature "R I/O support" dev-python/rpy
107 - optfeature "Needed for parts of :mod:`pandas.stats`" dev-python/statsmodels
108 - optfeature "SQL database support" >=dev-python/sqlalchemy-0.8.1
109 + optfeature "Needed for parts of `pandas.stats`" dev-python/statsmodels
110 + optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
111 optfeature "miscellaneous statistical functions" sci-libs/scipy
112 - optfeature "necessary to use ~pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
113 + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
114 }
115
116 diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild
117 index e0274323a5e..3983b5b0fc6 100644
118 --- a/dev-python/pandas/pandas-9999.ebuild
119 +++ b/dev-python/pandas/pandas-9999.ebuild
120 @@ -146,18 +146,18 @@ python_install_all() {
121
122 pkg_postinst() {
123 optfeature "accelerating certain types of NaN evaluations, using specialized cython routines to achieve large speedups." dev-python/bottleneck
124 - optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" >=dev-python/numexpr-2.1
125 + optfeature "accelerating certain numerical operations, using multiple cores as well as smart chunking and caching to achieve large speedups" ">=dev-python/numexpr-2.1"
126 optfeature "needed for pandas.io.html.read_html" dev-python/beautifulsoup:4 dev-python/html5lib dev-python/lxml
127 optfeature "for msgpack compression using ``blosc``" dev-python/blosc
128 optfeature "necessary for Amazon S3 access" dev-python/boto
129 - optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags >=dev-python/google-api-python-client-1.2.0
130 + optfeature "needed for pandas.io.gbq" dev-python/httplib2 dev-python/setuptools dev-python/python-gflags ">=dev-python/google-api-python-client-1.2.0"
131 optfeature "Template engine for conditional HTML formatting" dev-python/jinja
132 optfeature "Plotting support" dev-python/matplotlib
133 - optfeature "Needed for Excel I/O" >=dev-python/openpyxl-1.6.1 dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
134 - optfeature "necessary for HDF5-based storage" >=dev-python/pytables-3.2.1
135 + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlrd dev-python/xlwt
136 + optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1"
137 optfeature "R I/O support" dev-python/rpy
138 - optfeature "Needed for parts of :mod:`pandas.stats`" dev-python/statsmodels
139 - optfeature "SQL database support" >=dev-python/sqlalchemy-0.8.1
140 + optfeature "Needed for parts of `pandas.stats`" dev-python/statsmodels
141 + optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
142 optfeature "miscellaneous statistical functions" sci-libs/scipy
143 - optfeature "necessary to use ~pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
144 + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
145 }