Re: moving py-setuptools in ports broke the installed port, or am I missing something?

2017-03-17 Thread Antoine Brodin
On Fri, Mar 17, 2017 at 10:02 AM, Jason de Cordoba wrote: > Hey there, > > Portmaster broke again from a moved port > You can try: pkg set -n py27-setuptools27:py27-setuptools pkg set -o devel/py-setuptools27:devel/py27-setuptools (from /usr/ports/UPDATING) Chee

Re: USE_PYTHON=concurrent

2015-03-31 Thread Antoine Brodin
ne might need to use uniquefiles to > prevent file conflicts with the multiple packages from this port.) Hi, No, it isn't used as a flag for build tools. USE_PYTHON=concurrent or USES=uniquefiles should be used to install simultaneously a port for 2 versions of python, when those 2

Re: python waf bypasses _MAKE_JOBS number

2015-01-09 Thread Antoine Brodin
ndividual ports using waf. Those ports do not respect ${MAKE_JOBS_NUMBER}, especially when MAKE_JOBS_NUMBER=1. This breaks qemu which is not multi job friendly (people using qemu have DISABLE_MAKE_JOBS=yes which sets MAKE_JOBS_NUMBER to 1). Cheers, Antoine _

Re: /usr/ports/devel/py-gobject3: typo?

2014-12-22 Thread Antoine Brodin
st option for now. Depending on how > the gnome stuff evolves, we may need to look into option two as well. Hi, I think we have to rename the variable passed in DEPEND_ARGS to something else, as PYTHON_VERSION affects negatively all ports using autoconf to detect python. Cheers, Antoine __

Re: svn commit: r371567 - in head/lang/python34: . files

2014-10-28 Thread Antoine Brodin
nfo > head/lang/python34/files/patch-Makefile.pre.in > head/lang/python34/files/patch-Modules-_ctypes-libffi-configure > head/lang/python34/pkg-plist Hi, This fails to build on i386 (_ctypes/libffi erro

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
On Wed, Oct 1, 2014 at 11:17 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin > écrivait : > >> And those 2: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log >> http

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
On Wed, Oct 1, 2014 at 9:13 PM, Thierry Thomas wrote: > Le mer 1 oct 14 à 19:55:09 +0200, Antoine Brodin > écrivait : > >> Hi, > > Hello, > >> 2 others: >> >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Antoine Brodin
20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-obspy-0.9.2_2.log http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-pymc-2.3_2,1.log Cheers, Antoine > > > Thanks Dmitry! > > -- > Th. Thomas. __

Re: svn commit: r369447 - head/math/py-numpy

2014-09-29 Thread Antoine Brodin
On Mon, Sep 29, 2014 at 9:09 PM, Dmitry Sivachenko wrote: > > On 29 сент. 2014 г., at 17:53, Antoine Brodin wrote: > >> On Sun, Sep 28, 2014 at 12:40 PM, Dmitry Sivachenko >> wrote: >>> Author: demon >>> Date: Sun Sep 28 10:40:54 2014 >>> New Rev

Re: svn commit: r369447 - head/math/py-numpy

2014-09-29 Thread Antoine Brodin
nce/py-scipy http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369506/logs/errors/py27-scipy-0.14.0_4.log Cheers, Antoine > > Modified: head/math/py-numpy/Makefile > == > --- head/math/py-nump

Re: svn commit: r369166 - head/lang/cython

2014-09-27 Thread Antoine Brodin
On Sun, Sep 28, 2014 at 2:27 AM, Kubilay Kocak wrote: > On 26/09/2014 2:50 AM, Antoine Brodin wrote: >> On Wed, Sep 24, 2014 at 11:06 AM, Bartek Rutkowski wrote: >>> Author: robak >>> Date: Wed Sep 24 09:06:41 2014 >>> New Revision: 369166 >>> U

Re: svn commit: r369166 - head/lang/cython

2014-09-25 Thread Antoine Brodin
369213/logs/errors/py27-kivy-1.8.0_1.log http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369213/logs/errors/py27-tables-3.0.0_4.log Cheers, Antoine ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: svn commit: r361263 - in head: . Mk

2014-07-20 Thread Antoine Brodin
gression after this commit, more than 200 python modules that use USE_PYDISTUTILS=yes but don't use autoplist orphan their egginfo. Cheers, Antoine > > Modified: > head/CHANGES > head/Mk/bsd.pyt

Re: python3 meta port and python34

2014-06-02 Thread Antoine Brodin
On Mon, Jun 2, 2014 at 5:34 PM, Antoine Brodin wrote: > Hi there, > > I see that the default version of python 3 has been switched to 3.4. > There are a few issues with the python3 meta port: > > /usr/local/bin/python-shared3@ -> python-shared3.4 > /usr/local/bin/python-s

python3 meta port and python34

2014-06-02 Thread Antoine Brodin
usr/local/bin/python3-config@ -> python3.4-config /usr/local/bin/python3.4* /usr/local/bin/python3.4m* /usr/local/bin/python3.4m-config* Cheers, Antoine ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

bsd.python.mk patch for review

2014-05-02 Thread Antoine Brodin
Hi there, Currently default python versions are inconsistent: - python 3.3 is the default python3 version - python 3.4 is preferred over python 3.3 when a port needs a python version in a specific range The patch below should address this, please review/test. Cheers, Antoine Index: Mk

Re: Make python27 build as an unprivileged user

2014-04-04 Thread Antoine Brodin
On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: >> koobs' new python34 port (not committed yet) packages fine as non >> root, so it seems doable. > > Sorry but I don't see how that's relevant. Python

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
On Thu, Apr 3, 2014 at 9:24 PM, Julio Merino wrote: > On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: >> On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: >> > Hello, >> > >> > I needed the patch below to be able to build python27 when usin

Re: Make python27 build as an unprivileged user

2014-04-03 Thread Antoine Brodin
o commit.) Hi, It's better to understand and fix the cause of the failure as non-root than putting NEED_ROOT. Cheers, Antoine (with hat: portmgr) ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pyth

Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory

