[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 --- Comment #3 from Konstantin Shapkin --- Created attachment 185145 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185145&action=edit New version of diff with CHEESESHOP repo and tests Hello Kubilay, thanks for you reply. I ma

[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 --- Comment #4 from Konstantin Shapkin --- Maybe it happens because python can't find module requests-mock (it is in test-requirements.txt file), but I can't find it in ports tree and don't wrote in Makefile TEST_DEPENDS. -- You are recei

[Bug 219794] devel/py-backports.* conflict with each other: file conflict caused by backports/__init__.py (all provide the file)

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219794 Kubilay Kocak changed: What|Removed |Added Blocks|219609 | Referenced Bugs: https://bugs.f

FreeBSD ports you maintain which are out of date

2017-08-08 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 --- Comment #5 from Kubilay Kocak --- (In reply to Konstantin Shapkin from comment #4) I don't think so, there's a few issues in the Makefile: 1) ${PYTHON_PKGNAMEPREFIX}nose-cov>0:devel/py-nose-cov \ Has a \ but no line below it. I think

[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 --- Comment #6 from Kubilay Kocak --- (In reply to Konstantin Shapkin from comment #4) If something is defined a *_requires but not installed as a port via TEST_DEPENDS, setuptools will install it in the build directory itself. -- You ar

[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 --- Comment #7 from Kubilay Kocak --- (In reply to Konstantin Shapkin from comment #4) As far as "ImportError: No module named tests" goes: a) there is no tests/ directory (module) in the root b) there *is* an influxdb/tests directory (mo

[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311 Konstantin Shapkin changed: What|Removed |Added Attachment #185129|0 |1 is obsolete|

[Bug 220596] [NEW PORT] shells/xonsh: Python-ish BASH-wards shell

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #27 from Roberto Fernandez Cueto --- Ok, I have tracked this error until the following conclusion: I have run the following code in python3.6 and python2.7, import ctypes import ctypes.util libc = ctypes.CDLL(find_library('libc

[Bug 220596] [NEW PORT] shells/xonsh: Python-ish BASH-wards shell

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220596 --- Comment #28 from Matthew Seaman --- (In reply to Roberto Fernandez Cueto from comment #27) Hmmm... This looks like a bug in python-3.6 to me. Kubilay -- what do you think? -- You are receiving this mail because: You are on the CC l

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

2017-08-08 Thread Mikhail T.
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 for call to 'PyUnicodeUCS2_FromUnicode' un

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