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: 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: 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 arc...@b1t.name 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

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 c.kw...@gmail.com 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

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

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 c.kw...@gmail.com 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

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 c.kw...@gmail.com 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

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

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

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: *

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)

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;

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

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.

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

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 c.kw...@gmail.com 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

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 c.kw...@gmail.com To: William Grzybowski willia...@gmail.com Cc: bug-follo...@freebsd.org Subject: Re: ports/167569: [PATCH] database/py-postgresql: new port version Date: Fri, 04 May 2012 15:18

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 c.kw...@gmail.com To: William Grzybowski willia...@gmail.com Cc: bug-follo...@freebsd.org Subject: Re: ports/167569: [PATCH] database/py-postgresql: new port version Date: Fri, 04 May 2012 16:27

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 c.kw...@gmail.com 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

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 c.kw...@gmail.com 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

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/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:

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

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

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 Duprea...@freebsd.org 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=