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
Emmanuelle Sarrazin
orfeotoolbox-recipes
Commits
0118bd22
Unverified
Commit
0118bd22
authored
Apr 15, 2019
by
Chris Ostrouchov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding python-moa package
parent
26f4e4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
recipes/python-moa/meta.yaml
recipes/python-moa/meta.yaml
+43
-0
No files found.
recipes/python-moa/meta.yaml
0 → 100644
View file @
0118bd22
{
%
set name = "python-moa" %
}
{
%
set version = "0.5.1" %
}
package
:
name
:
{{
name|lower
}}
version
:
{{
version
}}
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
006c7477d6a507b62497fa18c2af46d56c85f83c0fa0e6f129e6fe673aa48c7a
build
:
noarch
:
python
number
:
0
# need to touch package files since zip cannot handle timestamps < 1980
script
:
"
find
-type
f
-exec
touch
{}
+
&&
{{
PYTHON
}}
-m
pip
install
.
--no-deps
-vv"
requirements
:
host
:
-
python >=3.5.*
-
pip
-
astunparse
run
:
-
python >=3.5.*
-
graphviz
-
astunparse
test
:
imports
:
-
moa
about
:
home
:
http://github.com/Quansight-Labs/python-moa
license
:
BSD-3-Clause
license_family
:
BSD
license_file
:
LICENSE
summary
:
'
Python
Mathematics
of
Arrays
(MOA)'
doc_url
:
http://python-moa.readthedocs.io/
dev_url
:
https://github.com/Quansight-Labs/python-moa
extra
:
recipe-maintainers
:
-
costrouc
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