package created using the webbuild interface [release 0.9.1-1mamba;Sat Dec 05 2015]
This commit is contained in:
parent
2b7957c7d7
commit
319874008d
@ -1,2 +1,4 @@
|
||||
# python-configargparse
|
||||
|
||||
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
|
||||
|
||||
|
45
python-configargparse.spec
Normal file
45
python-configargparse.spec
Normal file
@ -0,0 +1,45 @@
|
||||
Name: python-configargparse
|
||||
Version: 0.9.1
|
||||
Release: 1mamba
|
||||
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/zorro3/ConfigArgParse
|
||||
Source: https://pypi.python.org/packages/source/C/ConfigArgParse/ConfigArgParse-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-pypandoc
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n ConfigArgParse-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user