14
0

Accepting request 685157 from home:jengelh:branches:devel:languages:python

- Trim empty phrasing from description.

OBS-URL: https://build.opensuse.org/request/show/685157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatever?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-03-14 21:09:19 +00:00
committed by Git OBS Bridge
parent 8e95724352
commit 2ee06c6481
2 changed files with 8 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
Name: python-whatever
Version: 0.5
Release: 0
Summary: Easy way to make anonymous functions by partial application of operators
Summary: Module to make anonymous functions by partial application of operators
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://github.com/Suor/whatever
@@ -33,8 +33,8 @@ BuildArch: noarch
%python_subpackages
%description
An easy way to make lambdas by partial application of python operators.
Inspired by Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object
A Python module to make lambdas by partial application of python operators.
It is inspired by the Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object
%prep
%setup -q -n whatever-%{version}