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

Dependencies by python version #20

Closed
jmcs opened this issue Nov 22, 2016 · 4 comments
Closed

Dependencies by python version #20

jmcs opened this issue Nov 22, 2016 · 4 comments

Comments

@jmcs
Copy link

jmcs commented Nov 22, 2016

It should be possible to set dependencies by Python version to allow installing backported modules only when needed.

@FRidh
Copy link

FRidh commented Nov 22, 2016

Not just different versions of the Python language (and reference implementation) but also for different interpreters like PyPy and Pyston.

@jacebrowning
Copy link

On a similar note, but quite a bit harder, what about different operating systems?

e.g. For running a file watcher I need to install one and only one of pywin32 (Windows) or MacFSEvents (macOS) or pyinotify (Linux).

This is currently accomplished with custom code in setup.py.

@FRidh
Copy link

FRidh commented Nov 22, 2016

@jacebrowning Yes, that as well.

@kennethreitz
Copy link
Contributor

This is for application deployments, and will be used to target one specific operating system, if any.

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

No branches or pull requests

4 participants