Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2021 01:33:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 259381] devel/py-platformdirs: fails to build: setuptools_scm, line 84, in dump_version > fp.write(template.format(version=version)) > KeyError: 'version_tuple'
Message-ID:  <bug-259381-21822-JKRMgCneWM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259381-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259381-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=3D259381

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-qa                    |needs-patch

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Upstream declares as build dependencies:

 [build-system]
  requires =3D ["setuptools >=3D 44", "wheel >=3D 0.30", "setuptools_scm[to=
ml]>=3D5"]

This port depends on setuptools_scm > 5 where the current portversion is 4.x

It's unlikely that all Python ports dependening on setuptools_scm will supp=
ort
both 4/5 versions, likely necessitating creation of a setuptools_scm4 for t=
hose
ports to depend on.

@Sunpoet Can you create a separate issue to track that ^ please

Regarding toml, Python packages depending on optional dependencies of their
dependencies, *must* [1] depend on those transitive/optional dependencies
directly. This is the same issue as bug 256872

[1]
https://wiki.freebsd.org/Python/PortsPolicy#Optional_.2F_Transitive_Depende=
ncies

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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