From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/5] python-setuputils: Update to 40.4.3 Date: Sun, 21 Oct 2018 21:35:30 +0200 Message-ID: <20181021193534.31718-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6090242013382644703==" List-Id: --===============6090242013382644703== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- python-setuptools/python-setuptools.nm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-setuptools/python-setuptools.nm b/python-setuptools/pytho= n-setuptools.nm index 8f1823aea..ffef974cf 100644 --- a/python-setuptools/python-setuptools.nm +++ b/python-setuptools/python-setuptools.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D python-setuptools -version =3D 28.2.0 +version =3D 40.4.3 release =3D 1 arch =3D noarch thisapp =3D setuptools-%{version} @@ -21,6 +21,8 @@ description especially ones that have dependencies on other packages. end =20 +source_dl =3D https://github.com/pypa/setuptools/archive/v%{version}.tar.gz#/ + build requires pakfire-builder >=3D 0.9.23-2 @@ -36,9 +38,11 @@ build =20 build pushd %{DIR_APP3} + %{python3} bootstrap.py CFLAGS=3D"%{CFLAGS}" %{python3} setup.py build popd =20 + %{python} bootstrap.py CFLAGS=3D"%{CFLAGS}" %{python} setup.py build end =20 --=20 2.17.1 --===============6090242013382644703==--