mirror of
https://abf.rosa.ru/djam/python38-ConfigArgParse.git
synced 2025-02-23 22:32:49 +00:00
This commit is contained in:
parent
07b7f7cbc8
commit
f7d8530433
1 changed files with 5 additions and 3 deletions
|
@ -6,10 +6,10 @@ Name: python38-%{oname}
|
|||
Version: 1.5.1
|
||||
Release: 1
|
||||
Summary: A drop-in replacement for argparse
|
||||
Source0: https://github.com/bw2/ConfigArgParse/archive/v%{version}/%{oname}-%{version}.tar.gz
|
||||
URL: https://github.com/bw2/ConfigArgParse
|
||||
Source0: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
|
||||
License: MIT
|
||||
Group: Development/Python
|
||||
URL: https://github.com/bw2/ConfigArgParse
|
||||
BuildArch: noarch
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: python38-setuptools
|
||||
|
@ -442,3 +442,5 @@ popd
|
|||
%doc README.rst
|
||||
%{python38_sitelib}/configargparse.py*
|
||||
%{python38_sitelib}/ConfigArgParse*.egg-info
|
||||
%{python38_sitelib}/__pycache__/configargparse.cpython-38.opt-1.pyc
|
||||
%{python38_sitelib}/__pycache__/configargparse.cpython-38.pyc
|
||||
|
|
Loading…
Add table
Reference in a new issue