ports/156220

2011-04-19 Thread Volodymyr Kostyrko
Hi all. Can anyone review this pr? The maintainer seems to be offline for a long time... -- Sphinx of black quartz judge my vow. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, sen

Re: [RFC] pypy-1.5

2011-06-10 Thread Volodymyr Kostyrko
08.06.2011 22:25, David Naylor wrote: See attached. ENOATTACHMENT Why not just posting link to the archive? -- Sphinx of black quartz judge my vow. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pytho

Re: ports/158850: [Update]lang/python32: update to 3.2.1

2011-07-12 Thread Volodymyr Kostyrko
13.07.2011 06:50, Li-Wen Hsu wrote: I made a very minor change: using %%PYVER_WITHPAT%% in pkg-plist, and prepa= red diff for bsd.python.mk (I'm sure wen@ also has that, just put it to the= public for testing :-) Patches are available from here: http://people.freebsd.org/~lwhsu/

Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Volodymyr Kostyrko
07.08.2011 14:24, Andrey Zonov wrote: Hi, I've got two problems with python's eggs installed from ports. As you know, many eggs install from ports as archives and then unprivileged pseudo-user tries to use them, it's got an error about can't creating PYTHON_EGG_CACHE. That's OK, I've just set e

Re: pypy-1.7

2011-12-21 Thread Volodymyr Kostyrko
18.12.2011 19:01, David Naylor wrote: As of 2011/12/13 pypy-1.7 is in ports (under lang/pypy, thanks lwhsu@). Please uninstall pypy-1.6 before building pypy-1.7, there is a memory leak in pypy-1.6 that prevents it from translating pypy-1.7. lang/python27 still misses -fwrapv patch for clang. -

Re: ports/165451: lang/python27 has incorrect CFLAGS when building with clang resulting in problems with pow() [patch] [redports]

2012-02-24 Thread Volodymyr Kostyrko
The following reply was made to PR ports/165451; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org Cc: Subject: Re: ports/165451: lang/python27 has incorrect CFLAGS when building with clang resulting in problems with pow() [patch] [redports] Date: Fri, 24 Feb

Re: ports/165451: lang/python27 has incorrect CFLAGS when building with clang resulting in problems with pow() [patch] [redports]

2012-02-24 Thread Volodymyr Kostyrko
The following reply was made to PR ports/165451; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org Cc: Subject: Re: ports/165451: lang/python27 has incorrect CFLAGS when building with clang resulting in problems with pow() [patch] [redports] Date: Fri, 24 Feb

Re: ports/167569: [PATCH] database/py-postgresql: new port version

2012-05-04 Thread Volodymyr Kostyrko
The following reply was made to PR ports/167569; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org, willia...@gmail.com Cc: Subject: Re: ports/167569: [PATCH] database/py-postgresql: new port version Date: Fri, 04 May 2012 15:03:33 +0300 This is a multi-part

Re: ports/167569: [PATCH] database/py-postgresql: new port version

2012-05-04 Thread Volodymyr Kostyrko
The following reply was made to PR ports/167569; it has been noted by GNATS. From: Volodymyr Kostyrko To: William Grzybowski Cc: bug-follo...@freebsd.org Subject: Re: ports/167569: [PATCH] database/py-postgresql: new port version Date: Fri, 04 May 2012 15:18:31 +0300 William Grzybowski wrote

Re: ports/167569: [PATCH] database/py-postgresql: new port version

2012-05-04 Thread Volodymyr Kostyrko
The following reply was made to PR ports/167569; it has been noted by GNATS. From: Volodymyr Kostyrko To: William Grzybowski Cc: bug-follo...@freebsd.org Subject: Re: ports/167569: [PATCH] database/py-postgresql: new port version Date: Fri, 04 May 2012 16:27:16 +0300 This is a multi-part

Help with new port: databases/py-Pyrseas

2012-05-29 Thread Volodymyr Kostyrko
Hi all. I had just created new port: http://svn.redports.org/kworr/databases/py-Pyrseas/ But it doesn't seem to work for me: > dbtoyaml Traceback (most recent call last): File "/usr/local/bin/dbtoyaml", line 5, in from pkg_resources import load_entry_point File "build/bdist.freebsd-9.

preparation on moving to py-distribute

2012-06-13 Thread Volodymyr Kostyrko
Hi all. I recently found Pyrseas, a piece of software that I really like to have in ports collection. It's about SQL database definitions and storing them in VCS. Anyone intrested can check http://pyrseas.readthedocs.org/en/latest/overview.html for more details. I created a port for this one

Re: Earlier patch to always install python's eggs as unpacked files

2012-06-15 Thread Volodymyr Kostyrko
Andrey Zonov wrote: Attached patch works for pymongo. Works for me for a number of ports like py-greenlet, py-gevent, py-pytz. -- Sphinx of black quartz judge my vow. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

pr167568 contains full patch

2012-07-07 Thread Volodymyr Kostyrko
Hi all. I'm a port maintainer for devel/py-postgresql, I had already posted full patch for updating this port to latest version (tested with 3.1 and 3.2). Could anyone take care of it, please? http://www.freebsd.org/cgi/query-pr.cgi?pr=167569 -- Sphinx of black quartz judge my vow. __

py-distribute update leftover

2012-10-03 Thread Volodymyr Kostyrko
Hello. Recent py-ditribute update doesn't update easy_install.pth on python2.7: ===>>> The following actions were performed: Re-installation of py27-distribute-0.6.28 # cd /usr/local/lib/python2.7/site-packages/ # cat easy-install.pth import sys; sys.__plen = len(sys.path) ./distribute-

Re: py-distribute update leftover

2012-10-03 Thread Volodymyr Kostyrko
03.10.2012 15:11, Ruslan Mahmatkhanov wrote: Recent py-ditribute update doesn't update easy_install.pth on python2.7: ===>>> The following actions were performed: Re-installation of py27-distribute-0.6.28 # cd /usr/local/lib/python2.7/site-packages/ # cat easy-install.pth import sys; s

Re: py-distribute update leftover

2012-10-03 Thread Volodymyr Kostyrko
03.10.2012 16:19, Ruslan Mahmatkhanov wrote: PPS: This is the only bad thing in switching to py-distribute - everything else works: trac, viewvc, others... The main problem as for me is that this two systems conflicting. And we have some amount of ports that need to be fixed before trying to ev

Re: Earlier patch to always install python's eggs as unpacked files

2013-03-11 Thread Volodymyr Kostyrko
13.06.2012 22:02, Andrey Zonov wrote: Attached patch works for pymongo. This one takes a lot of time to come true... Maybe it would be more practical to add another USE_PYDISTUTILS target like easy_install_unpacked and add some switches down the whole code block? This will make: * everyth

Re: ports/168980: devel/py-distribute fails to install some files

2013-03-27 Thread Volodymyr Kostyrko
26.03.2013 21:45, r...@freebsd.org пишет: Synopsis: devel/py-distribute fails to install some files State-Changed-From-To: open->feedback State-Changed-By: rm State-Changed-When: Tue Mar 26 19:45:33 UTC 2013 State-Changed-Why: Hi Volodymyr, is this still the case? We have a local patch with curr

Re: ports/168980: devel/py-distribute fails to install some files

2013-03-27 Thread Volodymyr Kostyrko
The following reply was made to PR ports/168980; it has been noted by GNATS. From: Volodymyr Kostyrko To: r...@freebsd.org, freebsd-python@FreeBSD.org, bug-follo...@freebsd.org Cc: Subject: Re: ports/168980: devel/py-distribute fails to install some files Date: Wed, 27 Mar 2013 12:00:45 +0200

Re: ports/182332: python packages install packed eggs which makes them unusable for running services

2013-10-23 Thread Volodymyr Kostyrko
23.10.2013 07:23, Kubilay Kocak wrote: Hi Volodymyr, While it is a desirable (and planned) long-terms goal to have consistent behaviour in the ports tree, there is not *yet* a formal or specific documented policy regarding Python module packaging in FreeBSD. And that's bad. A number of maint

Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix

2013-10-30 Thread Volodymyr Kostyrko
The following reply was made to PR ports/183477; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org, kozlov.sergey@gmail.com Cc: Subject: Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix Date: Wed, 30 Oct 2013 15:13:38 +0200 Hi all. I

Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix

2013-10-30 Thread Volodymyr Kostyrko
The following reply was made to PR ports/183477; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org, kozlov.sergey@gmail.com Cc: Subject: Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix Date: Wed, 30 Oct 2013 16:57:32 +0200 No objections

Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix

2013-12-02 Thread Volodymyr Kostyrko
The following reply was made to PR ports/183477; it has been noted by GNATS. From: Volodymyr Kostyrko To: ko...@freebsd.org, bug-follo...@freebsd.org, kozlov.sergey@gmail.com Cc: Subject: Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix Date: Tue, 03 Dec 2013 09:43:42

Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix

2013-12-03 Thread Volodymyr Kostyrko
03.12.2013 10:00, Kubilay Kocak wrote: Thanks for following-up Volodymyr, what would you like to do with this PR? Can we close assuming you'll want to submit a new PR for the next version? Well, I'm not ready to branch the new version yet... So maybe it would be better for now to include this

Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix

2013-12-04 Thread Volodymyr Kostyrko
The following reply was made to PR ports/183477; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org Cc: Subject: Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix Date: Wed, 04 Dec 2013 17:21:44 +0200 To clarify things - I hadn't said t

Re: HEADS-UP and RFC - Adding setuptools as default RUN_DEPENDS

2014-02-13 Thread Volodymyr Kostyrko
13.02.2014 10:11, Kubilay Kocak написав(ла): Two days ago I updated virtualenv, transitioning it away from the deprecated USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes as many other ports have recently. I thought nothing of it until the following report by Scott (cc'd): http://lists.freeb

Re: ports/186192: lang/python27: building python27-2.7.6_1 fails

2014-02-24 Thread Volodymyr Kostyrko
The following reply was made to PR ports/186192; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org, o...@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Mon, 24 Feb 2014 18:57:20 +0200 This one is already fixed in

security/py-cryptography fails to fetch

2015-10-19 Thread Volodymyr Kostyrko
Hi anyone? ===> Cleaning for py27-cryptography-1.0.2 ===> License APACHE20 accepted by the user ===> py27-cryptography-1.0.2 depends on file: /usr/local/sbin/pkg - found => cryptography-1.0.2.tar.gz doesn't seem to exist in /usr/ports/distfiles//. => Attempting to fetch http://pypi.python.o

Re: security/py-cryptography fails to fetch

2015-10-21 Thread Volodymyr Kostyrko
On 20.10.2015 05:15, Kubilay Kocak wrote: On 20/10/2015 5:49 AM, Volodymyr Kostyrko wrote: Hi anyone? >> Latest package update is trivial, maybe pypi fetching changed a little? This appears to work for me: => Attempting to fetch http://pypi.python.org/packages/source/c/cry

Re: Python3, ImportError: No module named '_sqlite3'

2015-11-14 Thread Volodymyr Kostyrko
On 14.11.2015 17:18, Craig Rodrigues wrote: Hi, I did the following on a FreeBSD 10.2 system: pkg install lang/python35 python3.5 -c "import sqlite3" sqlite3 is not part of the "python" package, you can install it from port: databases/py-sqlite3. As there's no specific python3 versions of

Re: ports/137782: databases/py-postgresql (new port) postgresql driver for python, works with python>=3.0

2009-09-06 Thread Volodymyr Kostyrko
The following reply was made to PR ports/137782; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org Cc: Subject: Re: ports/137782: databases/py-postgresql (new port) postgresql driver for python, works with python>=3.0 Date: Sun, 06 Sep 2009 22:41:02 +0

Re: ports/137782: new port: databases/py-postgresql: postgresql driver for python, works with python>=3.0

2009-10-30 Thread Volodymyr Kostyrko
The following reply was made to PR ports/137782; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-follo...@freebsd.org Cc: Subject: Re: ports/137782: new port: databases/py-postgresql: postgresql driver for python, works with python>=3.0 Date: Sat, 31 Oct 2009 00:07:04 +0

Re: [FYI] Fwd: cvs commit: ports UPDATING ports/Mk bsd.python.mk

2011-03-05 Thread Volodymyr Kostyrko
04.03.2011 18:25, Martin Wilke написав(ла): fixed thx. On Sat, Mar 5, 2011 at 12:22 AM, Alex Dupre wrote: Martin Wilke ha scritto: For the Record: Python 2.7 is now default. -_PYTHON_ALLBRANCHES= 2.6 2.5 2.4 2.7 3.1 3.2# preferred first +_PYTHON_ALLBRANCHES= 2.7 2.6

eggs problem

2011-03-13 Thread Volodymyr Kostyrko
Hi all. I recently stumble upon long standing PYTHON_EGG_CACHE problem. There are a lot of questions which I can't address anywhere: 1. Is it secure to use world writable dir for PYTHON_EGG_CACHE? 2. Why there's no default? Because answer to No.1 is no? 3. Can I preinstall unzipped eggs to som