]> git.pld-linux.org Git - packages/python3-setuptools.git/commitdiff
Up to 69.1.0 auto/th/python3-setuptools-69.1.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Feb 2024 13:51:52 +0000 (14:51 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Feb 2024 13:51:52 +0000 (14:51 +0100)
python3-setuptools.spec

index b790e85dc6a0d6b4c48a98aca89836de63170c0d..005a445073a232d84f6e95780ad01919a01cd3d4 100644 (file)
 Summary:       A collection of enhancements to the Python distutils
 Summary(pl.UTF-8):     Zestaw rozszerzeń dla pythonowych distutils
 Name:          python3-setuptools
-Version:       65.3.0
+Version:       69.1.0
 Release:       1
 Epoch:         1
 License:       MIT
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/setuptools/
 Source0:       https://github.com/pypa/setuptools/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 5f9edb9878237788e08cda599aa012c7
+# Source0-md5: 7d560a2b55d345877238efe9bacdbcf9
 Patch0:                setuptools-missing.patch
 Patch1:                multilib.patch
 URL:           https://github.com/pypa/setuptools
 %if %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
-BuildRequires: python3-modules >= 1:3.7
+BuildRequires: python3-modules >= 1:3.8
 %{!?with_bootstrap:BuildRequires:      python3-setuptools >= 1:54}
 %if %{with system_libs}
 # versions from pkg_resources/_vendor/vendored.txt and setuptools/_vendor/vendored.txt
@@ -99,7 +99,7 @@ BuildRequires:        python3-toml
 BuildRequires: rpmbuild(macros) >= 1.714
 BuildRequires: unzip
 BuildConflicts:        python3-setuptools_scm
-Requires:      python3-modules >= 1:3.7
+Requires:      python3-modules >= 1:3.8
 %if %{with system_libs}
 # versions from pkg_resources/_vendor/vendored.txt and setuptools/_vendor/vendored.txt
 Requires:      python3-appdirs >= 1.4.3
@@ -171,12 +171,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %py3_install
 
+#???
+rm -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/build-3/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.rst LICENSE README.rst
+%doc LICENSE NEWS.rst README.rst
 %{py3_sitescriptdir}/_distutils_hack
 %{py3_sitescriptdir}/distutils-precedence.pth
 %{py3_sitescriptdir}/pkg_resources
This page took 0.17106 seconds and 4 git commands to generate.