Re: python32 has expired

2016-02-01 Thread Kubilay Kocak
On 2/02/2016 7:53 AM, Ruslan Makhmatkhanov wrote: > Hello, > > mind I remove expired python32? > No objection from me Ruslan ./koobs ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe,

Re: svn commit: r407751 - head/security/py-m2crypto

2016-02-01 Thread Kubilay Kocak
On 2/02/2016 6:48 AM, Sunpoet Po-Chuan Hsieh wrote: > + > %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.pyc \ > + > %%PYTHON_SITELIBDIR%%/M2Crypto/${PYCACHE_DIR}${PYCACHE_FILE}.${PYOEXTENSION} Hi Sunpoet, This change wasn't mentioned in the commit log. Cou

Re: svn commit: r408523 - in head/devel: . py-should_dsl

2016-02-08 Thread Kubilay Kocak
On 9/02/2016 12:37 PM, Don Lewis wrote: > Author: truckman > Date: Tue Feb 9 01:37:03 2016 > New Revision: 408523 > URL: https://svnweb.freebsd.org/changeset/ports/408523 > > Log: > Add py-should_dsl port: > > Should assertions in Python as clear and readable as possible > > The g

Re: svn commit: r408523 - in head/devel: . py-should_dsl

2016-02-08 Thread Kubilay Kocak
On 9/02/2016 5:42 PM, Don Lewis wrote: > On 9 Feb, Kubilay Kocak wrote: >> On 9/02/2016 12:37 PM, Don Lewis wrote: >>> Author: truckman >>> Date: Tue Feb 9 01:37:03 2016 >>> New Revision: 408523 >>> URL: https://svnweb.freebsd.org/changeset/ports/408

Re: Fwd: Python

2016-03-10 Thread Kubilay Kocak
On 11/03/2016 12:19 AM, Christopher Lozinski wrote: > First thanks for porting Python 3 to FreeBSD. Sorry to make a complaint. > > I am running Freebsd VPS over at rootbsd. They do a great job. > > I installed Python3.4, but Python3.5 did not install correctly. > > It is not critical to me, b

Re: libgfortran.so.3 and python, was: Re: [Bug 196862] [PATCH] x11-toolkits/py-wxPython28: Fail embedding_in_wx5.py - gcc48/libgfortran.so.3 not found

2016-06-19 Thread Kubilay Kocak
04:58 AM, bugzilla-nore...@freebsd.org wrote: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196862 >> >> Kubilay Kocak changed: >> >>What|Removed |Added >> ---

Re: Introducing python3 into user system

2016-10-17 Thread Kubilay Kocak
On 17/10/2016 6:22 AM, Ruslan Makhmatkhanov wrote: > 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 righ

Re: svn commit: r425727 - in head/textproc: . py3-pager

2016-11-08 Thread Kubilay Kocak
On 8/11/2016 9:25 PM, Babak Farrokhi wrote: > +USES=python:3 :3 means depend on the lang/python3 port (a meta port, providing the only the python3 symlink) which is unlikely what is intended. If a python package *only* supports Python 3.x, use USES=python:x.y+ instead, ideally mat

Re: [Bug 202982] port install of python3-3_3 conflicts with python2-2_3 (installs into same place)

2016-11-18 Thread Kubilay Kocak
On 19/11/2016 12:32 AM, Robert_Burmeister wrote: > bugzilla-noreply wrote >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202982 >> >> I'm experiencing the same issue with a new install of FreeBSD 11 >> (amd64). This is preventing me from building XFCE via ports. (I did >> a portsnap update y

Re: svn commit: r426883 - head/math/py-matplotlib

2016-11-22 Thread Kubilay Kocak
On 23/11/2016 4:39 PM, Kurt Jaeger wrote: > +USES=compiler:c++11-lib gettext pkgconfig python:2 > shebangfix uniquefiles:dirs Can you update this to use -2.7 or 2.7 please :2 means depend on the lang/python2 metaport (because the port needs the python2 'symlink'). It does not mea

Re: graphics/py3-cairo cannot find Python.h, but Python.h is present

2016-11-28 Thread Kubilay Kocak
On 27/11/2016 10:50 PM, tech-lists wrote: > On 27/11/2016 11:36, tech-lists wrote: >> also, it's uninstallable from the pkg repo, even though freshports >> suggests it should be: >> >> # pkg install py34-cairo >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up-to-date. >> All r

Re: svn commit: r427907 - in head/databases: . py35-mysqlclient

2016-12-05 Thread Kubilay Kocak
On 6/12/2016 3:28 AM, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Mon Dec 5 16:28:43 2016 > New Revision: 427907 > URL: https://svnweb.freebsd.org/changeset/ports/427907 > > Log: > - Add py35-mysqlclient, python 3.5 variant of py-mysqlclient > > Added: > head/databases/py35-mysqlclient/

Re: svn commit: r427907 - in head/databases: . py35-mysqlclient

2016-12-05 Thread Kubilay Kocak
On 6/12/2016 3:12 PM, Kubilay Kocak wrote: > On 6/12/2016 3:28 AM, Dmitry Marakasov wrote: >> Author: amdmi3 >> Date: Mon Dec 5 16:28:43 2016 >> New Revision: 427907 >> URL: https://svnweb.freebsd.org/changeset/ports/427907 >> >> Log: >> - A

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Kubilay Kocak
On 13/12/2016 9:13 AM, Kyle Evans wrote: > On Mon, Dec 12, 2016 at 3:51 PM, Marcus von Appen > wrote: >> Hi Kyle, >> >>> [snip] >> >> this is a python3 specific change in how python deals with >> optimized bytecode files. We ship .pyc/.pyo files for python2 ports >> and __pycache__ bits for pyth

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Kubilay Kocak
On 13/12/2016 10:08 PM, Vlad K. wrote: > On 2016-12-13 11:59, Kubilay Kocak wrote: >> >> Note that they will be re-created on import unless one overrides >> the default for the interpreter to produce these optimization >> files. > > Depends. Those modules are in

Re: svn commit: r439567 - head/devel/py-ordered-set

2017-04-29 Thread Kubilay Kocak
On 4/28/17 7:12 AM, Antoine Brodin wrote: > +do-test: > + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) > + Another way to do this using an explicit python version that doesn't rely on version-suffixed script names (created either by the framework or provided by upstrea

Re: How to call easy_install argparse after installation

2017-04-29 Thread Kubilay Kocak
On 4/28/17 7:06 PM, Hongjiang Zhang via freebsd-ports wrote: > Hi all, > > I'm trying to create a new ports app, which is a python application > and depends on argparse. For python 2.7, argparse is builtin. > Unfortunately, when the app is starting, it complains: > > pkg_resources.DistributionNo

Re: py-backports.* conflict

2017-05-23 Thread Kubilay Kocak
On 5/24/17 6:47 AM, Andriy Gapon wrote: > > [ping] > > On 18/05/2017 15:40, Andriy Gapon wrote: >> >> After the update of devel/py-backports.functools_lru_cache to 1.4 it started >> to >> conflict with devel/py-backports.shutil_get_terminal_size: >> >> py27-backports.functools_lru_cache-1.4 [Fre

Re: trouble building py3-requests -- dependencies build against wrong version of python.

2017-06-09 Thread Kubilay Kocak
On 6/9/17 11:47 PM, Vick Khera wrote: > I'm trying to build py3-iocage, which has as one dependeny py3-requests. > When building this with poudriere, the py3-requests port somehow causes > py27-chardet to be built instead of py36-chardet, which then results in > py3-requests failing to find the dep

Re: Looking for python-pecan

2017-06-13 Thread Kubilay Kocak
On 6/13/17 5:37 PM, Willem Jan Withagen wrote: > On 12-6-2017 17:09, Dimitry Andric wrote: >> On 12 Jun 2017, at 13:29, Willem Jan Withagen wrote: >>> >>> For one the Ceph port I'm doing I'm going to need python-pecan in het >>> close future. >>> >>> Not sure how this works with python-modules sin

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-06-19 Thread Kubilay Kocak
On 6/19/17 4:31 AM, Steve Kargl wrote: > On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: >> Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle >> trignometric functions cospi, sinpi, and tanpi. When libm (aka >> math.h) grows support for sinpi(x), lang/python27 has a name

Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126

2017-07-10 Thread Kubilay Kocak
On 7/11/17 5:27 AM, Rene Ladan wrote: > Author: rene > Date: Mon Jul 10 19:27:38 2017 > New Revision: 445459 > URL: https://svnweb.freebsd.org/changeset/ports/445459 > > Log: > Remove expired ports: > 2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using > Python 3 instea

Re: svn commit: r445459 - in head: . sysutils sysutils/py-iocage www www/mediawiki126

2017-07-10 Thread Kubilay Kocak
On 7/11/17 4:32 PM, René Ladan wrote: > On 11-07-2017 07:37, Kubilay Kocak wrote: >> On 7/11/17 5:27 AM, Rene Ladan wrote: >>> Author: rene >>> Date: Mon Jul 10 19:27:38 2017 >>> New Revision: 445459 >>> URL: https://svnweb.freebsd.org/changeset/ports/4

Re: svn commit: r446864 - head/sysutils/py3-iocage

2017-07-30 Thread Kubilay Kocak
On 7/31/17 11:16 AM, Marcelo Araujo wrote: > > > 2017-07-30 21:18 GMT+08:00 Adam Weinberger >: > > > On 28 Jul, 2017, at 22:17, Marcelo Araujo > wrote: > > > > Author: araujo > > Date: Sat Jul 29 04:17:31 2017 > > New R

Re: svn commit: r446864 - head/sysutils/py3-iocage

2017-07-31 Thread Kubilay Kocak
On 7/31/17 8:07 PM, Baptiste Daroussin wrote: > On Mon, Jul 31, 2017 at 05:03:35PM +0800, Marcelo Araujo wrote: >> 2017-07-31 10:35 GMT+08:00 Kubilay Kocak : >> >>> On 7/31/17 11:16 AM, Marcelo Araujo wrote: >>>> >>>> >>>> 2017-07-30

Re: svn commit: r446986 - svnadmin/hooks/scripts

2017-07-31 Thread Kubilay Kocak
On 8/1/17 2:32 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Mon Jul 31 16:32:36 2017 > New Revision: 446986 > URL: https://svnweb.freebsd.org/changeset/ports/446986 > > Log: > Allow portmgr overrides for py3- under some (uncodified) conditions: > >- They must be named category/py3-

Re: GNS3 2.0.3

2017-08-05 Thread Kubilay Kocak
On 8/5/17 10:48 PM, W Howard via freebsd-ports wrote: > Dear All, I would like to run the latest GNS3-gui in FreeBSD. > > The ports tree only supports 0.8.7 so I am forced to run GNS3 gui in > a VM and GNS3-server VM in a separate VM and network them together. > > The latest GNS3-gui can be insta

Re: libreoffice-5.3.5.2 would not build for me with Python-2.7

2017-08-08 Thread Kubilay Kocak
On 8/9/17 7:24 AM, Mikhail T. wrote: > I have python=3.6 in my DEFAULT_VERSIONS, but both 2.7 and 3.6 are > installed. > > While trying to build libreoffice, the build attempted to use 2.7 and I > kept getting the compiler errors like this: > >pyuno_util.cxx:43:18: error: no matching function

Re: svn commit: r448347 - in head/audio: . py-jack py-jack/files

2017-08-20 Thread Kubilay Kocak
On 8/20/17 3:51 AM, Richard Gallamore wrote: > Author: ultima > Date: Sat Aug 19 17:51:20 2017 > New Revision: 448347 > URL: https://svnweb.freebsd.org/changeset/ports/448347 > > Log: > PyJack is a module written in C which exposes the Jack API to Python. > For information about Jack see http:

Re: svn commit: r448586 - in head/sysutils/py-salt: . files

2017-08-22 Thread Kubilay Kocak
On 8/23/17 9:02 AM, Ben Woods wrote: > +# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ > +.if ${PYTHON_REL} < 3400 > +RUN_DEPENDS+=${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 > +.endif A heads-up just in case, as it has occurred numerous times in the past and is not immed

Re: svn commit: r449195 - head/security/py-cryptography

2017-09-03 Thread Kubilay Kocak
On 9/3/17 8:28 PM, Rene Ladan wrote: > Author: rene > Date: Sun Sep 3 10:28:00 2017 > New Revision: 449195 > URL: https://svnweb.freebsd.org/changeset/ports/449195 > > Log: > security/py-cryptography: remove support for expired Python 3.3 > > Modified: > head/security/py-cryptography/Makefil

Re: svn commit: r449196 - in head: . databases databases/py33-gdbm databases/py33-sqlite3 devel devel/py3-enum34 devel/py33-setuptools lang lang/python33 x11-toolkits x11-toolkits/py33-tkinter

2017-09-03 Thread Kubilay Kocak
On 9/3/17 8:33 PM, Rene Ladan wrote: > Author: rene > Date: Sun Sep 3 10:33:56 2017 > New Revision: 449196 > URL: https://svnweb.freebsd.org/changeset/ports/449196 > > Log: > Remove Python 3.3 and related ports, it expired today: > 2017-09-01 lang/python33: No longer receives bug fixes, only

Re: svn commit: r449196 - in head: . databases databases/py33-gdbm databases/py33-sqlite3 devel devel/py3-enum34 devel/py33-setuptools lang lang/python33 x11-toolkits x11-toolkits/py33-tkinter

2017-09-04 Thread Kubilay Kocak
On 9/4/17 5:44 PM, René Ladan wrote: > 2017-09-04 5:30 GMT+02:00 Kubilay Kocak <mailto:ko...@freebsd.org>>: > > On 9/3/17 8:33 PM, Rene Ladan wrote: > > Author: rene > > Date: Sun Sep 3 10:33:56 2017 > > New Revision: 449196 > >

Re: svn commit: r449196 - in head: . databases databases/py33-gdbm databases/py33-sqlite3 devel devel/py3-enum34 devel/py33-setuptools lang lang/python33 x11-toolkits x11-toolkits/py33-tkinter

2017-09-04 Thread Kubilay Kocak
On 9/4/17 8:10 PM, Kubilay Kocak wrote: > It is *not* only relevant for 3.3, it is relevant for any python package > (current, or future) that references it as a dependency, orthogonal to > the Python version. To clarify since it's not immediately obvious and wasn't made

Re: Question: How to add a configuration file with autoplist ?

2017-09-24 Thread Kubilay Kocak
On 9/25/17 6:16 AM, Helen Koike wrote: > Hi, > > According to > https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html > , I need to add a @sample macro in pkg-plist to add a configuration file. > > But I am also using USE_PYTHON= autoplist in my Makefile, so I don't > have the p

Re: svn commit: r451109 - in head: . sysutils sysutils/iocage sysutils/py3-iocage

2017-10-08 Thread Kubilay Kocak
On 10/7/17 8:30 PM, Ben Woods wrote: > On 3 October 2017 at 12:01, Jan Beich > wrote: > > Marcelo Araujo writes: > > > Author: araujo > > Date: Tue Oct 3 02:41:32 2017 > > New Revision: 451109 > > URL: https://svnweb.freebsd.org/changeset/ports/45

Re: Files conflicts in ports

2017-10-26 Thread Kubilay Kocak
On 10/26/17 3:58 PM, L.Bartoletti wrote: > Hi Rodrigo, > > Thank you for this precious tool. > > One question, seeing one of my ports which have conflicts > (devel/py-gtfslib > http://pkgtool.osorio.me/conflicts/lbartole...@tuxfamily.org.html). Is > it or not good to install test files? They're

Re: Files conflicts in ports

2017-10-26 Thread Kubilay Kocak
On 10/26/17 11:00 PM, Rodrigo Osorio wrote: > > On 10/26/17 13:45, Kubilay Kocak wrote: >> On 10/26/17 3:58 PM, L.Bartoletti wrote: >>> Hi Rodrigo, >>> >>> Thank you for this precious tool. >>> >>> One question, seeing one of my

Re: What is the preferred MASTER_SITES for python port?

2017-12-11 Thread Kubilay Kocak
On 12/12/2017 1:28 am, Sergey Akhmatov wrote: > Hello. > > Suppose I want to port some python package that exists in the Python > Package Index (PyPI) and has it's source code available on some official > website or github. > > Is there any policy or recommended practice for choosing MASTER_SITES

Re: What is the preferred MASTER_SITES for python port?

2017-12-11 Thread Kubilay Kocak
On 12/12/2017 1:28 am, Sergey Akhmatov wrote: > > I've looked for the answer in Porters Handbook and at > https://wiki.freebsd.org/Python/PortsPolicy but haven't found it. Python Policy wiki page has been updated: https://wiki.freebsd.org/Python/PortsPolicy#MASTER_SITES Thank you for the questi

Re: svn commit: r456182 - in head/devel: . py-bullet3 py-bullet3/files

2017-12-15 Thread Kubilay Kocak
On 13/12/2017 6:13 am, Yuri Victorovich wrote: > Author: yuri > Date: Tue Dec 12 19:13:30 2017 > New Revision: 456182 > URL: https://svnweb.freebsd.org/changeset/ports/456182 > > Log: > New port: devel/py-bullet3: Python version of 3D collision detection > library Bullet > > Approved by:

Re: new portmaster fails to build devel/py-libzfs@py36 because of failing cython

2017-12-15 Thread Kubilay Kocak
On 15/12/2017 8:50 pm, Johan Hendriks wrote: > Hello all. Hi Johan > First of all thank you for the update of portmaster, much appreciated. > > When i am updating my ports, portmaster fails with the following error. > > > Compressing man pages (compress-man) > ===>>> Starting check for runt

Re: Problem building python27-2.7.14_1 on FreeBSD 10.3-RELEASE-p26 #0 r327588

2018-02-27 Thread Kubilay Kocak
On 2/27/18 10:14 PM, David Gessel wrote: > Dear Python > > I am having a new and unexpected build problem with Python: > > Either > root@matanawa:/usr/ports/lang/python # make install clean > or > using portmaster results in > > > ===> Installing for python27-2.7.14_1 > ===> Checking if pytho

Re: Problem building python27-2.7.14_1 on FreeBSD 10.3-RELEASE-p26 #0 r327588

2018-02-28 Thread Kubilay Kocak
al Message > Subject: Re: Problem building python27-2.7.14_1 on FreeBSD 10.3-RELEASE-p26 > #0 r327588 > From: Kubilay Kocak > To: David Gessel , pyt...@freebsd.org > Date: Wed Feb 28 2018 05:14:05 GMT+0300 > >> On 2/27/18 10:14 PM, David Gessel wrote: >>

Re: New Flask ports: Flask-XML-RPC, Flask-Moment, Flask-Mail, Flask-SAML, Flask-Kerberos

2018-03-01 Thread Kubilay Kocak
On 3/2/18 3:04 PM, John W. O'Brien wrote: > Hello FreeBSD Python and koobs, > > These new ports have not gotten any committer love for some time. I > would appreciate any feedback or to have them added to the ports tree. > > 2017-07-07 (koobs took) > net/py-flask-xml-rpc > https://bugs.freebsd.or

Re: svn commit: r463373 - head/lang/python27

2018-03-01 Thread Kubilay Kocak
On 3/2/18 5:31 PM, Antoine Brodin wrote: > Author: antoine > Date: Fri Mar 2 06:31:47 2018 > New Revision: 463373 > URL: https://svnweb.freebsd.org/changeset/ports/463373 > > Log: > Revert r463321, it breaks lang/python27 on at least vanilla FreeBSD 10.x Please also revert r462630 as well (ref

Re: svn commit: r463374 - head/security/nyx

2018-03-01 Thread Kubilay Kocak
On 3/2/18 5:51 PM, Yuri Victorovich wrote: > Author: yuri > Date: Fri Mar 2 06:51:55 2018 > New Revision: 463374 > URL: https://svnweb.freebsd.org/changeset/ports/463374 > > Log: > security/nyx: Add USE_PYTHON=noflavors; Add LICENSE_FILE > > nyx is an app, therefore noflavors. This reason

Re: svn commit: r463374 - head/security/nyx

2018-03-01 Thread Kubilay Kocak
On 3/2/18 6:40 PM, Yuri wrote: > On 03/01/18 23:23, Kubilay Kocak wrote: >> This reason doesn't sound correct. Could you explain this further? > > > If the port can only be used as an app, as opposed to library, multiple > flavors aren't needed. All users care abo

Re: svn commit: r463374 - head/security/nyx

2018-03-02 Thread Kubilay Kocak
On 3/2/18 7:32 PM, Yuri wrote: > On 03/01/18 23:57, Kubilay Kocak wrote: >> 1) Assuming what users care about is risky business. > > > Port has to provide to users functionality that they expect. If port is > an app, executable provides this functionality. Executables based

Re: svn commit: r463374 - head/security/nyx

2018-03-02 Thread Kubilay Kocak
On 3/2/18 8:45 PM, Mathieu Arnold wrote: > On Fri, Mar 02, 2018 at 07:57:51AM +0000, Kubilay Kocak wrote: >> 1) Assuming what users care about is risky business. >> 2) The 'app vs library' distinction is not sound here. It wasn't sound >> for python package pre

Re: svn commit: r463374 - head/security/nyx

2018-03-02 Thread Kubilay Kocak
On 3/2/18 9:03 PM, Kubilay Kocak wrote: > > users care, that software someone does is not in question. ^W---^ > > ./koobs > ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/l

Re: sysutils/ansible and FLAVOR (Python 3.6 support)

2018-05-15 Thread Kubilay Kocak
On 15/05/2018 5:02 pm, Christopher Hall wrote: > Hello everyone, Hi Christopher, > I am looking at which is the best way to modify the sysutils/ansible > port so that it will use Python3.6. Currently it has the "noflavors" > option in the USE_PYTHON line son only a single packages with > Python2.

Re: svn commit: r471040 - in head/devel: . py-pyformance

2018-05-28 Thread Kubilay Kocak
On 28/05/2018 10:42 pm, Vanilla I. Shu wrote: Author: vanilla Date: Mon May 28 12:42:37 2018 New Revision: 471040 URL: https://svnweb.freebsd.org/changeset/ports/471040 Log: Add py-pyformance 0.4, pyFormance is a toolset for performance measurement and statistics. PR: 228527 Su

Re: urllib3 upgrade

2018-06-12 Thread Kubilay Kocak
On 12/06/2018 12:39 am, K.J. Petrie wrote: > Dear friends, > > Are there any plans to upgrade urllib3 to version 1.23, as 1.22 now > fails when run from certbot in some circumstances, preventing > certificate renewal? Details of the change can be found at > https://github.com/urllib3/urllib3/pull/

Re: Problems with numpy and linking with blas libraries

2018-06-24 Thread Kubilay Kocak
On 25/06/2018 11:53 am, Joe Berner wrote: > It seems like there's a history of issues here and different workarounds. > Some keywords would be "GCC_4.6.0", "cblas", possibly "libgfortran". Hi Joe, > I was running into the issue with the most current port revision and after What version of FreeBS

Re: svn commit: r475328 - in head: . math math/py-z3 math/py-z3-solver

2018-07-30 Thread Kubilay Kocak
On 26/07/2018 5:14 am, Yuri Victorovich wrote: > Author: yuri > Date: Wed Jul 25 19:14:54 2018 > New Revision: 475328 > URL: https://svnweb.freebsd.org/changeset/ports/475328 > > Log: > math/py-z3-solver: Rename to math/py-z3 to have a more intuitive name https://pypi.org/project/z3-solver/ - a

Re: svn commit: r475926 - head/devel/py-dateutil

2018-07-31 Thread Kubilay Kocak
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229322 > The maintainer of py-khal is looking for a fix :) Let me know how it goes and if I can do anything to help. > > mfg Tobias > > [1] https://github.com/pimutils/khal/blob/v0.9.x/setup.py#L18 > > On Wed, 1 Aug 2018 at 07:32,

Re: Why are devel/py-setuptools missing -I${LOCALBASE}/include ?

2018-09-20 Thread Kubilay Kocak
On 20/09/2018 6:55 pm, Axel Rau wrote: > Hi all, Hi Axel, > while doing a > pip install ldap0 > I get Standard warning first up: use of pip install as root (without --user) to install third party packages directly into the system site-packages environment is completely unsupported, and *will*

Re: [Resolved] --was: Re: Why are devel/py-setuptools missing -I${LOCALBASE}/include ?

2018-09-22 Thread Kubilay Kocak
Hi Axel, all of that is why I suggested using the existing py-ldap0 port :) Thanks for letting us know it all worked out ./koobs On Sun, 23 Sep. 2018, 6:28 am Axel Rau, wrote: > > > Am 20.09.2018 um 13:59 schrieb Axel Rau : > > > > Am 20.09.2018 um 11:35 schrieb Kubilay K

Re: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved

2018-09-24 Thread Kubilay Kocak
On 24/09/2018 6:08 pm, Viktor Dukhovni wrote: > In /etc/make.conf I have: > > DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 ssl=openssl-devel > > since I want OpenSSL 1.1.0 for most of the ports I build. However, this > disables the py2-m2crypto port, whose Makefile contains: > >

Re: py-m2crypto conflict with openssl-devel (really swig vs. system headers) resolved

2018-09-24 Thread Kubilay Kocak
On 24/09/2018 6:08 pm, Viktor Dukhovni wrote: > In /etc/make.conf I have: > > DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 ssl=openssl-devel > > since I want OpenSSL 1.1.0 for most of the ports I build. However, this > disables the py2-m2crypto port, whose Makefile contains: > >

[PATCH] devel/py-simplejson: update to 2.6.1

2012-08-29 Thread Kubilay Kocak
>Submitter-Id: current-users >Originator:Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 2.6.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release:

Re: py-distribute update leftover

2012-10-03 Thread Kubilay Kocak
On 3/10/2012 11:37 PM, Ruslan Mahmatkhanov wrote: Volodymyr Kostyrko wrote on 03.10.2012 17:30: 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 t

lang/python33 work in progress

2012-10-04 Thread Kubilay Kocak
Hi, Just wanted to everyone know that I have a couple of work-in-progress ports for Python 3.3 that are very close to completion: Changes to bsd.python.mk to support Python 3.3: https://redports.org/browser/koobs/Mk/bsd.python.mk The first port is a verbatim copy of lang/python32 with lzma s

[PATCH] textproc/py-rdflib: update to 3.2.3

2012-10-11 Thread Kubilay Kocak
>Submitter-Id: current-users >Originator:Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] textproc/py-rdflib: update to 3.2.3 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release:

Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more

2012-10-18 Thread Kubilay Kocak
The following reply was made to PR ports/172851; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org Cc: Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more Date: Thu, 18 Oct 2012 23:36:20 +1100 Thanks rm, I noticed it 2

Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more

2012-10-19 Thread Kubilay Kocak
Updated patch against the latest py-supervisor commit attached: - Update minimum required py-meld3 version - Use TEST_DEPENDS for tinderbox builds - Add OPTIONS for unit tests - Add regression-test target [QA] portlint: WARN: possible use of absolute pathname porttest: OK unittest: Ran 7

Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more

2012-10-19 Thread Kubilay Kocak
The following reply was made to PR ports/172851; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org Cc: freebsd-python@FreeBSD.org, Ruslan Mahmatkhanov , Ildar Hizbulin Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more Date

[PATCH] devel/py27-urwid: update to 1.1.1, Add OPTIONSFILE, regression-test target

2012-11-22 Thread Kubilay Kocak
>Submitter-Id: current-users >Originator:Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] devel/py27-urwid: update to 1.1.1, Add OPTIONSFILE, >regression-test target >Severity: non-critical >Priority: low >Category: po

Re: python-3.3

2012-12-19 Thread Kubilay Kocak
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. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: python-3.3

2012-12-19 Thread Kubilay Kocak
On 20/12/2012 12:23 AM, Marcus von Appen wrote: On, Wed Dec 19, 2012, Dmitry Sivachenko wrote: If we commit the port, people start using it and provide feedback. Problems can be fixed after these reports. Now we see patches waiting for months and nothing happens and I smell another half-year po

Re: lang/python33's make test target creates artifacts and long build times

2012-12-21 Thread Kubilay Kocak
On 21/12/2012 7:52 PM, Marcus von Appen wrote: Hi, today I noticed some issues with the tinderbox runs of lang/python33 First of all, the test: target introduced causes artifacts within ${PREFIX}, effectively polluting the user environment. Is this really intended? In my opinion a port, that e

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

2013-01-01 Thread Kubilay Kocak
On 1/01/2013 10:14 PM, Dmitry Sivachenko wrote: > On 01.01.2013, at 15:01, Kurt Jaeger 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 ? > > > T

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

2013-02-02 Thread Kubilay Kocak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/02/2013 12:33 AM, Chris Rees wrote: > On 2 February 2013 11:52, Chris Rees wrote: >> On 2 February 2013 11:29, Dmitry Sivachenko >> wrote: >>> >>> On 02.02.2013, at 15:28, Chris Rees wrote: >>> On 1 February 2013 18:51, Dmitry Sivachenko

Re: Question about a new Python port

2013-02-08 Thread Kubilay Kocak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/02/2013 12:07 PM, Mikhail T. wrote: > Hello! > > Attached is a shar for a new port -- of the bencode-module > . Everything is fairly > straightforward about it, except: > > 2. The new port also drops an e

Re: ports/176090: [patch] update devel/mercurial to 2.5.1

2013-02-13 Thread Kubilay Kocak
The following reply was made to PR ports/176090; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, jh...@symmetricom.com Cc: Subject: Re: ports/176090: [patch] update devel/mercurial to 2.5.1 Date: Wed, 13 Feb 2013 19:14:27 +1100 Update to 2.5.1 has already been

Re: ports/174646: update www/py-requests to 1.0.3

2013-02-18 Thread Kubilay Kocak
The following reply was made to PR ports/174646; it has been noted by GNATS. From: Kubilay Kocak To: "Alexey V. Degtyarev" Cc: bug-follo...@freebsd.org Subject: Re: ports/174646: update www/py-requests to 1.0.3 Date: Mon, 18 Feb 2013 23:24:26 +1100 Absolutely, though given the

Re: Python 2.x Threading on FreeBSD

2013-04-21 Thread Kubilay Kocak
On 22/04/2013 3:00 AM, Gabor Pali wrote: > 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 the > vanilla lang/python27 port, c.f. [1]. As I wrote in the corresponding > ticket, the possible cause for

Re: Patch for python twitter api GetTrendsCurrent

2013-05-14 Thread Kubilay Kocak
On 15/05/2013 12:34 PM, dan mansfield wrote: > Dearest Port Maintainer, > > The method GetTrendsCurrent is broken in net/py-twitter. It seems as > though Twitter has changed their API. The attached patch fixes this > issue. > > Regards, > > Daniel > > > > _

Re: %%PYTHON_SITELIBDIR%% in pkg-plist

2013-07-06 Thread Kubilay Kocak
On 7/07/2013 12:51 AM, Nikolai Lifanov wrote: > Hello. > > I maintain sysutils/ansible, and I keep wanting to @dirrmtry > %%PYTHON_SITELIBDIR%% and perhaps %%PYTHON_LIBDIR%%. > portlint tells me that this is a wrong thing to do, while poudriere > testport complains about leftover directories. > >

Re: python 2 and 3 modules

2013-07-29 Thread Kubilay Kocak
On 29/07/2013 5:46 PM, David Demelier wrote: 2013/7/28 Daniel Braniss : Hi, I need to be able to have both (2.7 and 3.2) modules. setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, but make install, insists that that the 2.7 version is installed! after deinstalling, it will install

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Kubilay Kocak
On 17/08/2013 6:13 PM, Marcus von Appen wrote: > The relevant UPDATING entry for the change will look like: > > 20130817: > AFFECTS: users of lang/python* > AUTHOR: m...@freebsd.org > > The lang/python* ports do not install links to 2to3, idle, pydoc, python > and other binaries anymore.

Re: [CFT] lang/python becoming a python binary wrapper

2013-08-17 Thread Kubilay Kocak
On 17/08/2013 7:01 PM, Marcus von Appen wrote: > On, Sat Aug 17, 2013, Kubilay Kocak wrote: > >> On 17/08/2013 6:13 PM, Marcus von Appen wrote: >>> The relevant UPDATING entry for the change will look like: >>> >>> 20130817: >>> AFFECTS: user

Re: ports/181721: lang/pyhton27 has no libintl support

2013-09-01 Thread Kubilay Kocak
Pawel, Can you try the following diff to lang/python27 for me please: Index: Makefile === --- Makefile(revision 325844) +++ Makefile(working copy) @@ -62,8 +62,9 @@ .if ${PORT_OPTIONS:MNLS} USES+= gettext # XXX do

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

2013-10-22 Thread Kubilay Kocak
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. A number of maintainers *do* however, make changes to upstream modules by exp

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

2013-10-22 Thread Kubilay Kocak
The following reply was made to PR ports/182332; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, arc...@b1t.name, pyt...@freebsd.org Cc: Subject: Re: ports/182332: python packages install packed eggs which makes them unusable for running services Date: Wed, 23

Re: FreeBSD Port: databases/py-sqlite3

2013-10-22 Thread Kubilay Kocak
On 16/10/2013 2:12 AM, Xu Waycell wrote: > This port is no longer broken on ARM architecture. A sample has been built > and run successfully on my BeagleBone Black running FreeBSD 10 Beta1 with > CPUTYPE=cortexa. No single error was given during this progress. Furthermore, > it works fine with p

Re: ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags)

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/156759; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, naylor.b.da...@gmail.com Cc: Subject: Re: ports/156759: [patch] lang/python: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) Date: Wed, 23 Oct 2013 18:28:01

Re: ports/171584: lang/python32 built in a clean enviroment produces a package that conflicts with lang/python27

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/171584; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, kpaas...@gmail.com Cc: Subject: Re: ports/171584: lang/python32 built in a clean enviroment produces a package that conflicts with lang/python27 Date: Wed, 23 Oct

Re: ports/178748: [patch] lang/python27: dbm module fails to build

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/178748; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, beas...@tardisi.com Cc: Subject: Re: ports/178748: [patch] lang/python27: dbm module fails to build Date: Wed, 23 Oct 2013 21:29:00 +1100 Hi Lawrence, I just ran

Re: ports/146823: [patch] lang/python26: knob to build _ctypes module against devel/libffi

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/146823; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, swel...@gmail.com Cc: Subject: Re: ports/146823: [patch] lang/python26: knob to build _ctypes module against devel/libffi Date: Wed, 23 Oct 2013 22:49:09 +1100

Re: ports/146823: [patch] lang/python26: knob to build _ctypes module against devel/libffi

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/146823; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org Cc: Subject: Re: ports/146823: [patch] lang/python26: knob to build _ctypes module against devel/libffi Date: Wed, 23 Oct 2013 22:54:17 +1100 Delivery to the

Re: ports/182951: databases/py-sqlite3: compilation error with Clang

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/182951; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, d...@gmx.com Cc: Dimitry Andric Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang Date: Wed, 23 Oct 2013 23:41:46 +1100 dim@ mentions the

Re: ports/170566: update graphics/py-opengl depends on old version of gcc4.6.3

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/170566; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, uzi...@da3m0n8t3r.com Cc: Subject: Re: ports/170566: update graphics/py-opengl depends on old version of gcc4.6.3 Date: Thu, 24 Oct 2013 08:35:11 +1100 Is this

Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Kubilay Kocak
On 24/10/2013 9:47 AM, Koop Mast wrote: > > > On 10/23/13 19:13, Mike Jakubik wrote: >> Hello, >> >> I am unable to compile this on 9.2-STABLE. > > Mike I see you got both 2.7 and 3.3 installed. When I build py-cairo it > worked fine, so I don't really know what happening with waf. So I cc'd > p

Re: ports/149167: lang/python26 fails to build _ctypes on Sheevaplug (ARM)

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/149167; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, r...@cooltrainer.org Cc: wer...@thie.ch Subject: Re: ports/149167: lang/python26 fails to build _ctypes on Sheevaplug (ARM) Date: Thu, 24 Oct 2013 11:10:52 +1100 This

Re: FreeBSD Port: graphics/py-cairo

2013-10-23 Thread Kubilay Kocak
t; > Thanks. > > On 10/23/13 19:21, Kubilay Kocak wrote: >> On 24/10/2013 9:47 AM, Koop Mast wrote: >>> >>> On 10/23/13 19:13, Mike Jakubik wrote: >>>> Hello, >>>> >>>> I am unable to compile this on 9.2-STABLE. >>> Mi

Re: ports/167530: [patch] security/py-fail2ban will never ever start with the given rc.d script

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/167530; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, th...@gmx.at Cc: jul...@tayon.net Subject: Re: ports/167530: [patch] security/py-fail2ban will never ever start with the given rc.d script Date: Thu, 24 Oct 2013 11:43

Re: ports/163467: lang/python27: Ports using python 2.7 and " waf" intermittently hang on build/installation

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/163467; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, j...@transactionware.com Cc: Subject: Re: ports/163467: lang/python27: Ports using python 2.7 and "waf" intermittently hang on build/installation Date: T

Re: ports/167530: [patch] security/py-fail2ban will never ever start with the given rc.d script

2013-10-23 Thread Kubilay Kocak
The following reply was made to PR ports/167530; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, th...@gmx.at Cc: jul...@tayon.net Subject: Re: ports/167530: [patch] security/py-fail2ban will never ever start with the given rc.d script Date: Thu, 24 Oct 2013 11:53

  1   2   3   >