Accepting request 546003 from home:namtrac:branches:devel:languages:python
- Fix homepage - Resync the upstream tarball OBS-URL: https://build.opensuse.org/request/show/546003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=24
This commit is contained in:
parent
25390b8d48
commit
e0c08c8a14
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 13:00:03 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Fix homepage
|
||||||
|
- Resync the upstream tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 14 21:17:28 UTC 2017 - t.gruner@katodev.de
|
Sat Oct 14 21:17:28 UTC 2017 - t.gruner@katodev.de
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@ Release: 0
|
|||||||
Summary: A built-package format for Python
|
Summary: A built-package format for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://bitbucket.org/pypa/wheel/
|
Url: https://github.com/pypa/wheel
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/wheel/wheel-%{version}.tar.gz
|
Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -92,8 +92,7 @@ sed -i '1s/^#!.*//' wheel/wininst2wheel.py wheel/egg2wheel.py
|
|||||||
rm tests/test_tool.py
|
rm tests/test_tool.py
|
||||||
%{python_expand rm -rf _build.python2 _build.python3
|
%{python_expand rm -rf _build.python2 _build.python3
|
||||||
PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
||||||
rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist
|
rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist}
|
||||||
}
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative wheel
|
%python_install_alternative wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user