Re: [CFT] lang/python becoming a python binary wrapper

2013-09-16 Thread Dmitry Sivachenko
On 16.09.2013, at 19:22, Marcus von Appen wrote: > On, Mon Sep 16, 2013, Dmitry Sivachenko wrote: > >> Hello, >> >> Imagine the following scenario: >> I have both python2 and python3 installed. >> I want python2 to be the default version (lang/python port installs >> python -> python2.7, etc).

Re: [CFT] lang/python becoming a python binary wrapper

2013-09-16 Thread Marcus von Appen
On, Mon Sep 16, 2013, Dmitry Sivachenko wrote: > Hello, > > Imagine the following scenario: > I have both python2 and python3 installed. > I want python2 to be the default version (lang/python port installs > python -> python2.7, etc). > > > Then I want to build another port with python3 dependenc

Re: [CFT] lang/python becoming a python binary wrapper

2013-09-16 Thread Dmitry Sivachenko
Hello, Imagine the following scenario: I have both python2 and python3 installed. I want python2 to be the default version (lang/python port installs python -> python2.7, etc). Then I want to build another port with python3 dependency. I put USE_PYTHON=3.3+ in port's Makefile, but it depends on

Re: [CFT] lang/python becoming a python binary wrapper

2013-09-01 Thread David Demelier
On 29.08.2013 19:55, Marcus von Appen wrote: > On, Thu Aug 29, 2013, David Demelier wrote: > >> 2013/8/29 Marcus von Appen : >>> David Demelier : >>> >>> 2013/8/29 Marcus von Appen : > > David Demelier : > > [...] > >> It's weird, I still have some conflicts with the n

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-31 Thread Dmitry Sivachenko
Looks good for me, I would probably say "MINOR version agnostic" for python2 and python3. On 31.08.2013, at 13:37, Marcus von Appen wrote: > On, Mon Aug 26, 2013, Dmitry Sivachenko wrote: > >> Can you please adjust pkg-descr for python, python2, python3 ports to >> better reflect what they do

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-31 Thread Marcus von Appen
On, Mon Aug 26, 2013, Dmitry Sivachenko wrote: > Can you please adjust pkg-descr for python, python2, python3 ports to > better reflect what they do now? > > Thanks! What do you think about """ This is a meta port to the Python interpreter and provides symbolic links to bin/python, bin/pydoc, bi

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread David Demelier
On 29.08.2013 19:55, Marcus von Appen wrote: > On, Thu Aug 29, 2013, David Demelier wrote: > >> 2013/8/29 Marcus von Appen : >>> David Demelier : >>> >>> 2013/8/29 Marcus von Appen : > > David Demelier : > > [...] > >> It's weird, I still have some conflicts with the n

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread Marcus von Appen
On, Thu Aug 29, 2013, David Demelier wrote: > 2013/8/29 Marcus von Appen : > > David Demelier : > > > > > >> 2013/8/29 Marcus von Appen : > >>> > >>> David Demelier : > >>> > >>> [...] > >>> > It's weird, I still have some conflicts with the new wrappers: > > Proceed with installing

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread David Demelier
2013/8/29 Marcus von Appen : > David Demelier : > > >> 2013/8/29 Marcus von Appen : >>> >>> David Demelier : >>> >>> [...] >>> It's weird, I still have some conflicts with the new wrappers: Proceed with installing packages [y/N]: y Checking integrity... Conflict found on pa

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread Marcus von Appen
David Demelier : 2013/8/29 Marcus von Appen : David Demelier : [...] It's weird, I still have some conflicts with the new wrappers: Proceed with installing packages [y/N]: y Checking integrity... Conflict found on path /usr/local/bin/2to3-3 between python2-3(lang/python2) and python3-3(lang

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread David Demelier
2013/8/29 Marcus von Appen : > David Demelier : > > [...] > >> It's weird, I still have some conflicts with the new wrappers: >> >> Proceed with installing packages [y/N]: y >> Checking integrity... >> Conflict found on path /usr/local/bin/2to3-3 between >> python2-3(lang/python2) and python3-3(lan

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread Marcus von Appen
David Demelier : [...] It's weird, I still have some conflicts with the new wrappers: Proceed with installing packages [y/N]: y Checking integrity... Conflict found on path /usr/local/bin/2to3-3 between python2-3(lang/python2) and python3-3(lang/python3) Conflict found on path /usr/local/bin/i

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-29 Thread David Demelier
2013/8/2 Marcus von Appen : > Dear all, > > as discussed previously on this list, users would love to install the > same python for multiple python versions. > > Besides other issues (which I'll summarize in a different mail), one > problem, especially for binary packages, are the "am I the default

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-26 Thread Dmitry Sivachenko
Can you please adjust pkg-descr for python, python2, python3 ports to better reflect what they do now? Thanks! On 17.08.2013, at 12:13, Marcus von Appen wrote: > The relevant UPDATING entry for the change will look like: > > 20130817: > AFFECTS: users of lang/python* > AUTHOR: m...@freebsd

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-25 Thread David Demelier
2013/8/19 Marcus von Appen : > On, Sun Aug 18, 2013, The BSD Dreamer wrote: > > [...] >> What wasn't clear was that this applied to everybody, whether they knowingly >> installed lang/python2* or lang/python3*, or not. Since, installing a port >> that wants the python results in lang/python27 bein

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-19 Thread Marcus von Appen
On, Sun Aug 18, 2013, The BSD Dreamer wrote: [...] > What wasn't clear was that this applied to everybody, whether they knowingly > installed lang/python2* or lang/python3*, or not. Since, installing a port > that wants the python results in lang/python27 being installed by default > (and still d

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-18 Thread The BSD Dreamer
On 2013-08-17 09:55, Marcus von Appen wrote: On 17.08.2013, at 11:22, Kubilay Kocak wrote: On 17/08/2013 7:01 PM, Marcus von Appen wrote: On, Sat Aug 17, 2013, Kubilay Kocak wrote: On 17/08/2013 6:13 PM, Marcus von Appen wrote: The relevant UPDATING entry for the change will look like: 20

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Marcus von Appen
On 17.08.2013, at 11:22, Kubilay Kocak wrote: > On 17/08/2013 7:01 PM, Marcus von Appen wrote: >> On, Sat Aug 17, 2013, Kubilay Kocak wrote: >> >>> On 17/08/2013 6:13 PM, Marcus von Appen wrote: The relevant UPDATING entry for the change will look like: 20130817: AFFECTS:

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Kubilay Kocak
On 17/08/2013 7:01 PM, Marcus von Appen wrote: > On, Sat Aug 17, 2013, Kubilay Kocak wrote: > >> On 17/08/2013 6:13 PM, Marcus von Appen wrote: >>> The relevant UPDATING entry for the change will look like: >>> >>> 20130817: >>> AFFECTS: users of lang/python* >>> AUTHOR: m...@freebsd.org >>> >

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Marcus von Appen
On, Sat Aug 17, 2013, Kubilay Kocak wrote: > On 17/08/2013 6:13 PM, Marcus von Appen wrote: > > The relevant UPDATING entry for the change will look like: > > > > 20130817: > > AFFECTS: users of lang/python* > > AUTHOR: m...@freebsd.org > > > > The lang/python* ports do not install links to

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Kubilay Kocak
On 17/08/2013 6:13 PM, Marcus von Appen wrote: > The relevant UPDATING entry for the change will look like: > > 20130817: > AFFECTS: users of lang/python* > AUTHOR: m...@freebsd.org > > The lang/python* ports do not install links to 2to3, idle, pydoc, python > and other binaries anymore.

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Marcus von Appen
The relevant UPDATING entry for the change will look like: 20130817: AFFECTS: users of lang/python* AUTHOR: m...@freebsd.org The lang/python* ports do not install links to 2to3, idle, pydoc, python and other binaries anymore. Those were moved into the lang/python2 and lang/python3 ports

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-15 Thread Marcus von Appen
Dear all, http://people.freebsd.org/~mva/python-wrapper.diff now contains the following changes: - new lang/python2 port for wrapping lang/python2X creates the following symlinks: bin/2to3 bin/pydoc2 bin/idle2 bin/python2 ... - new lang/python3 port for wrapping lang/python3X bin/2

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-11 Thread David Demelier
2013/8/10 Marcus von Appen : > The diff at http://people.freebsd.org/~mva/python-wrapper.diff was > updated to include additional symlinks to bin/{2|3}, since those > were missing in the previous patch, which could break some ports that > use e.g. bin/python2 or bin/python3 on build time. > > O

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-10 Thread Marcus von Appen
The diff at http://people.freebsd.org/~mva/python-wrapper.diff was updated to include additional symlinks to bin/{2|3}, since those were missing in the previous patch, which could break some ports that use e.g. bin/python2 or bin/python3 on build time. One minor issue remains: lang/python rig

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-03 Thread Marcus von Appen
On, Sat Aug 03, 2013, Marcus von Appen wrote: > On, Fri Aug 02, 2013, Marcus von Appen wrote: > > [...] > > Looks like I missed to attach the diff. Here you go. > > Cheers > Marcus And since the mailing list seems to strip attachements, you can find the diff at http://people.freebsd.org/~mva/pyth

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-03 Thread Marcus von Appen
On, Fri Aug 02, 2013, Marcus von Appen wrote: [...] Looks like I missed to attach the diff. Here you go. Cheers Marcus pgpxQrBQQrh_s.pgp Description: PGP signature

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-02 Thread Marcus von Appen
Marcus von Appen : Dear all, as discussed previously on this list, users would love to install the same python for multiple python versions. Of course this has to be read as "same python _module_" for multiple version... Besides other issues (which I'll summarize in a different mail), one p