# Created by pyp2rpm-3.2.1 %global pypi_name nose-testconfig Name: python-%{pypi_name} Version: 0.10 Release: 1%{?dist} Summary: Test Configuration plugin for nosetests License: Apache License, Version 2.0 URL: TODO Source0: https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools %description testconfig * Project hosting: < contents::About Written by Jesse Noller Licensed under the Apache Software License, 2.0You can install it with pip install nosetestconfigWhat It Does nosetestconfig is a plugin to the nose test framework which provides a faculty for passing testspecific (or testrun specific) configuration data to the tests being executed.Currently configuration files in the ... %package -n python2-%{pypi_name} Summary: Test Configuration plugin for nosetests %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python-setuptools %description -n python2-%{pypi_name} testconfig * Project hosting: < contents::About Written by Jesse Noller Licensed under the Apache Software License, 2.0You can install it with pip install nosetestconfigWhat It Does nosetestconfig is a plugin to the nose test framework which provides a faculty for passing testspecific (or testrun specific) configuration data to the tests being executed.Currently configuration files in the ... %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %install %py2_install %files -n python2-%{pypi_name} %doc %{python2_sitelib}/testconfig.py* %{python2_sitelib}/ %{python2_sitelib}/nose_testconfig-%{version}-py?.?.egg-info %changelog * Mon May 15 2017 root - 0.10-1 - Initial package.