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

Add euporie #14920

Merged
merged 6 commits into from
May 16, 2021
Merged

Add euporie #14920

merged 6 commits into from
May 16, 2021

Conversation

jan-janssen
Copy link
Member

@jan-janssen jan-janssen commented May 15, 2021

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/euporie) and found it was in an excellent condition.

@jan-janssen
Copy link
Member Author

Waiting for conda-forge/pillow-feedstock#93

@jan-janssen
Copy link
Member Author

In the CI environment euporie --help fails with:

Traceback (most recent call last):
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/bin/euporie", line 10, in <module>
    sys.exit(App.launch())
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/euporie/app.py", line 567, in launch
    app = cls()
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/euporie/app.py", line 62, in __init__
    super().__init__(
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/prompt_toolkit/application/application.py", line 314, in __init__
    self._merged_style = self._create_merged_style(include_default_pygments_style)
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/euporie/app.py", line 89, in _create_merged_style
    if self.bg_color:
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/euporie/term.py", line 132, in bg_color
    if result := self._query_term(QueryCodes.background_color):
  File "/home/conda/staged-recipes/build_artifacts/euporie_1621062335329/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.9/site-packages/euporie/term.py", line 83, in _query_term
    tattr = termios.tcgetattr(stdin)
termios.error: (25, 'Inappropriate ioctl for device')

@jan-janssen
Copy link
Member Author

The windows tests fail with:

prompt_toolkit.output.win32.NoConsoleScreenBufferError: No Windows console found. Are you running cmd.exe?

Still as the package is pure python I would prefer it to be a noarch package.

@jan-janssen
Copy link
Member Author

@conda-forge/staged-recipes, ready for review

recipes/euporie/meta.yaml Outdated Show resolved Hide resolved
@chrisburr chrisburr merged commit 6c28cfd into conda-forge:master May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants