File python-modargs.spec of Package python-modargs

#
# spec file for package python-modargs
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           python-modargs
Version:        1.7
Release:        0
Summary:        A CLI library that infers arguments from functions in a module
License:        BSD 
Group:          Development/Languages/Python
Url:            https://pypi.python.org/pypi/python-modargs
Source0:        https://pypi.python.org/packages/source/p/python-modargs/python-modargs-%{version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  python-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
This project is a simple command line argument parser that tries to
do as much as it can dynamically so that you don't have to specify
options and arguments with tons of code, and instead just write a
couple of modules with specially formatted functions.  It does this
with magic, by inspecting the modules you tell it to load and looking
for the right functions.

%prep
%setup -q

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%dir %{python_sitelib}/python_modargs-%{version}-*.egg-info
%{python_sitelib}/modargs
%{python_sitelib}/python_modargs-%{version}-*.egg-info/*
openSUSE Build Service is sponsored by