Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
orfeotoolbox-recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Emmanuelle Sarrazin
orfeotoolbox-recipes
Commits
74a7f72a
Commit
74a7f72a
authored
Apr 15, 2019
by
Travis-CI on github.com/conda-forge/staged-recipes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed recipe (paramtools) after converting into feedstock. [ci skip]
parent
18fcf285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
69 deletions
+0
-69
recipes/paramtools/LICENSE.txt
recipes/paramtools/LICENSE.txt
+0
-21
recipes/paramtools/meta.yaml
recipes/paramtools/meta.yaml
+0
-48
No files found.
recipes/paramtools/LICENSE.txt
deleted
100644 → 0
View file @
18fcf285
MIT License
Copyright (c) 2018 Henry Doupe
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/paramtools/meta.yaml
deleted
100644 → 0
View file @
18fcf285
{
%
set name = "paramtools" %
}
{
%
set version = "0.4.1" %
}
package
:
name
:
{{
name|lower
}}
version
:
{{
version
}}
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
1d3c56102039035aa3b6f0ac7e926caac7a29b57d4c6448aafbd2f0b5b7bf8da
build
:
noarch
:
python
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
-vv"
requirements
:
host
:
-
python
-
pip
run
:
-
python
-
marshmallow >=3.0.0rc4
-
numpy
-
python-dateutil >=2.8.0
test
:
imports
:
-
paramtools
-
paramtools.contrib
about
:
home
:
http://github.com/PSLmodels/ParamTools
license
:
MIT
license_family
:
MIT
license_file
:
LICENSE.txt
summary
:
'
Library
for
parameter
processing
and
validation
with
a
focus
on
computational
modeling
projects
'
description
:
|
ParamTools defines the inputs for computational modeling projects,
facilitates updating the default inputs, and validating the inputs.
ParamTools is also used to build GUIs.
doc_url
:
http://paramtools.readthedocs.io/
dev_url
:
https://github.com/PSLmodels/ParamTools
extra
:
recipe-maintainers
:
-
hdoupe
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