2014-03-01 Thread antoine
Synopsis: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:44:46 UTC 2014 State-Changed-Why: A pa

Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory

2014-03-01 Thread antoine
Synopsis: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:43:38 UTC 2014 State-Changed-Why: A pa

Python and clang 3.4

2014-02-19 Thread Antoine Brodin
_is_gcc(compiler): + return ["-Wl,+s", "-L" + dir] Cheers, Antoine ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: shebang problem with python, Was: [REL - head-i386-default][databases/postgresql-libpqxx] Failed for postgresql-libpqxx-4.0.1 in build

2014-02-13 Thread Antoine Brodin
nstall the lang/python meta port. > > How is this supposed to work? Hi, You can use python_CMD= ${PYTHON_CMD} (currently installed python file name) Since it's only a build dependency and the splitconfig file is not packaged this shouldn't be a problem. Cheers, Ant

Re: ports/154366: [patch] devel/py-pefile: update to 1.2.10-93

2011-01-29 Thread antoine
Synopsis: [patch] devel/py-pefile: update to 1.2.10-93 Responsible-Changed-From-To: antoine->freebsd-python Responsible-Changed-By: antoine Responsible-Changed-When: Sat Jan 29 09:44:08 UTC 2011 Responsible-Changed-Why: I approve this patch. Please commit it. http://www.freebsd.org/cgi/qu

Re: ports/152072: [patch] devel/py-pefile: update to 1.2.10-89

2010-11-09 Thread antoine
Synopsis: [patch] devel/py-pefile: update to 1.2.10-89 Responsible-Changed-From-To: antoine->freebsd-python Responsible-Changed-By: antoine Responsible-Changed-When: Tue Nov 9 18:57:21 UTC 2010 Responsible-Changed-Why: I approve this update, please commit it. FYI the setup.py patch is to prev