15
0

- Switch to github archive as the tests are not present on pypi

version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-man?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-12-05 11:04:29 +00:00
committed by Git OBS Bridge
parent 282404058d
commit 766a77fbb6
3 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 5 11:03:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github archive as the tests are not present on pypi
version
-------------------------------------------------------------------
Mon Nov 25 20:45:00 UTC 2019 - Sean Marlow <sean.marlow@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-man
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click-man
Version: 0.3.0
Release: 0
Summary: Automate generation of man pages for python click applications
License: MIT
Url: https://github.com/click-contrib/click-man
Source: https://files.pythonhosted.org/packages/source/C/click-man/click-man-%{version}.tar.gz
URL: https://github.com/click-contrib/click-man
Source: https://github.com/click-contrib/click-man/archive/v%{version}.tar.gz
Patch1: get-short-help.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module click}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sure}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -68,4 +69,3 @@ export LANG=en_US.UTF-8
%{python_sitelib}/*
%changelog