Name: python-pyplete Version: 0.0.5 Release: 1%{?dist} Summary: Dynamic autocompletion for Python BuildArch: noarch License: LGPLv3+ URL: https://github.com/goinnn/pyplete Source0: https://pypi.python.org/packages/source/p/pyplete/pyplete-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-pysmell %description PyPlete provides dynamic autocompletion for Python. It uses pysmell but unlike the standard version of it, PyPlete is dynamic, it does not need to execute a command to pre-analyze the code. It is useful for analyzing (or autocompleting) Python code. %prep %setup -qn pyplete-%{version} %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %{python_sitelib}/pyplete.py* %{python_sitelib}/pyplete*.egg-info %doc CHANGES README.rst %changelog * Sun Nov 10 2013 T.C. Hollingsworth - 0.0.5-1 - initial package