Re: ipython 7.x and ipykernel 5.x

2018-12-05 Thread Ruslan Makhmatkhanov
Hi Steve, Steve Wills wrote on 12/5/18 6:10 PM: Hi, Trying to update devel/py-jupyter_console and devel/py-qtconsole, I found that I need ipython 7.x and ipykernel 5.x. I already created devel/py-prompt_toolkit2 since prompt_toolkit 2.x is incompatible with 1.x. Should I commit separate

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Gerhard Schmidt wrote on 10/17/2016 14:27: Am 17.10.2016 um 12:39 schrieb Ruslan Makhmatkhanov: Gerhard Schmidt wrote on 10/17/2016 11:07: Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: - if port has a build dependency upon python and it can be built both with python2 and python3, force

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Gerhard Schmidt wrote on 10/17/2016 11:07: Am 16.10.2016 um 21:22 schrieb Ruslan Makhmatkhanov: - if port has a build dependency upon python and it can be built both with python2 and python3, force it to build with python3 - if some standalone application can be running both with python2

Re: Introducing python3 into user system

2016-10-17 Thread Ruslan Makhmatkhanov
Vlad K. wrote on 10/17/2016 13:04: Hi all! On 2016-10-17 09:47, Kubilay Kocak wrote: On 17/10/2016 6:22 AM, Ruslan Makhmatkhanov wrote: - if port has a build dependency upon python and it can be built both with python2 and python3, force it to build with python3 - if some standalone

Introducing python3 into user system

2016-10-16 Thread Ruslan Makhmatkhanov
Hi, Python 2.7 will have no upstream support after 2020, and right now it no more getting new features. So I'd want to start poisoning^W introducing python3 into user system via ports tree and here is what I suggest to start to do right now: - if port has a build dependency upon python and

Re: ports/lang/python27 ssl

2016-09-04 Thread Ruslan Makhmatkhanov
Hi Julian, sadly I can't reproduce the behavior in poudriere (both mailman and dnspython are builds fine in 10.3 and 12.0), so it is something in your system environment. And as you correctly noted this is something that is controlled by Mk/* files, not the ports itself. Try to start the

python32 has expired

2016-02-01 Thread Ruslan Makhmatkhanov
Hello, mind I remove expired python32? -- Regards, Ruslan T.O.S. Of Reality ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to

Re: svn commit: r346687 - head/www/py-pastescript

2014-03-02 Thread Ruslan Makhmatkhanov
Bryan Drewery wrote on 02.03.2014 23:14: On 3/1/2014 12:05 PM, Martin Wilke wrote: Author: miwi Date: Sat Mar 1 18:05:46 2014 New Revision: 346687 URL: http://svnweb.freebsd.org/changeset/ports/346687 QAT: https://qat.redports.org/buildarchive/r346687/ Log: - Convert to autoplist -

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

2014-02-13 Thread Ruslan Makhmatkhanov
Kubilay Kocak wrote on 13.02.2014 12:11: 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):

math/py-numpy and WITH_FIXED_FENV

2014-02-12 Thread Ruslan Makhmatkhanov
Hello, does anybody know if WITH_FIXED_FENV in math/py-numpy have any use beside the unsupported FreeBSD versions? It only set in this case: .if (${OSVERSION} = 703100 || \ (${OSVERSION} = 80 ${OSVERSION} = 800502) || \ (${OSVERSION} = 90 ${OSVERSION} = 99)) \ (${ARCH} == i386

Re: ports/186677: [UPDATE] math/py-numpy: update to 1.8.0,1

2014-02-12 Thread Ruslan Makhmatkhanov
Hi, Johannes Meixner wrote on 13.02.2014 11:21: Hi Ruslan, on the numpy note: I forgot to attach to that PR that all ports using Numpy should be PORTREVISION-bumped to have them rebuilt with Numpy 1.8. Could you bump everything that has RUN/LIB/BUILD_DEPENDS on numpy (${NUMPY} shorthand),

Re: PYDISTUTILS_AUTOPLIST question

2014-01-26 Thread Ruslan Makhmatkhanov
Marcus von Appen wrote on 26.01.2014 15:30: On, Sun Jan 26, 2014, Ruslan Makhmatkhanov wrote: Hi, while PYDISTUTILS_AUTOPLIST works smoothly for majority of ports, there is the problem with some of them I come across yesterday. For example, there is the port devel/py

Re: PYDISTUTILS_AUTOPLIST question

2014-01-26 Thread Ruslan Makhmatkhanov
Marcus von Appen wrote on 26.01.2014 18:22: As we can see *.pyc/*.pyo pkg-plist entries were generated for pwreset_constructURL.py despite the fact that byte-compiling had failed. Thanks - I just checked, what exactly happens within the record magic for those cases. distutils (and thus

PYDISTUTILS_AUTOPLIST question

2014-01-25 Thread Ruslan Makhmatkhanov
Hi, while PYDISTUTILS_AUTOPLIST works smoothly for majority of ports, there is the problem with some of them I come across yesterday. For example, there is the port devel/py-Products.PasswordResetTool. If I set there PYDISTUTILS_AUTOPLIST, and try to build, I got packaging error, because

Re: ports/185959: [NEW PORT] www/py-django-auth-ldap: LDAP integration for django.contrib.auth

2014-01-21 Thread Ruslan Makhmatkhanov
The following reply was made to PR ports/185959; it has been noted by GNATS. From: Ruslan Makhmatkhanov cvs-...@yandex.ru To: Alexander Kriventsov a...@vl.ru, freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: ports/185959: [NEW PORT] www/py-django-auth-ldap: LDAP integration

Re: Default PYTHON_PKGNAMEPREFIX and dropping PYTHON_PKGNAMESUFFIX

2014-01-21 Thread Ruslan Makhmatkhanov
Marcus von Appen wrote on 21.01.2014 14:48: Dear all, most python ports, which install into PYTHON_SITELIBDIR or PYTHON_LIBDIR use an explicit PKGNAMEPREFIX assignment to mark the resulting packages as related to a specific python version. The porter's handbook also outlines that ports should

Re: [CFR] lang/python26 removal

2014-01-08 Thread Ruslan Makhmatkhanov
René Ladan wrote on 07.01.2014 00:15: On 01/06/2014 13:09, Ruslan Makhmatkhanov wrote: René Ladan wrote on 06.01.2014 16:00: 2014/1/6 Ruslan Makhmatkhanov cvs-...@yandex.ru: René Ladan wrote on 06.01.2014 15:34: 2014/1/6 Ruslan Makhmatkhanov cvs-...@yandex.ru: René Ladan wrote

Re: [CFR] lang/python26 removal

2014-01-06 Thread Ruslan Makhmatkhanov
René Ladan wrote on 05.01.2014 15:57: Hi, lang/python26 expired a few days ago, so I patched Mk/bsd.pyton.mk to exclude lang/python26 and patched the USE_PYTHON* lines of all ports referring to Python 2.7. You must remove lang/python26 manually to not break INDEX. The patch is available at

Re: [CFR] lang/python26 removal

2014-01-06 Thread Ruslan Makhmatkhanov
René Ladan wrote on 06.01.2014 15:34: 2014/1/6 Ruslan Makhmatkhanov cvs-...@yandex.ru: René Ladan wrote on 05.01.2014 15:57: Hi, lang/python26 expired a few days ago, so I patched Mk/bsd.pyton.mk to exclude lang/python26 and patched the USE_PYTHON* lines of all ports referring to Python 2.7

Re: [CFR] lang/python26 removal

2014-01-06 Thread Ruslan Makhmatkhanov
René Ladan wrote on 06.01.2014 16:00: 2014/1/6 Ruslan Makhmatkhanov cvs-...@yandex.ru: René Ladan wrote on 06.01.2014 15:34: 2014/1/6 Ruslan Makhmatkhanov cvs-...@yandex.ru: René Ladan wrote on 05.01.2014 15:57: Hi, lang/python26 expired a few days ago, so I patched Mk/bsd.pyton.mk

Re: zope related code to be removed from bsd.python.mk

2013-09-23 Thread Ruslan Makhmatkhanov
Marcus von Appen wrote on 22.09.2013 13:12: On, Sun Sep 22, 2013, Ruslan Makhmatkhanov wrote: Marcus von Appen wrote on 22.09.2013 02:55: Dear Zope maintainers, I'd like to get rid of the zope related code in bsd.python.mk and think about moving it into an own Uses file for zope. Thus all

Re: python33-3.3.2 Parser/pgen: Permission denied

2013-05-20 Thread Ruslan Makhmatkhanov
Hi William, jmore...@jmorenov.com.co wrote on 19.05.2013 05:09: http://bugs.python.org/issue18008 [1] Hi I am reporting a bug on: python33-3.3.2 Parser/pgen: Permission denied Can you help on this: Thank's William Moreno Links: -- [1] http://bugs.python.org/issue18008 It seems

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

2013-05-20 Thread Ruslan Makhmatkhanov
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. There is still one remaining problem, which is that the following are

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

2013-05-20 Thread Ruslan Makhmatkhanov
Dmitry Sivachenko wrote on 21.05.2013 09:20: 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

Re: Python 2.x Threading on FreeBSD

2013-05-11 Thread Ruslan Makhmatkhanov
Hi, this change is included into an python update exp-run request: http://www.freebsd.org/cgi/query-pr.cgi?pr=178506 Gabor Pali wrote on 21.04.2013 21:00: Hi there, Recently I ran into an issue where multi-threaded programs with signals cannot be run correctly from a thread in Python 2.x with

Re: Python 2.7.4 Released (but I had touble updating the port)

2013-04-10 Thread Ruslan Makhmatkhanov
Hi Martin, Martin Wilke wrote on 08.04.2013 19:32: I can do it yep. Do you mean exp-run? Should I provide you with something else (may be you need a diff for the changes or it's ok to just point onto github repository)? On Apr 8, 2013, at 11:14 PM, Ruslan Makhmatkhanov cvs-...@yandex.ru

Re: Python 2.7.4 Released (but I had touble updating the port)

2013-04-08 Thread Ruslan Makhmatkhanov
Pedro F. Giffuni wrote on 08.04.2013 08:08: Hello guys; There is a new bugfix release in the 27 series with hundreds of bugfixes: http://hg.python.org/cpython/file/9290822f2280/Misc/NEWS I gave a try at updating the python27 port and it was rather easy to get started (almost all patches apply

Re: Python 2.7.4 Released (but I had touble updating the port)

2013-04-08 Thread Ruslan Makhmatkhanov
Ruslan Makhmatkhanov wrote on 08.04.2013 11:29: Pedro F. Giffuni wrote on 08.04.2013 08:08: Hello guys; There is a new bugfix release in the 27 series with hundreds of bugfixes: http://hg.python.org/cpython/file/9290822f2280/Misc/NEWS I gave a try at updating the python27 port

Re: Python 2.7.4 Released (but I had touble updating the port)

2013-04-08 Thread Ruslan Makhmatkhanov
Pedro F. Giffuni wrote on 08.04.2013 08:08: Hello guys; There is a new bugfix release in the 27 series with hundreds of bugfixes: http://hg.python.org/cpython/file/9290822f2280/Misc/NEWS I just updated all the three python versions, that got newer versions: - lang/python27: 2.7.3 - 2.7.4 -

Re: ports/177350: x11-toolkits/py-qt: [PATCH] fix provided from DragonFly Ports

2013-03-25 Thread Ruslan Makhmatkhanov
Hi John, John Marino wrote on 25.03.2013 20:30: The following reply was made to PR ports/177350; it has been noted by GNATS. From: John Marino dr...@marino.st To: bug-follo...@freebsd.org Cc: Subject: Re: ports/177350: x11-toolkits/py-qt: [PATCH] fix provided from DragonFly Ports Date: Mon,

Re: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9

2013-03-21 Thread Ruslan Makhmatkhanov
Hi, Martin Wilke wrote on 21.03.2013 13:34: Begin forwarded message: From: Portbuild user portbu...@freebsd.org Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 Date: March 21, 2013 5:03:02 PM GMT+08:00 To: er...@freebsd.org, m...@freebsd.org You can also find this build log at

Re: Fwd: py27-scriptaculous-1.8.1.1_2 failed on amd64 9

2013-03-21 Thread Ruslan Makhmatkhanov
Martin Wilke wrote on 21.03.2013 13:34: Begin forwarded message: From: Portbuild user portbu...@freebsd.org Subject: py27-scriptaculous-1.8.1.1_2 failed on amd64 9 Date: March 21, 2013 5:03:02 PM GMT+08:00 To: er...@freebsd.org, m...@freebsd.org You can also find this build log at

Re: can't compile py-ldap2

2013-03-21 Thread Ruslan Makhmatkhanov
Hi, Len Conrad wrote on 21.03.2013 16:23: building '_ldap' extension cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing -fPIC -DHAVE_TLS -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.10 -IModules -I/usr/local/include -I/usr/local/include/sasl

Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14

2013-03-21 Thread Ruslan Makhmatkhanov
The following reply was made to PR ports/177195; it has been noted by GNATS. From: Ruslan Makhmatkhanov cvs-...@yandex.ru To: William Grzybowski willia...@gmail.com Cc: bug-follo...@freebsd.org Subject: Re: ports/177195: [MAINTAINER] www/py-django-tastypie: update to 0.9.14 Date: Thu, 21 Mar

Re: databases/py-sqlite3 breaks due to update in libffi

2013-03-05 Thread Ruslan Makhmatkhanov
Hi, Joseph A. Nagy, Jr wrote on 05.03.2013 11:43: python@ CC'd as listed maintainer for py-sqlite3, please reply-all or make sure I am CC'd in all responses as I'm not subscribed to python@. I can't reproduce. I had libffi-3.0.11 and just updated it to 3.0.12. Then tried to build py-sqlite3

Re: ports/176375: [PATCH] sysutils/py-salt-api: fix build and removal

2013-02-23 Thread Ruslan Makhmatkhanov
The following reply was made to PR ports/176375; it has been noted by GNATS. From: Ruslan Makhmatkhanov cvs-...@yandex.ru To: Geoff Garside free...@geoffgarside.co.uk Cc: bug-follo...@freebsd.org Subject: Re: ports/176375: [PATCH] sysutils/py-salt-api: fix build and removal Date: Sat, 23 Feb 2013

Re: /usr/ports/lang/python26

2013-01-29 Thread Ruslan Makhmatkhanov
tom oakes wrote on 30.01.2013 08:54: I recently did an upgrade from freebsd 8.2 to freebsd 8.3 I did a portsnap fetch ans portsnap update just before I got this error. I tried doing a make in the firefox port directory and got error of packages not upto date. I did a portupgrade -R of those

bsd.python.mk: python3 plist shim

2013-01-23 Thread Ruslan Makhmatkhanov
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 are not yet building for python3 on cluster, but it will affect python

Re: bsd.python.mk: python3 plist shim

2013-01-23 Thread Ruslan Makhmatkhanov
Marcus von Appen wrote on 23.01.2013 20:50: Hi, On, Wed Jan 23, 2013, Ruslan Makhmatkhanov 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

Re: python-3.3

2012-12-19 Thread Ruslan Makhmatkhanov
Dmitry Sivachenko wrote on 19.12.2012 14:50: Hello! Would you mind if I commit patch sent by koobs@ to freebsd-python a while ago to introduce python version 3.3? Thanks. I think it should be committed if it's ok. I planning to work on this at this weekend, but as I said in past if