From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/4] python3-{pip,wheel}: Properly build packages
Date: Thu, 01 Dec 2022 19:54:06 +0100 [thread overview]
Message-ID: <ed7e5e02-a8e9-eb0f-10b6-006f29690f97@ipfire.org> (raw)
In-Reply-To: <879ecb00-f927-edc8-1cca-14c39f75f690@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]
Reported-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
python3-pip/python3-pip.nm | 11 +++++++++--
python3-wheel/python3-wheel.nm | 10 ++++++++--
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/python3-pip/python3-pip.nm b/python3-pip/python3-pip.nm
index 0a5f03345..fd74909d2 100644
--- a/python3-pip/python3-pip.nm
+++ b/python3-pip/python3-pip.nm
@@ -5,7 +5,7 @@
name = python3-pip
version = 22.3.1
-release = 1
+release = 3
arch = noarch
thisapp = pip-%{version}
@@ -37,10 +37,17 @@ build
end
install
- %{python3} setup.py install
+ %{python3} setup.py install --root=%{BUILDROOT}
end
end
packages
package %{name}
+ requires
+ python3
+ python3-setuptools
+ python3-wheel
+ end
+
+ end
end
diff --git a/python3-wheel/python3-wheel.nm b/python3-wheel/python3-wheel.nm
index ff7ef8e6d..3fe9fe2a1 100644
--- a/python3-wheel/python3-wheel.nm
+++ b/python3-wheel/python3-wheel.nm
@@ -5,7 +5,7 @@
name = python3-wheel
version = 0.38.4
-release = 1
+release = 3
arch = noarch
thisapp = wheel-%{version}
@@ -28,15 +28,21 @@ build
python3-setuptools
end
+ export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES = 0
+
build
%{python3} setup.py build
end
install
- %{python3} setup.py install
+ %{python3} setup.py install --root=%{BUILDROOT}
end
end
packages
package %{name}
+
+ requires
+ python3
+ end
end
--
2.34.1
next prev parent reply other threads:[~2022-12-01 18:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 18:53 [PATCH 1/4] python3-wheel: New package Peter Müller
2022-12-01 18:53 ` [PATCH 2/4] python3-pip: " Peter Müller
2022-12-01 18:54 ` Peter Müller [this message]
2022-12-01 18:54 ` [PATCH 4/4] asciidoc: Update to 10.2.0 Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ed7e5e02-a8e9-eb0f-10b6-006f29690f97@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox