diff --git a/pip/nose.file b/pip/nose.file new file mode 100644 index 00000000000..9a7301f4631 --- /dev/null +++ b/pip/nose.file @@ -0,0 +1 @@ +%define source0 https://github.com/cms-externals/nose/archive/refs/tags/release_%{realversion}_py3.tar.gz diff --git a/pip/requirements.txt b/pip/requirements.txt index 28159e51a79..c6d8b0962e1 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -102,8 +102,6 @@ histbook==1.2.5 histoprint==2.2.0 histogrammar==1.0.25 html5lib==1.1 -hyperas==0.4.1 -hyperopt==0.2.5 idna==3.2 immutables==0.16 importlib-metadata==4.8.1 @@ -164,8 +162,6 @@ nbformat==5.1.3 nest-asyncio==1.5.1 networkx==2.6.2 neurolab==0.3.5 -nose-parameterized==0.6.0 -nose==1.3.7 node-semver==0.8.0 notebook==6.4.3 numba==0.54.0 diff --git a/py3-setuptools.spec b/py3-setuptools.spec index a8ed2e42db3..8e6e39ec401 100644 --- a/py3-setuptools.spec +++ b/py3-setuptools.spec @@ -1,4 +1,4 @@ -### RPM external py3-setuptools 51.3.3 +### RPM external py3-setuptools 58.2.0 ## INITENV +PATH PYTHON3PATH %{i}/${PYTHON3_LIB_SITE_PACKAGES} Source: https://github.com/pypa/setuptools/archive/v%{realversion}.tar.gz @@ -11,12 +11,10 @@ Requires: python3 %build python3 bootstrap.py python3 setup.py build +python3 setup.py egg_info %install python3 setup.py install --single-version-externally-managed --record=/dev/null --skip-build --prefix=%{i} sed -i 's|#!.*python.*|#!/usr/bin/env python3|' \ - %{i}/bin/* \ %{i}/${PYTHON3_LIB_SITE_PACKAGES}/setuptools/command/easy_install.py \ %{i}/${PYTHON3_LIB_SITE_PACKAGES}/pkg_resources/_vendor/appdirs.py -mv %{i}/bin/easy_install %{i}/bin/easy_install3 -