14
0

Accepting request 603712 from home:TheBlackCat:branches:devel:languages:python

- Add license file
- Use %license tag

OBS-URL: https://build.opensuse.org/request/show/603712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multipledispatch?expand=0&rev=2
This commit is contained in:
Todd R
2018-05-03 15:08:34 +00:00
committed by Git OBS Bridge
parent e3953e4706
commit 460ce82144
3 changed files with 37 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mrocklin/multipledispatch/
Source: https://files.pythonhosted.org/packages/source/m/multipledispatch/multipledispatch-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/mrocklin/multipledispatch/%{version}/LICENSE.txt
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -42,6 +43,7 @@ support. It looks good too.
%prep
%setup -q -n multipledispatch-%{version}
cp %{SOURCE10} .
%build
%python_build
@@ -53,6 +55,7 @@ support. It looks good too.
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%changelog