1
0
forked from pool/python-padaos

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

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/625470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-padaos?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal 2018-07-27 08:24:07 +00:00 committed by Git OBS Bridge
parent 19a88326ab
commit a881d572ab
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 26 18:05:44 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description.
-------------------------------------------------------------------
Sun Jul 1 18:55:19 UTC 2018 - alarrosa@suse.com

View File

@ -13,6 +13,8 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define skip_python2 1
@ -20,21 +22,24 @@
Name: python-padaos
Version: 0.1.6
Release: 0
Summary: An intent parser
License: MIT
Summary: A rigid, lightweight, dead-simple intent parser
Url: http://github.com/MatthewScholefield/padaos
Group: Development/Languages/Python
Url: http://github.com/MatthewScholefield/padaos
Source: https://files.pythonhosted.org/packages/source/p/padaos/padaos-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
A rigid, lightweight, dead-simple intent parser python module.
A intent parser Python module.
Padaos converts a series of example sentences into one big chunk of
regex. Each intent is a single compiled regex matcher.
%prep
%setup -q -n padaos-%{version}