Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-06 00:40:15 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-06 00:40:15 +0200
commit679a07392f2a38ec3e5bd3c51d4514949dde6868 (patch)
tree8f29e32e53624661a99b7ce0b4ea4be8b6777894
parent0f48c0a6b7a2ec762330c4c09acfcf15b545a634 (diff)
extra/python-jaraco.envs: remove --no-isolation
-rw-r--r--extra/python-jaraco.envs/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/python-jaraco.envs/PKGBUILD b/extra/python-jaraco.envs/PKGBUILD
new file mode 100644
index 00000000..5e723f0a
--- /dev/null
+++ b/extra/python-jaraco.envs/PKGBUILD
@@ -0,0 +1,14 @@
+# This works around
+#File "/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py", line 284, in __setitem__
+# current_value = getattr(target_obj, option_name)
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+#AttributeError: 'MinimalDistribution' object has no attribute 'entry_points'
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/--no-isolation//
+ '
+)"
+
+unset check