%global srcname apipkg %global sum A Python namespace control and lazy-import mechanism Name: python-%{srcname} Version: 1.5 Release: 1%{?dist} Summary: %{sum} License: MIT URL: https://pypi.org/project/apipkg/ Source0: https://files.pythonhosted.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools_scm BuildRequires: python3-devel BuildRequires: python3-setuptools_scm %description With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools. %package -n python2-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools. %package -n python3-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools. %prep %autosetup -n %{srcname}-%{version} %build export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %py2_build %py3_build %install export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %py2_install %py3_install %files -n python2-%{srcname} %doc CHANGELOG README.rst %{python2_sitelib}/* %files -n python3-%{srcname} %doc CHANGELOG README.rst %{python3_sitelib}/* %changelog * Tue Feb 05 2019 Ken Dreyer - 1.5-1 - Update to new upstream version 1.5 (rhbz#1672801) - Update package URL and Source0 - Use setuptools_scm - Handle README file rename * Sat Feb 02 2019 Fedora Release Engineering - 1.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 18 2018 Miro Hrončok - 1.4-10 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.4-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.4-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Nov 14 2015 Fabian Affolter - 1.4-3 - Cleanup * Tue Nov 10 2015 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Oct 17 2015 Fabian Affolter - 1.4-1 - Update to new upstream version 1.4 (rhbz#1239818) * Thu Jun 18 2015 Fedora Release Engineering - 1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Mar 10 2015 Fabian Affolter - 1.3-1 - Update to new upstream version 1.3 (rhbz#1199807) * Wed Feb 18 2015 Fabian Affolter - 1.2-7 - Enable py3 package * Fri Oct 03 2014 Fabian Affolter - 1.2-6 - Update to match guidelines * Sat Jun 07 2014 Fedora Release Engineering - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Kalev Lember - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Nov 10 2012 Fabian Affolter - 1.2-1 - Update to match new guidelines - Python3 - Update to new upstream version 1.2 * Sat Jul 21 2012 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Nov 08 2010 Fabian Affolter - 1.0-1 - Initial package