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

Improve pip dependencies parsing #10

Open
ghost opened this issue Aug 5, 2018 · 2 comments
Open

Improve pip dependencies parsing #10

ghost opened this issue Aug 5, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 5, 2018

PIP Package dependencies can require additional dependencies for themself:

"requires_dist": [
      "enum34; python_version<\"3.4\"",
      "configparser; python_version<\"3.2\"",
      "pyflakes >= 1.5.0, < 1.7.0",
      "pycodestyle >= 2.0.0, < 2.4.0",
      "mccabe >= 0.6.0, < 0.7.0"
    ],

For example, configparser requires python version < 3.2. Add ability to save system dependencies of package dependencies or create list of system dependencies for whole package.

@romanrostislavovich
Copy link
Contributor

Also, some package has a range of versions from to

@romanrostislavovich romanrostislavovich added this to the v 1.1.0 milestone Sep 27, 2018
@doroxz-zz doroxz-zz self-assigned this Oct 4, 2018
@doroxz-zz
Copy link
Member

First of all we need to implement this one in dependency schema

@doroxz-zz doroxz-zz removed this from the v 2.0.0 milestone Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants