-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
I'm heaving troubles having it installed without Xcode (only CLT) :
I'm not sure if that's OK as i've not used Python3 before this release. Python2 builds fine without Xcode. |
Hmmm....I dunno. I just changed all the 3.2.x to 3.3.0 and added the correct checksum so I would've thought it would build the same as before.... |
This err is known and is there for the 3.2 version, too (I assume). So in short: python 3.2 and python 3.3 do need Xcode right now (and maybe X11, too) but we can fix this in the next days, when I get to it. |
This should also use pip-1.2 instead of 1.1. Thanks!
|
1.2.1 maybe? |
Oh, yes, right. |
I should change and resubmit? On Mon, Oct 1, 2012 at 9:08 AM, Samuel John [email protected]:
|
Yep, unless you want to wait for tomorrow, when I will apply the changes from python 2.7 formula to 3.2/3. |
I can wait. That's fine.
|
Any news here? |
Please have a look at #15297 and test it, if you can. Feedback welcome. |
@dsr Thanks for your, fast pull request after 3.3 release and sorry, that I was a bit behind with python 3.3 due to some urgent python 2.x issues. I ported the fixes from the python formula to python3 now and then did the version bump. (PR still open) Also in awaiting 3.4 at some point in the future, I introduced a helper variable to easier hop from one to the next 3.x release. |
I've never really committed and then had changes made on top of my commit. Do I need pull your changes @samueljohn ? |
@dsr yep, two possible ways:
|
@samueljohn Waitaminute....brew knows when you're working on a dev branch or something? |
@dsr not sure if I understand your question correctly. Therefore, I describe the general background. Eventually things will get clearer: In the When you So, at any given time, you can The The other (perhaps simpler) method to test a certain pull request is to install from the url directly. Hope this helps. |
@samueljohn Definitely helps. Thanks for taking the time to elaborate. |
It'd be great if someone could double check that I did this correctly. It's working fine locally for me, but I'd like to make sure.