Fwd: [UPDATE] math/py-numpy to 1.9.3

2015-10-05 Thread Dmitry Sivachenko
CCing python@, the maintainer. The patch looks fine for me, feel free to commit if none from python@ objects. Thanks! > Begin forwarded message: > > From: Olivier Duchateau <olivi...@freebsd.org> > Date: 5 октября 2015 г., 22:03:51 GMT+3 > To: Dmitry Sivachenko <de..

Re: Python's configure misunderstand freebsd

2015-02-02 Thread Dmitry Sivachenko
On 2 февр. 2015 г., at 2:36, Baptiste Daroussin b...@freebsd.org wrote: 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

Re: Libffi Dependency

2014-10-29 Thread Dmitry Sivachenko
On 28 окт. 2014 г., at 8:01, Cy Schubert cy.schub...@komquats.com wrote: Hi, Would anyone care to check this out and would anyone object to this being committed? Basically this enables optional (default) dependency on devel/libffi instead of libffi shipped within the python tarballs. The

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

2014-10-28 Thread Dmitry Sivachenko
On 28 окт. 2014 г., at 12:29, Antoine Brodin anto...@freebsd.org wrote: On Mon, Oct 27, 2014 at 12:54 PM, Dmitry Sivachenko de...@freebsd.org wrote: Author: demon Date: Mon Oct 27 12:54:04 2014 New Revision: 371567 URL: https://svnweb.freebsd.org/changeset/ports/371567 QAT: https

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

2014-10-28 Thread Dmitry Sivachenko
On 28 окт. 2014 г., at 12:38, Antoine Brodin anto...@freebsd.org wrote: On Tue, Oct 28, 2014 at 9:30 AM, Dmitry Sivachenko de...@freebsd.org wrote: On 28 окт. 2014 г., at 12:29, Antoine Brodin anto...@freebsd.org wrote: On Mon, Oct 27, 2014 at 12:54 PM, Dmitry Sivachenko de

RFC: python34 update to 3.4.2

2014-10-19 Thread Dmitry Sivachenko
Hello, Please find below the proposed update for python34 port. py34.diff Description: Binary data ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to

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

2014-10-04 Thread Dmitry Sivachenko
If there are no more similar build logs, may be we fix these by adding LDFLAGS=-shared? On 02 окт. 2014 г., at 1:17, Thierry Thomas thie...@freebsd.org wrote: Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin anto...@freebsd.org écrivait : And those 2:

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

