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

distribute bugfix for numpy not present in setuptools 0.8 #33

Closed
ghost opened this issue Jul 6, 2013 · 3 comments
Closed

distribute bugfix for numpy not present in setuptools 0.8 #33

ghost opened this issue Jul 6, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 6, 2013

Originally reported by: Anonymous


The following issue caused a lot of pain last year:
https://bitbucket.org/tarek/distribute/issue/334/

As of setuptools 0.8b6 it hasn't been merged back into setuptools,
and stuff has begun to break again. Upcoming pip 1.4 requires
0.8 for wheel support, this might end up trapping some users
in a no-win situation (distribute breaks this, setuptools breaks that).


@ghost
Copy link
Author

ghost commented Jul 6, 2013

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Here is the commit that addressed Distribute #334. That line is also present in Setuptools 0.8, so it's not correct to say that the fix hasn't been merged.

@ghost
Copy link
Author

ghost commented Jul 6, 2013

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


Furthermore, I tried replicating the issue, but numpy completed the install and also with pip.

@ghost
Copy link
Author

ghost commented Jul 6, 2013

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


I'm going to close this issue pending additional details about the circumstances. Please provide more details or open another ticket to include steps to reproduce the issue, preferably in a minimal, clean environment.

@ghost ghost closed this as completed Mar 29, 2016
jaraco added a commit that referenced this issue Jan 16, 2021
* Use `extend-ignore` in flake8 config

This option allows to add extra ignored rules to the default list
instead of replacing it.

The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.

Fixes #28.

Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
*
https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore

* Enable complexity limit. Fixes jaraco/skeleton#34.

* Replace pep517.build with build (#37)

* Replace pep517.build with build

Resolves #30

* Prefer simple usage

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>

* Use license_files instead of license_file in meta (#35)

Singular `license_file` is deprecated since wheel v0.32.0.

Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
jaraco added a commit that referenced this issue Apr 24, 2021
Use /O2 compiler option instead of /Ox for MSVC
This issue was closed.
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

0 participants