From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 1/4] python3-wheel: New package Date: Thu, 01 Dec 2022 19:53:03 +0100 Message-ID: <50b30ae3-0673-4f5c-1e5c-cdf390a5bbcb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0076472980613763041==" List-Id: --===============0076472980613763041== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is required as a dependency for python3-pip, which is required as a dependency for asciidoc. (What a mess... :-/ ) Signed-off-by: Peter M=C3=BCller --- python3-wheel/python3-wheel.nm | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 python3-wheel/python3-wheel.nm diff --git a/python3-wheel/python3-wheel.nm b/python3-wheel/python3-wheel.nm new file mode 100644 index 000000000..ff7ef8e6d --- /dev/null +++ b/python3-wheel/python3-wheel.nm @@ -0,0 +1,42 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D python3-wheel +version =3D 0.38.4 +release =3D 1 +arch =3D noarch +thisapp =3D wheel-%{version} + +groups =3D Development/Libraries +url =3D https://github.com/pypa/wheel +license =3D MIT +summary =3D The official binary distribution format for Python. + +description + This library [python3-wheel] is the reference implementation of + the Python wheel packaging standard, as defined in PEP 427. +end + +source_dl =3D https://github.com/pypa/wheel/archive/refs/tags/%{version}.tar= .gz#/ + +build + requires + python3 + python3-devel + python3-setuptools + end + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install + end +end + +packages + package %{name} +end --=20 2.34.1 --===============0076472980613763041==--