Re: 回复: lang/python*: Security and bug fix releases not marked or merged

2022-09-07 Thread Kubilay Kocak
) users know about security issues as quickly as possible. b) encourage us to get changes out as quickly as possible. 发件人: Kubilay Kocak 代表 Kubilay Kocak 发送时间: 2022年9月8日 8:31 收件人: Wen Heping; FreeBSD Python Team 主题: lang/python*: Security and bug fix

lang/python*: Security and bug fix releases not marked or merged

2022-09-07 Thread Kubilay Kocak
Hi Wen, The latest round of lang/python* updates (3.9.14 still pending) don't appear to have been marked as security releases (in security/vuxml) or merged to the quarterly branch (for security and bugfixes). lang/python310: Update to 3.10.7 https://cgit.freebsd.org/ports/commit/lang?id=1d9f

Re: Python 3.10 and Python 3.11

2022-07-05 Thread Kubilay Kocak
On 5/07/2022 2:14 pm, The Doctor wrote: Will they be properly recognised so that ports like ceph can use them? If you can provide a patch adding them, leaving them last in the preferred order in python.mk (x,y,z,3.11,3.10) , we're happy to review/accept (all else equal). If not, please open

[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-18 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > sunpoet wrote in Makefile:32 > It is outdated. > Please use USE_PYTHON=pytest instead. > See > https://cgit.freebsd.org/ports/commit/Mk/Uses/python.mk?id=535f310d337c0b7de64a972bc0b855bba6c6f1f0 > for details. I posted a specific target because ma

[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-18 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > sunpoet wrote in Makefile:24 > This should be USES=python:3.6+ > > See https://github.com/joblib/threadpoolctl/blob/3.1.0/pyproject.toml#L11 Unless upstream tests with and the tests pass beyond the versions supported, should be capped. Incomplete

[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-17 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > Makefile:22 > + > +USES=python:3.8+ > +NO_ARCH= yes Upstream declares requires-python = ">=3.6" (capping at 3.9). Match upstream version support declarations as closely as possible given our current `USES=python:` syntax. 3.6-3

Re: devel/py-setuptools build error

2022-06-06 Thread Kubilay Kocak
On 7/06/2022 10:15 am, Janos Dohanics wrote: Hello, On a FreeBSD 13.1-STABLE #0 2b005e896 machine my attempt to upgrade devel/py-setuptools fails: # portupgrade -vR py38-setuptools-44.0.0_1 ---> Session started at: Mon, 06 Jun 2022 20:03:22 -0400 [Reading data from pkg(8) ... - 298 packages fo

Re: unknown flavor py37

2022-06-03 Thread Kubilay Kocak
On 3/06/2022 2:42 pm, Tatsuki Makino wrote: Sorry, this email was delivered to my junk folder. I just pulled this up now :) Chris wrote on 2022/05/28 14:25: I just bumped into this problem after checking out a fresh ports tree and building a port that dependant on devel/py-doit. It complained

textproc/py-m2r: Incompletely specified dependency

2022-05-15 Thread Kubilay Kocak
Hi Sunpoet, The following commit updated textproc/py-m2r changing its dependency to a new port origin, due to mistune API incompatibilities > 2.x but the no dependency is declared (>=0) https://cgit.freebsd.org/ports/commit/?id=995255a5684df6ff950a347555632c569b31365b ${PYTHON_PKGNAMEPREF

Re: FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Kubilay Kocak
On 5/05/2022 9:59 am, Alex V. Petrov wrote: 05.05.2022 06:48, Kubilay Kocak пишет: On 5/05/2022 3:09 am, Alex V. Petrov wrote: Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2

Re: FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Kubilay Kocak
On 5/05/2022 3:09 am, Alex V. Petrov wrote: Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2.6.4' currently installed). Alex, Upstream does not declare/register a dependency (required or optional) on open

Re: configure: error: llvm-ar is required for a --with-lto build with clang but could not be found. python38-3.8.13_1

2022-05-03 Thread Kubilay Kocak
On 2/05/2022 3:11 am, David Gessel wrote: checking for --with-lto... yes checking for llvm-ar... no configure: error: llvm-ar is required for a --with-lto build with clang but could not be found. # /usr/local/llvm10/bin/llvm-ar /usr/local/llvm10/bin/llvm-ar: error: an archive name must be spe

Re: PLIST issues in more ports?

2022-01-20 Thread Kubilay Kocak
On 17/01/2022 2:29 am, loader wrote: On Sat, 15 Jan 2022 01:28:09 +0100, Stefan Esser wrote: Hi Python Maintainers, the following packages conflict with each other since they install files that do not depend on the package: py38-scikit-bio py38-ddtrace They contain files like lib/python3.8

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-20 Thread Kubilay Kocak
On 5/01/2022 11:46 am, Yoshihiro Ota wrote: Hi, I recently create a new PyPI tool for FreeBSD. Based on PyPI's instruction, I have setup.cfg only without setup.py. https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests go with setup.cfg only for simplicity. I'm now tryin

Re: Bringing back lang/python27 with few modules?

2021-11-25 Thread Kubilay Kocak
On 22/11/2021 12:57 pm, Pau Amma wrote: On 2021-11-18 01:37, Kubilay Kocak wrote: We've had many user reports over the last year re the entire situation, including a number recently about pypy in particular. Late to the discussion, but I'm sad that Chromium survived the Python2.7 r

Re: Bringing back lang/python27 with few modules?

2021-11-17 Thread Kubilay Kocak
On 17/11/2021 6:58 pm, Maxim Sobolev wrote: Hi, I am still a bit concerned with the total removal of python 2.7 year ago and its support, I think this was a somewhat swift decision that may need to be re-considered. I understand the urge for portmgr to move base over to a supported version, but

Re: git: 8332894f1a6d - main - devel/py-os-brick: Fix python dependency version.

2021-10-10 Thread Kubilay Kocak
On 7/10/2021 10:50 pm, Mikael Urankar wrote: The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=8332894f1a6d0c128476419235018ca4051b6b1d commit 8332894f1a6d0c128476419235018ca4051b6b1d Author: Mikael Urankar AuthorDate: 2021-10-07 11:47:01 + Com

Re: pytest ffi failure with a new port

2021-09-28 Thread Kubilay Kocak
On 29/09/2021 7:38 am, Evgeniy Khramtsov via FreeBSD-ports wrote: Hi. I am trying to get Wayland backend for x11-wm/qtile running, which requires three new dependencies: https://codeberg.org/ei/ports/commits/branch/qtile I want to use tests/ in ports (i.e. x11/py-xkbcommon), so I added: +do-t

Re: python38-3.8.11 is vulnerable

2021-09-13 Thread Kubilay Kocak
On 12/09/2021 11:17 pm, LuMiWa via python wrote: Hi! I start using latest binary packages and my questuions if is better to use ports for some port in this case for Pythong because ports as I know I faster update for vulnerabilities. pkg audit -F vulnxml file up-to-date python38-3.8.11 is vul

Re: How do I depend on a python port without caring about flavor

2021-08-19 Thread Kubilay Kocak
On 20/08/2021 7:07 am, Tatsuki Makino wrote: I also want to know the official way :) I think the following ports are strange for python. devel/llvm{-devel,12,11,10,90,80,70} databases/rrdtool graphics/opencv and astro/geographiclib (which are maintained by me :) ) They do not seem to be able t

Re: Is Python 3.7 supported? (py-uvicorn does not work)

2021-08-18 Thread Kubilay Kocak
On 17/08/2021 9:56 am, Miroslav Lachman wrote: Hi, Hi Miroslav, If it's in tree then it's supported, in the sense that we accept issues for them and will endeavour to resolve reports. Longer term, Python team will aim to move closer to tracking upstreams (CPython) definition of supported,

Fwd: git: c596d849908f - main - www/py-django32: Update to 3.2.5

2021-07-07 Thread Kubilay Kocak
Hi Sunpoet, These two django updates are bugfix only and security updates. Can you add vuxml entries and merge?--- Begin Message --- The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c596d849908f3007e22fa1b5575c11c58f25d0b6 commit c596d849908f3007e22f

Fwd: git: 02ddbd77e81b - main - lang/python39: Update to 3.9.6

2021-07-07 Thread Kubilay Kocak
Hi Sunpoet These are bugfix only and security updates, but not tagged for MFH Can you add vuxml entries for these and merge? ./koobs--- Begin Message --- The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=02ddbd77e81b1c1006ee2a794ac2166ea1d2be61 commi