Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Arthur Vincent
orfeotoolbox-recipes
Commits
75d4c9fd
Commit
75d4c9fd
authored
Apr 16, 2019
by
Travis-CI on github.com/conda-forge/staged-recipes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed recipe (swifter) after converting into feedstock. [ci skip]
parent
cf977645
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
63 deletions
+0
-63
recipes/swifter/LICENSE
recipes/swifter/LICENSE
+0
-21
recipes/swifter/meta.yaml
recipes/swifter/meta.yaml
+0
-42
No files found.
recipes/swifter/LICENSE
deleted
100644 → 0
View file @
cf977645
MIT License
Copyright (c) 2018 Jason Carpenter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
recipes/swifter/meta.yaml
deleted
100644 → 0
View file @
cf977645
{
%
set name = "swifter" %
}
{
%
set version = "0.286" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
b8703ed20105bda1017c7ed3254b62ceeb15e9f88c8c8d7cf2009c1a7edcc3a5
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
-vv
"
requirements
:
host
:
-
pip
-
python
run
:
-
dask >=0.19.0
-
ipywidgets >=7.0.0
-
numba
-
pandas >=0.23.0
-
psutil
-
python
-
tqdm >=4.27.0
test
:
imports
:
-
swifter
about
:
home
:
https://github.com/jmcarpenter2/swifter
license
:
MIT
license_family
:
MIT
license_file
:
LICENSE
summary
:
"
A
package
which
efficiently
applies
any
function
to
a
pandas
dataframe
or
series
in
the
fastest
available
manner."
extra
:
recipe-maintainers
:
-
apcamargo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment