* [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/files/, dev-python/sexpdata/
@ 2023-11-21 11:04 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2023-11-21 11:04 UTC (permalink / raw
To: gentoo-commits
commit: faa4e71e5377d2336d4f9e91380061e51443d23a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 11:02:13 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 11:02:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa4e71e
dev-python/sexpdata: Fix build failure
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch | 16 ++++++++++++++++
dev-python/sexpdata/sexpdata-1.0.1.ebuild | 2 ++
2 files changed, 18 insertions(+)
diff --git a/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
new file mode 100644
index 000000000000..a647058d4cdd
--- /dev/null
+++ b/dev-python/sexpdata/files/sexpdata-1.0.1-setup.patch
@@ -0,0 +1,16 @@
+Fix build failure.
+/usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `license` defined outside of `pyproject.toml` is ignored.
+
+--- sexpdata-1.0.1/setup.py
++++ sexpdata-1.0.1/setup.py
+@@ -12,10 +12,8 @@
+ author='Joshua D. Boyd, Takafumi Arakaki',
+ author_email='jdboyd@jdboyd.net',
+ url='https://github.com/jd-boyd/sexpdata',
+- license='BSD License',
+ description='S-expression parser for Python',
+ long_description=long_description,
+- keywords='s-expression, lisp, parser',
+ classifiers=[
+ "Development Status :: 3 - Alpha",
+ 'License :: OSI Approved :: BSD License',
diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
index dd901557ed02..44206508b543 100644
--- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild
+++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild
@@ -22,4 +22,6 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
+PATCHES=( "${FILESDIR}/${P}-setup.patch" )
+
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-21 11:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 11:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/files/, dev-python/sexpdata/ Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox