소스 검색

updated 3 packages

python-pip-22.3-1

python-setuptools-65.5.0-1

python-wheel-0.37.1-1
Tomohiro "Tomo-p" KATO 2 년 전
부모
커밋
adde719c29
3개의 변경된 파일50개의 추가작업 그리고 18개의 파일을 삭제
  1. 37 11
      p/python-pip/python-pip-vl.spec
  2. 7 4
      p/python-setuptools/python-setuptools-vl.spec
  3. 6 3
      p/python-wheel/python-wheel-vl.spec

+ 37 - 11
p/python-pip/python-pip-vl.spec

@@ -10,10 +10,37 @@
 %endif
 %endif
 
+%define pip3_wheeldir %{_builddir}%{?buildsubdir:/%{buildsubdir}}/pip3-wheeldir
+
+%define pip3_build_wheel mkdir -p %{pip3_wheeldir}; %{__python3} -m pip wheel \\\
+        --wheel-dir %{pip3_wheeldir} \\\
+        --no-deps \\\
+        --use-pep517 \\\
+        --no-build-isolation \\\
+        --disable-pip-version-check \\\
+        --no-clean \\\
+        --progress-bar off \\\
+        --verbose \\\
+        .
+
+%define pip3_install_wheel %{__python3} -m pip install \\\
+        --root %{buildroot} \\\
+        --prefix %{_prefix} \\\
+        --no-deps \\\
+        --disable-pip-version-check \\\
+        --progress-bar off \\\
+        --verbose \\\
+        --ignore-installed \\\
+        --no-warn-script-location \\\
+        --no-index \\\
+        --no-cache-dir \\\
+        --find-links %{pip3_wheeldir} \\\
+        $(ls %{pip3_wheeldir}/*.whl | xargs basename --multiple | sed -E 's/([^-]+)-([^-]+)-.+\\\.whl/\\\1==\\\2/')
+
 Summary:        Pip installs Python packages.  An easy_install replacement
 Summary(ja):    Pip は easy_install を置き換える Python パッケージインストーラです。
 Name:           python-%{srcname}
-Version:        21.3.1
+Version:        22.3
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -57,6 +84,10 @@ Packages" or "Pip Installs Python".
 Summary:        A tool for installing and managing Python3 packages
 Group:          programming
 Requires:       python3-setuptools
+%if %{without bootstrap}
+Requires:       python3-wheel
+%endif
+
 Requires(post,postun): alternatives
 
 %description -n python3-%{srcname}
@@ -73,11 +104,7 @@ Packages" or "Pip Installs Python".
 
 %build
 %if %{with python3}
-%if %{without bootstrap}
-%py3_build_wheel
-%else
-%py3_build
-%endif
+%pip3_build_wheel
 %endif # with python3
 
 
@@ -85,11 +112,7 @@ Packages" or "Pip Installs Python".
 %{__rm} -rf %{buildroot}
 
 %if %{with python3}
-%if %{without bootstrap}
-%py3_install_wheel %{python3_wheelname}
-%else
-%py3_install
-%endif
+%pip3_install_wheel
 rm %{buildroot}%{_bindir}/pip
 %endif # with python3
 
@@ -128,6 +151,9 @@ fi
 
 
 %changelog
+* Sat Oct 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 22.3-1
+- new upstream release.
+
 * Tue Jan 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.3.1-1
 - new upstream release.
 - dropped python2 support.

+ 7 - 4
p/python-setuptools/python-setuptools-vl.spec

@@ -1,4 +1,4 @@
-%bcond_without bootstrap
+%bcond_with bootstrap
 
 %global srcname setuptools
 %define _unpackaged_files_terminate_build 1
@@ -8,7 +8,7 @@
 %global python3_record %{python3_sitelib}/%{srcname}-%{version}.dist-info/RECORD
 
 Name:           python-setuptools
-Version:        53.0.0
+Version:        65.5.0
 Release:        1%{?_dist_release}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 Summary(ja):     Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
@@ -84,7 +84,7 @@ rm setuptools/tests/test_integration.py
 
 %build
 %if %{without bootstrap}
-%py3_build_wheel
+%pip3_build_wheel
 %else
 %py3_build
 %endif
@@ -96,7 +96,7 @@ rm -rf %{buildroot}
 # overwritten with every setup.py install (and we want the python2 version to
 # be the default for now).
 %if %{without bootstrap}
-%py3_install_wheel %{python3_wheelname}
+%pip3_install_wheel
 %else
 %py3_install
 %endif
@@ -139,6 +139,9 @@ fi
 
 
 %changelog
+* Sat Oct 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 65.5.0-1
+- updated to 65.5.0.
+
 * Tue Feb 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 53.0.0-1
 - updated to 53.0.0.
 

+ 6 - 3
p/python-wheel/python-wheel-vl.spec

@@ -8,7 +8,7 @@
 %global pypi_name wheel
 
 Name:           python-%{pypi_name}
-Version:        0.35.0
+Version:        0.37.1
 Release:        1%{?_dist_release}
 Summary:        A built-package format for Python
 Group:          programming
@@ -99,7 +99,7 @@ Python 3 version.
 %py_build
 %endif
 %if %{with python3}
-%py3_build
+%pip3_build_wheel
 %endif
 
 
@@ -115,7 +115,7 @@ ln -s %{pypi_name}-%{python_version} %{buildroot}%{_bindir}/%{pypi_name}-2
 %endif
 
 %if %{with python3}
-%py3_install
+%pip3_install_wheel
 %if %{with tool}
 mv %{buildroot}%{_bindir}/%{pypi_name}{,-%{python3_version}}
 ln -s %{pypi_name}-%{python3_version} %{buildroot}%{_bindir}/%{pypi_name}-3
@@ -198,6 +198,9 @@ fi
 
 
 %changelog
+* Sat Oct 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.37.1-1
+- new upstream release.
+
 * Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.35.0-1
 - new upstream release.