forked from pool/python-pytools
- Install license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=6
This commit is contained in:
21
LICENSE.mit
Normal file
21
LICENSE.mit
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 Andreas Kloeckner
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 8 08:45:17 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Install license
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 16:31:47 UTC 2015 - mpluskal@suse.com
|
Mon Dec 7 16:31:47 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@@ -23,7 +23,8 @@ Summary: A collection of tools for Python
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://pypi.python.org/pypi/pytools
|
Url: http://pypi.python.org/pypi/pytools
|
||||||
Source: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
|
||||||
|
Source1: LICENSE.mit
|
||||||
BuildRequires: python-appdirs
|
BuildRequires: python-appdirs
|
||||||
BuildRequires: python-decorator
|
BuildRequires: python-decorator
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@@ -52,6 +53,7 @@ nonetheless, here's what's on offer:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytools-%{version}
|
%setup -q -n pytools-%{version}
|
||||||
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
@@ -64,7 +66,7 @@ python setup.py test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README LICENSE.mit
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user