Re: svn commit: r446864 - head/sysutils/py3-iocage

2017-07-31 Thread Baptiste Daroussin
On Mon, Jul 31, 2017 at 05:03:35PM +0800, Marcelo Araujo wrote: > 2017-07-31 10:35 GMT+08:00 Kubilay Kocak : > > > On 7/31/17 11:16 AM, Marcelo Araujo wrote: > > > > > > > > > 2017-07-30 21:18 GMT+08:00 Adam Weinberger > > >: > > > > > > > On 28 Jul, 2017, at 22:17, Ma

conflict between python2 and python3 breaking blender build with pkgng

2012-03-31 Thread Baptiste Daroussin
Hi, Running exp run with pkgng, I figured out that somewhere in the dependencies of blender there is both python2 and python3 required, the problem is that python2 and python3 are conflicting. pkgng discovers this automatically and fail installing the dependencies needed to build blender saying:

Python conflicting with other python when installed from packages

2012-06-05 Thread Baptiste Daroussin
Hi, With pkgng build on pointyhat I discovered that all the python packages when built on pointyhat, tinderbox or even poudriere all conflicts which each other meaning you can't install multiple python version in parallel without overwritting files with old package system and pkgng just forbid you

[PATCH] finish converting python@ to new options framework

2013-01-06 Thread Baptiste Daroussin
Hi, Here is a patch that convert the latest python@ ports to optionsng http://people.freebsd.org/~bapt/python-convert.diff While here is fixes options handling which was buggy for both. regards, Bapt pgp5cAcw6KiwO.pgp Description: PGP signature

Re: ports/178242: bsd.python.mk injection of @exec easy_install to PLIST creates inappropriate post-install scripts for pkgng

2013-05-30 Thread Baptiste Daroussin
The following reply was made to PR ports/178242; it has been noted by GNATS. From: Baptiste Daroussin To: bug-follo...@freebsd.org, chris.dukes@gmail.com Cc: Subject: Re: ports/178242: bsd.python.mk injection of @exec easy_install to PLIST creates inappropriate post-install scripts for

Re: python 2 and 3 modules

2013-07-29 Thread Baptiste Daroussin
On Mon, Jul 29, 2013 at 01:05:40PM +0200, Marcus von Appen wrote: > > Baptiste Daroussin : > > > On Mon, Jul 29, 2013 at 12:26:24PM +0200, Marcus von Appen wrote: > >> David Demelier : > >> > >> > 2013/7/29 Marcus von Appen : > >> >>

Re: incorrect dependency registration?

2014-09-29 Thread Baptiste Daroussin
On Mon, Sep 29, 2014 at 11:52:50AM +0400, Dmitry Sivachenko wrote: > Hello, > > I am using FreeBSD-10/stable and pkg-1.3.8. > > Consider py-dateutil port, it depends on py-six. > > First, I installed py33-dateutil (with py33-six), for python3. > > Now I install py-dateutil for python2. Upon in

Re: incorrect dependency registration?

2014-10-07 Thread Baptiste Daroussin
On Tue, Oct 07, 2014 at 01:10:56PM +0400, Dmitry Sivachenko wrote: > > On 29 сент. 2014 г., at 12:01, Baptiste Daroussin wrote: > > > On Mon, Sep 29, 2014 at 11:52:50AM +0400, Dmitry Sivachenko wrote: > >> Hello, > >> > >> I am using FreeBSD-10/st

Re: incorrect dependency registration?

2014-10-07 Thread Baptiste Daroussin
On Tue, Oct 07, 2014 at 03:17:24PM +0400, Dmitry Sivachenko wrote: > > On 07 окт. 2014 г., at 13:12, Baptiste Daroussin wrote: > > > On Tue, Oct 07, 2014 at 01:10:56PM +0400, Dmitry Sivachenko wrote: > >> > >> On 29 сент. 2014 г., at 12:01, Baptiste Daroussin

Python's configure misunderstand freebsd

2015-02-01 Thread Baptiste Daroussin
Hi, At FOSDEM I have been reported by Sevan (CCed) that the python's configure scripts thinks it is forbidden to have a lib named libpython2.so.X.Y on FreeBSD which is wrong. Here is a patch that fixes it on python2 unfortunatly as a result that means everything linked to libpython2.so.1 will nee

Re: Python on FreeBSD is slower than on Linux

2015-11-13 Thread Baptiste Daroussin
On Fri, Nov 13, 2015 at 12:36:29PM +1100, Kubilay Kocak wrote: > On 13/11/2015 6:26 AM, Vladimir Bogrecov wrote: > > Hello, > > > > I'm developing a little project on Python 3.5. The server's operating > > system is FreeBSD 10.2. Today I decided to do a little test "just for fun" > > and the resul

Re: Using pkg in documentation

2020-04-27 Thread Baptiste Daroussin
On Mon, Apr 27, 2020 at 08:23:09AM +0200, Miroslav Lachman wrote: > On 2020-04-26 21:37, Muhammad Moinur Rahman wrote: > > What is the way of mentioning about installing a py-package in > > documentation? Let’s say now the default version of python is 3.7 so in > > most of the cases we can write