forked from pool/python-entrypoints
Accepting request 538562 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/538562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoints?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
1b417f9dad
commit
adfcd7c2c2
@@ -18,16 +18,16 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-entrypoints
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Discover and load entry points from installed packages
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/takluyver/entrypoints
|
||||
Source0: https://github.com/takluyver/entrypoints/archive/%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
Source: https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: python-rpm-macros
|
||||
%ifpython2
|
||||
BuildRequires: python-configparser
|
||||
Requires: python-configparser
|
||||
@@ -48,7 +48,7 @@ similar interfaces. An application might use a group to find its
|
||||
plugins, or multiple groups if it has different kinds of plugins.
|
||||
|
||||
%prep
|
||||
%setup0 -q -n entrypoints-%{version}
|
||||
%setup -q -n entrypoints-%{version}
|
||||
|
||||
%build
|
||||
# We don't do anything here
|
||||
|
||||
Reference in New Issue
Block a user