Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 2024 13:32:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 268283] databases/py-sqlite3: switch away from distutils
Message-ID:  <bug-268283-21822-uvn0mnK0HX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283

--- Comment #15 from Oleg Sidorkin <osidorkin@gmail.com> ---
(In reply to vova from comment #14)
It's a bit offtopic here, but long story short:
HA has ton of dependencies, and often exact versions of dependencies are
required. And its plugins want another ton of dependencies. HA tries to install
them via pip install. E.g. HA wants numpy==1.26.0 and cannot build it correctly
on FreeBSD via pip. I have to patch its requirements to >=1.26.0 for now for it
to accept the version from ports.

So it is not really ports-friendly.

In my opinion it's better to install HA into venv inside a jail, provide some
small number of packages that HA cannot install correctly via pip install and
let HA to do the rest.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268283-21822-uvn0mnK0HX>