-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Python 3.0: setup.py install (tip: 2013-06-08) #16
Comments
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): Correct. I was installing (setup.pt install) tip on several versions in |
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): I would not had bothered either, I seconded guessed myself when I noticed "Programming Language :: Python :: 3" and not "Programming Language :: Python :: 2" was in the setup.py |
…orting the patches used by pkgsrc. Fixes #16.
Instead of guessing the filename just refer to the stdlib. This also removes the "_makefile_tmpl" hook added in #16, but 1) It was never implemented by the distro requesting it from what I can see: https://github.com/NetBSD/pkgsrc/blob/586097714897b1b4d4a9/devel/py-setuptools/Makefile#L28 2) The stdlib version should return a proper result as it is patched by the distro requesting the change: https://github.com/NetBSD/pkgsrc/blob/6efa5763ec447864a7d4/lang/python38/patches/patch-Lib_sysconfig.py Also adds a small test checking that the file exists on Unix platforms
Originally reported by: philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown)
On win32 x Python 3.0, "setup.py install" fails with;
The text was updated successfully, but these errors were encountered: