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 2/4] python3-pip: New package Date: Thu, 01 Dec 2022 19:53:27 +0100 Message-ID: <879ecb00-f927-edc8-1cca-14c39f75f690@ipfire.org> In-Reply-To: <50b30ae3-0673-4f5c-1e5c-cdf390a5bbcb@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5727019583001992178==" List-Id: --===============5727019583001992178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- python3-pip/python3-pip.nm | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 python3-pip/python3-pip.nm diff --git a/python3-pip/python3-pip.nm b/python3-pip/python3-pip.nm new file mode 100644 index 000000000..0a5f03345 --- /dev/null +++ b/python3-pip/python3-pip.nm @@ -0,0 +1,46 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D python3-pip +version =3D 22.3.1 +release =3D 1 +arch =3D noarch +thisapp =3D pip-%{version} + +groups =3D Development/Libraries +url =3D https://github.com/pypa/pip/ +license =3D MIT and Python +summary =3D The package installer for Python. + +description + pip is the Python package installer. It integrates with virtualenv, doesn't + do partial installs, can save package state for replaying, can install from + non-egg sources, and can install from version control repositories. +end + +source_dl =3D https://github.com/pypa/pip/archive/refs/tags/%{version}.tar.g= z#/ + +build + requires + python3 + python3-devel + python3-setuptools + python3-wheel + end + + export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES =3D 0 + + build + %{python3} setup.py build + end + + install + %{python3} setup.py install + end +end + +packages + package %{name} +end --=20 2.34.1 --===============5727019583001992178==--