Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

update to pypy 5.6, smarter pip installation #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

update to pypy 5.6, smarter pip installation #41

wants to merge 2 commits into from

Conversation

tedder
Copy link

@tedder tedder commented Nov 23, 2016

  • update from 5.1.0 to 5.6.0 (current). File naming scheme changed, instead of pypy-VERSION it is pypy2-vVERSION.
  • change installation process to remove any existing pypy directory. Otherwise reinstalls fail. (this sets up for Test for pip became main check for bootstrap installation #25 nicely)
  • use ensurepip instead of get-pip.py. One less call. As a side effect the copy of get-pip was failing on Ansible v2.2.0, this fixes Doesn't seem to work with ansible > 2.0 #32.
  • add PYTHONPATH to the python wrapper. Allows pypy to use the shipped modules (like ensurepip).

- update from 5.1.0 to 5.6.0 (current). File naming scheme changed, instead of pypy-VERSION it is pypy2-vVERSION.
- change installation process to remove any existing pypy directory. Otherwise reinstalls fail. (this sets up for #25 nicely)
- use ensurepip instead of get-pip.py. One less call. As a side effect the `copy` of get-pip was failing on Ansible v2.2.0, this fi
xes #32.
- add `PYTHONPATH` to the python wrapper. Allows pypy to use the shipped modules (like `ensurepip`).
@goshlanguage
Copy link

@defunctzombie any reason that this wasn't merged or commented on? Just wondering in case pypy2 isn't an acceptable binary.

@defunctzombie
Copy link
Owner

I am not longer maintaining this package. I have repeatedly tried to get the CoreOS folks to take it over since they have users that clearly need this but no luck :( Maybe you should prod them.

@goshlanguage
Copy link

goshlanguage commented Apr 22, 2017

Well so long and thanks for all the fish!
Thank you for your work.

@tedder
Copy link
Author

tedder commented Apr 24, 2017

@defunctzombie can you add collaborators or transfer the repo to some of us?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't seem to work with ansible > 2.0
3 participants