Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added xonsh recipe #13

Merged
merged 4 commits into from
Nov 5, 2015
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions recipes/xonsh/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package:
name: xonsh
version: "0.2.2"

source:
url: https://github.com/scopatz/xonsh/archive/0.2.2.zip

build:
script: python setup.py install
entry_points:
- xonsh = xonsh.main:main
skip: True # [py2k]

requirements:
build:
- python
- ply
run:
- python
- ply

test:
requires:
- nose
imports:
- xonsh
commands:
- xonsh -h
nosetests -w tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this is a problem.

Traceback (most recent call last): 
  File "C:\conda\scripts\obvci_conda_build_dir.py", line 15, in <module>
    bld_dir.main()
  File "C:\conda\lib\site-packages\obvci\cli\conda_build_dir.py", line 19, in main
    return Builder.handle_args(args).main()
  File "C:\conda\lib\site-packages\obvci\conda_tools\build_directory.py", line 223, in main
    recipe_metas = self.fetch_all_metas()
  File "C:\conda\lib\site-packages\obvci\conda_tools\build_directory.py", line 196, in fetch_all_metas
    recipe_metas = fetch_metas(conda_recipes_root)
  File "C:\conda\lib\site-packages\obvci\conda_tools\build_directory.py", line 65, in fetch_metas
    packages.append(MetaData(package_dir))
  File "C:\conda\lib\site-packages\conda_build\metadata.py", line 349, in __init__
    self.parse_again()
  File "C:\conda\lib\site-packages\conda_build\metadata.py", line 357, in parse_again
    self.meta = parse(get_contents(self.meta_path))
  File "C:\conda\lib\site-packages\conda_build\metadata.py", line 133, in parse
    res = yamlize(data)
  File "C:\conda\lib\site-packages\conda\utils.py", line 119, in __call__
    value = self.func(*args, **kw)
  File "C:\conda\lib\site-packages\conda_build\metadata.py", line 96, in yamlize
    return yaml.load(data, Loader=BaseLoader)
  File "C:\conda\lib\site-packages\yaml\__init__.py", line 71, in load
    return loader.get_single_data()
  File "C:\conda\lib\site-packages\yaml\constructor.py", line 37, in get_single_data
    node = self.get_single_node()
  File "_yaml.pyx", line 707, in _yaml.CParser.get_single_node (ext/_yaml.c:8308)
  File "_yaml.pyx", line 725, in _yaml.CParser._compose_document (ext/_yaml.c:8581)
  File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9306)
  File "_yaml.pyx", line 890, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:10838) 
  File "_yaml.pyx", line 776, in _yaml.CParser._compose_node (ext/_yaml.c:9306)
  File "_yaml.pyx", line 890, in _yaml.CParser._compose_mapping_node (ext/_yaml.c:10838) 
  File "_yaml.pyx", line 774, in _yaml.CParser._compose_node (ext/_yaml.c:9284)
  File "_yaml.pyx", line 853, in _yaml.CParser._compose_sequence_node (ext/_yaml.c:10333)
  File "_yaml.pyx", line 905, in _yaml.CParser._parse_next_event (ext/_yaml.c:11045) 
yaml.scanner.ScannerError: while scanning a simple key
  in "<unicode string>", line 29, column 3
could not find expected ':'
  in "<unicode string>", line 31, column 1


about:
home: http://xonsh.org/
license: BSD
summary: xonsh is a Python-ish, BASHwards-facing shell.

app:
entry: xonsh
icon: docs/_static/ascii_conch_part_color.png