forked from pool/python-setuptools
- Fix License to the correct MIT
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=194
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 6 17:14:11 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Fix License to the correct MIT
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 13 13:09:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 13 13:09:15 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -31,11 +31,9 @@ Name: python-setuptools%{psuffix}
|
|||||||
Version: 44.0.0
|
Version: 44.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhancements to distutils for building and distributing Python packages
|
Summary: Enhancements to distutils for building and distributing Python packages
|
||||||
License: Python-2.0 OR ZPL-2.0
|
License: MIT
|
||||||
URL: https://github.com/pypa/setuptools
|
URL: https://github.com/pypa/setuptools
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip
|
||||||
Source1: psfl.txt
|
|
||||||
Source2: zpl.txt
|
|
||||||
Source3: testdata.tar.gz
|
Source3: testdata.tar.gz
|
||||||
Patch0: sort-for-reproducibility.patch
|
Patch0: sort-for-reproducibility.patch
|
||||||
Patch1: importlib.patch
|
Patch1: importlib.patch
|
||||||
@@ -148,6 +146,7 @@ export LANG=en_US.UTF-8
|
|||||||
%python_uninstall_alternative easy_install
|
%python_uninstall_alternative easy_install
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
%license LICENSE
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
%python_alternative %{_bindir}/easy_install
|
%python_alternative %{_bindir}/easy_install
|
||||||
%{python_sitelib}/setuptools
|
%{python_sitelib}/setuptools
|
||||||
|
Reference in New Issue
Block a user