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

Explicitly use Qt4 #5

Merged
merged 4 commits into from
Sep 19, 2016
Merged

Explicitly use Qt4 #5

merged 4 commits into from
Sep 19, 2016

Conversation

astrofrog
Copy link
Contributor

@astrofrog astrofrog commented Sep 19, 2016

Qt5 support will work properly with glueviz 0.9

@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 (recipe) and found it was in an excellent condition.

- qtconsole
- xlrd
- scikit-image
- python.app # [osx]
- setuptools
Copy link
Member

Choose a reason for hiding this comment

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

Do we need it at run time too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, for entry point discovery (for plugins)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

(We import pkg_ressources at run-time)

Copy link
Member

Choose a reason for hiding this comment

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

Ah for plugins too. Not just the entry points. Ok.

@@ -10,14 +10,15 @@ source:
md5: 92dd7de2621a6ab6861cc9b689e86c3e

build:
number: 0
number: 1
script: python setup.py install --single-version-externally-managed --record record.txt
osx_is_app: True
Copy link
Member

@jakirkham jakirkham Sep 19, 2016

Choose a reason for hiding this comment

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

Please add the entry points here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jakirkham - the app entry point is already included in the app section lower down - do I need to add it up here too?

Copy link
Contributor Author

@astrofrog astrofrog Sep 19, 2016

Choose a reason for hiding this comment

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

Does it really make sense to duplicate the entry points if they are already in setup.py by the way? (for the non-app ones)

Copy link
Member

Choose a reason for hiding this comment

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

It does as we do not want to include the setuptools-based entry points. This will replace them with conda's. In the long run, maybe using pip will be a better solution, but things are a bit broken on Windows ATM. See this comment for details.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, thanks!

@jakirkham
Copy link
Member

Please add the license file using license_file.

@astrofrog astrofrog merged commit fb75d85 into conda-forge:master Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants