%global _docdir_fmt %{name} %global pypi_name jedi %global _description \ Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its\ historic focus is autocompletion, but does static analysis for now as well.\ Jedi is fast and is very well tested. It understands Python on a deeper level\ than all other static analysis frameworks for Python. %bcond_with tests Name: python-%{pypi_name} Version: 0.12.1 Release: 1%{?dist} Summary: An auto completion tool for Python that can be used for text editors License: MIT and Python URL: https://jedi.readthedocs.org Source0: https://github.com/davidhalter/%{pypi_name}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description %{_description} %package -n python2-%{pypi_name} Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-setuptools %if %{with tests} BuildRequires: python2-pytest >= 2.3.5 BuildRequires: python2-parso >= 0.2.0 %endif Requires: python2-parso >= 0.2.0 %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} %{_description} %package -n python%{python3_pkgversion}-%{pypi_name} Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest >= 2.3.5 BuildRequires: python%{python3_pkgversion}-parso >= 0.2.0 %endif Requires: python%{python3_pkgversion}-parso >= 0.2.0 %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} %description -n python%{python3_pkgversion}-%{pypi_name} %{_description} %prep %autosetup -n %{pypi_name}-%{version} -p 1 %build %py2_build %py3_build %install %py2_install %py3_install %if %{with tests} %check py.test-%{python2_version} --verbose py.test-%{python3_version} --verbose %endif %files -n python2-%{pypi_name} %license LICENSE.txt %doc AUTHORS.txt CHANGELOG.rst README.rst %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py%{python2_version}.egg-info %files -n python%{python3_pkgversion}-%{pypi_name} %license LICENSE.txt %doc AUTHORS.txt CHANGELOG.rst README.rst %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Fri Aug 24 2018 Pavel Raiskup - 0.12.1-1 - new upstream version * Sat Jul 14 2018 Fedora Release Engineering - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 15 2018 Carl George - 0.12.0-3 - Add patch0 to parse correct AST entry for version on Python 3.7.0b5 * Fri Jun 15 2018 Miro Hrončok - 0.12.0-2 - Rebuilt for Python 3.7 * Mon Apr 16 2018 Carl George - 0.12.0-1 - Latest upstream - Enable test suite - Share doc and license dir between subpackages * Fri Feb 09 2018 Fedora Release Engineering - 0.10.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jul 28 2017 Michel Alexandre Salim - 0.10.2-3 - Enable python3 subpackage for EPEL * Thu Jul 27 2017 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Apr 18 2017 Carl George - 0.10.2-1 - Latest upstream * Mon Apr 03 2017 Carl George - 0.10.0-1 - Latest upstream - Upstream license changed to MIT and Python - Align spec with Python packaging guidelines * Sat Feb 11 2017 Fedora Release Engineering - 0.9.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.9.0-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu May 07 2015 Petr Hracek - 0.9.0-1 - new upstream version 0.9.0 (#1217032) * Mon Jan 19 2015 Petr Hracek - 0.8.1-1 - new upstream version 0.8.1 (#1178815) * Sat Jun 07 2014 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Mon Jan 06 2014 Petr Hracek - 0.7.0-3 - Fix: Enable python3 subpackage (#1038398) * Fri Aug 23 2013 Petr Hracek - 0.7.0-1 - new upstream version 0.7.0 * Sun Aug 04 2013 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu May 16 2013 Petr Hracek - 0.6.0-1 - new upstream version 0.6.0 * Wed Apr 17 2013 Petr Hracek - 0.5b5-3 - Test suite is available only on dev branch. It will not be used. * Thu Apr 11 2013 Petr Hracek - 0.5b5-2 - Some type warnings. - Added dependency to python2-devel - tests were run and 5/679 failed * Thu Apr 11 2013 Petr Hracek - 0.5b5-1 - Initial package.