2014-09-30 Thread Dmitry Sivachenko
On 30 сент. 2014 г., at 11:46, thie...@freebsd.org wrote: Selon Dmitry Sivachenko de...@freebsd.org le mar 30 sep 09:23:17 2014 : Just adding `LDFLAGS+= -shared' fixes it (see the attached patch). I'm not sure if this is related to the patch of numpy or to the upgrade of Gcc 4.7 to 4.8

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

2014-09-29 Thread Dmitry Sivachenko
On 29 сент. 2014 г., at 17:53, Antoine Brodin anto...@freebsd.org wrote: On Sun, Sep 28, 2014 at 12:40 PM, Dmitry Sivachenko de...@freebsd.org wrote: Author: demon Date: Sun Sep 28 10:40:54 2014 New Revision: 369447 URL: http://svnweb.freebsd.org/changeset/ports/369447 QAT: https

Re: Wrong python_CMD in shebangfix?

2014-05-17 Thread Dmitry Sivachenko
Well, so what is the consensus on this? May I commit the proposed patch? On 15 мая 2014 г., at 10:46, Dmitry Sivachenko trtrmi...@gmail.com wrote: On 15 мая 2014 г., at 9:31, Marcus von Appen m...@freebsd.org wrote: On, Wed May 14, 2014, Dmitry Sivachenko wrote: Hello! Imagine

Re: Wrong python_CMD in shebangfix?

2014-05-15 Thread Dmitry Sivachenko
On 15 мая 2014 г., at 9:31, Marcus von Appen m...@freebsd.org wrote: On, Wed May 14, 2014, Dmitry Sivachenko wrote: Hello! Imagine that I have python-2 as default version, so that /usr/local/bin/python points to python2.7 And I have a port which USE_PYTHON=3 and USES=shebangfix

Wrong python_CMD in shebangfix?

2014-05-14 Thread Dmitry Sivachenko
Hello! Imagine that I have python-2 as default version, so that /usr/local/bin/python points to python2.7 And I have a port which USE_PYTHON=3 and USES=shebangfix. It will fix python path as /usr/local/bin/python which is wrong (it should point to python3). I propose the following patch: ---

Re: python33: incorrect pkg-plist

2014-03-04 Thread Dmitry Sivachenko
): No such file or directory ... On 02 марта 2014 г., at 19:32, Dmitry Sivachenko de...@freebsd.org wrote: Hello! Right now, python's include files are listed as follows: %%PYTHON_INCLUDEDIRPYABIVER%%/accu.h But both PYTHON_INCLUDEDIR and PYABIVER contain trailing m: # make -V PLIST_SUB

python33: incorrect pkg-plist

2014-03-02 Thread Dmitry Sivachenko
Hello! Right now, python's include files are listed as follows: %%PYTHON_INCLUDEDIRPYABIVER%%/accu.h But both PYTHON_INCLUDEDIR and PYABIVER contain trailing m: # make -V PLIST_SUB PYVER=3.3 PYMAJOR=3 PYVER_WITHPAT=3.3.3 PYABIVER=m PYTHON_INCLUDEDIR=include/python3.3m ... Thus this

Re: pyhon33 still listed as vulnerable

2014-03-02 Thread Dmitry Sivachenko
I already fixed that yesterday, update your ports tree. 03 марта 2014 г., в 11:05, JEREMY COX jeremy.m@gmail.com написал(а): Hello all, I was having difficulty updating python33 today, even though the vulnerability to python 3.3.3_2 (CVE-2014-1912) was patched. After verifying with

Re: python packages struggling with GCC 4.7

2014-02-24 Thread Dmitry Sivachenko
On 23 февр. 2014 г., at 9:48, Gerald Pfeifer ger...@pfeifer.com wrote: On Thu, 5 Dec 2013, Gerald Pfeifer wrote: On Wed, 4 Dec 2013, William Grzybowski wrote: It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for gfortran. As far as it working for gcc46, it looks like it

Re: [HEADS UP] lang/python removed as implicit port dependency

2013-12-18 Thread Dmitry Sivachenko
On 18 дек. 2013 г., at 21:26, Marcus von Appen m...@freebsd.org wrote: On behalf of the FreeBSD python team, I'd like to announce that the lang/python port has been removed as an implicit port dependency for ports using USE_PYTHON, USE_PYTHON_BUILD and USE_PYTHON_RUN in revision 336850.

Fwd: svn commit: r335043 - in head: . Mk devel devel/py-setuptools devel/py-setuptools/files

2013-11-28 Thread Dmitry Sivachenko
Hello and thank you for your work! Can you install this port on FreeBSD-10 with python3.3? I am observing the following behavior: ‘make install’ hangs: […] /site-packages/setuptools/_backport/hashlib/_sha512.py to _sha512.cpython-33.pyc byte-compiling

py-distribute - py-setuptools

2013-10-29 Thread Dmitry Sivachenko
Hello! It seems py-distribute is now deprecated in favor of… well… fresh version of py-setuptools :) Is there any work going to switch (back) to setuptools? Thanks. ___ freebsd-python@freebsd.org mailing list

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-16 Thread Dmitry Sivachenko
On 16.09.2013, at 19:22, Marcus von Appen m...@freebsd.org 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-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 m...@freebsd.org wrote: On, Mon Aug 26, 2013, Dmitry Sivachenko wrote: Can you please adjust pkg-descr for python, python2, python3 ports to better reflect

Re: ports/178256: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0.

2013-05-20 Thread Dmitry Sivachenko
On 20.05.2013, at 11:18, Rainer Hurling rhur...@gwdg.de wrote: On 20.05.2013 08:21 (UTC+2), de...@freebsd.org wrote: Synopsis: [PATCH] Unbreak math/py-numpy with python 3.3 and update to 1.7.0. State-Changed-From-To: feedback-closed State-Changed-By: demon State-Changed-When: Mon May 20

Re: svn commit: r318575 - in head/math/py-numpy: . files

2013-05-20 Thread Dmitry Sivachenko
On 21.05.2013, at 9:10, Ruslan Makhmatkhanov cvs-...@yandex.ru wrote: John W. O'Brien wrote on 20.05.2013 23:40: The attached patch should fix the bulk of the packing plist problems between pre- and post-PEP-3147 caches. I've smoke tested these with py27 and py33. Improvements are welcome.

Re: [Fwd: python33-3.3.0_2 failed on amd64 9.1-glib]

2013-02-02 Thread Dmitry Sivachenko
On 02.02.2013, at 15:28, Chris Rees utis...@gmail.com wrote: On 1 February 2013 18:51, Dmitry Sivachenko trtrmi...@gmail.com wrote: Upgrade to 9-STABLE and it will package correctly. See http://svnweb.freebsd.org/base?view=revisionrevision=243331 That's great, and I understand that ports

Re: [Fwd: python33-3.3.0_2 failed on amd64 9.1-glib]

2013-02-01 Thread Dmitry Sivachenko
Upgrade to 9-STABLE and it will package correctly. See http://svnweb.freebsd.org/base?view=revisionrevision=243331 On 01.02.2013, at 21:53, Chris Rees utis...@gmail.com wrote: Přeposlaná zpráva [OK, it's not really Pav.]

Re: bsd.python.mk: python3 plist shim

2013-01-23 Thread Dmitry Sivachenko
On 23.01.2013, at 16:29, Ruslan Makhmatkhanov cvs-...@yandex.ru wrote: Hello, I'm planning to apply this patch to Mk/bsd.python.mk soon. It's an nivit's solution from devel/py-virtualenv for changes, introduced in PEP 3147 [1]. It will not affect default packages build, because packages

Re: lang/python33 _dbm.so and _decimal.so fail to build on 9.1-amd64 ?

2013-01-01 Thread Dmitry Sivachenko
On 01.01.2013, at 15:01, Kurt Jaeger p...@opsec.eu wrote: Hi! When building lang/python33, at the end, the following message appears: Failed to build these modules: _dbm _decimal Is someone working on fixes ? This is already fixed. Get fresh RELENG_9 FreeBSD and rebuild

Fwd: svn commit: r309444 - in head: Mk lang/python26 lang/python27 lang/python31 lang/python32 lang/python33

2012-12-23 Thread Dmitry Sivachenko
Hello! I propose to deprecate python31 port. Three versions of python-3 is overkill IMHO. There is only one dependency on python31: x11-toolkits/py31-tkinter I propose to deal with it somehow (I already sent e-mail to maintainer) and either convert it to use fresh python3-X or remove it.

python-3.3

2012-12-19 Thread Dmitry Sivachenko
Hello! Would you mind if I commit patch sent by koobs@ to freebsd-python a while ago to introduce python version 3.3? Thanks. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any

Re: python-3.3

2012-12-19 Thread Dmitry Sivachenko
On 19.12.2012, at 15:53, Kubilay Kocak koobs.free...@gmail.com wrote: On 19/12/2012 9:50 PM, Dmitry Sivachenko wrote: Hello! Would you mind if I commit patch sent by koobs@ to freebsd-python a while ago to introduce python version 3.3? Thanks

Fwd: svn commit: r308089 - head/converters/py-unidecode

2012-12-02 Thread Dmitry Sivachenko
Hello! This should probably be done somewhere in bsd.python.mk, not in each port's Makefile? There is a large number of ports broken that way… Begin forwarded message: From: Ruslan Mahmatkhanov r...@freebsd.org Subject: svn commit: r308089 - head/converters/py-unidecode Date: 2 декабря

bin/python3 symlink for python3X ports

2012-09-26 Thread Dmitry Sivachenko
Hello! It is common to have both python-2 and python-3 packages installed. To help transition it is convenient to have bin/python to point to python-2 binary. Now for every X in python3X we have a bin/python3.X binary. So for every new python3.X release one should change shebang line in

Re: bin/python3 symlink for python3X ports

2012-09-26 Thread Dmitry Sivachenko
On 26.09.2012 13:07, Ruslan Mahmatkhanov wrote: Chris Rees wrote on 26.09.2012 13:03: On 26 Sep 2012 08:13, Dmitry Sivachenko de...@freebsd.org wrote: Hello! It is common to have both python-2 and python-3 packages installed. To help transition it is convenient to have bin/python to point

Re: /usr/local/share/python2.7/Tools permissions

2012-05-21 Thread Dmitry Sivachenko
On 5/21/12 8:38 PM, John Hein wrote: Dmitry Sivachenko wrote at 18:46 +0400 on May 4, 2012: PS: the same permission problem with /usr/local/share/examples/python2.7/ content. On 04.05.2012 18:42, Dmitry Sivachenko wrote: Hello! /usr/local/share/python2.7/Tools

/usr/local/share/python2.7/Tools permissions

2012-05-04 Thread Dmitry Sivachenko
Hello! /usr/local/share/python2.7/Tools directory and all its content has no 'other' permissions: # cd /usr/local/share/python2.7/Tools/ # ls -la total 46 drwxr-x--- 22 root wheel 512 10 апр 03:07 . drwxr-xr-x 3 root wheel 512 3 май 08:42 .. -rw-r--r-- 1 root wheel 1756 10 апр

Re: /usr/local/share/python2.7/Tools permissions

2012-05-04 Thread Dmitry Sivachenko
PS: the same permission problem with /usr/local/share/examples/python2.7/ content. On 04.05.2012 18:42, Dmitry Sivachenko wrote: Hello! /usr/local/share/python2.7/Tools directory and all its content has no 'other' permissions: # cd /usr/local/share/python2.7/Tools/ # ls -la total 46/ drwxr