Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Commits
fb688ce9
Commit
fb688ce9
authored
7 years ago
by
Matthew Webster
Browse files
Options
Downloads
Patches
Plain Diff
New template for build
parent
d761cd91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.conda/meta.yaml
+34
-30
34 additions, 30 deletions
.conda/meta.yaml
with
34 additions
and
30 deletions
.conda/meta.yaml
+
34
−
30
View file @
fb688ce9
{
%
set data = load_setup_py_data() %
}
package
:
package
:
name
:
'
{{
name
}}'
name
:
fslpy
version
:
'
{{
version
}}'
version
:
{{
data
[
'
version'
]}}
build
:
build
:
noarch
:
python
noarch
:
python
script
:
python setup.py install --single-version-externally-managed --record=record.txt
script
:
python setup.py install --single-version-externally-managed --record=record.txt
source
:
source
:
path
:
path
:
../
../
requirements
:
requirements
:
build
:
build
:
-
python
{{ python }}
-
python
>2
-
setuptools
-
setuptools
-
six 1.*
{
%
for package in data.get('setup_requires'
,
{}
) %
}
-
deprecation 1.*
-
{{
package.lower()
}}
-
numpy 1.*
{
%
endfor %
}
-
scipy >=0.18,<2
-
nibabel 2.*
-
sphinx 1.6.*
-
sphinx_rtd_theme 0.*
-
mock 2.*
-
coverage 4.*
-
pytest 3.*
-
pytest-cov 2.*
-
pytest-runner >=2.*,<=3.*
run
:
run
:
-
python
-
python >2
-
six 1.*
{
%
for package in data.get('install_requires'
,
{}
) %
}
-
deprecation 1.*
-
{{
package.lower()
}}
-
numpy 1.*
{
%
endfor %
}
-
scipy >=0.18,<2
-
nibabel 2.*
run_constrained
:
run_constrained
:
-
indexed_gzip >=0.7.0,<1
{
%
for name
,
pkgs in data.get('extras_require'
,
dict()).items() %
}
-
wxpython >=3.0.2.0,<4.1
{
%
for package in pkgs %
}
-
trimesh >=2.22.28,<3
-
{{
package.lower()
}}
-
rtree
0.8
{
%
endfor %
}
{
%
endfor %
}
{
%
if 'test_suite' in data %
}
test
:
requires
:
{
%
for package in data.get('setup_requires'
,
{}
) %
}
-
{{
package.lower()
}}
{
%
endfor %
}
source_files
:
-
{{
data
[
'
test_suite'
]
}}
commands
:
-
python -m pytest {{ data['test_suite'] }}
{
%
endif %
}
about
:
license_file
:
LICENSE
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment