diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 55ff151..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/WSGIProxy2-0.4.1.zip diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a72aec0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +epel8-playground decommissioned : https://pagure.io/epel/issue/136 diff --git a/python-WSGIProxy2.spec b/python-WSGIProxy2.spec deleted file mode 100644 index 87cf9e1..0000000 --- a/python-WSGIProxy2.spec +++ /dev/null @@ -1,109 +0,0 @@ -%global pypi_name WSGIProxy2 -%global package_name wsgiproxy - -Name: python-%{pypi_name} -Version: 0.4.1 -Release: 14%{?dist} -Summary: WSGI Proxy that supports several HTTP backends - -License: MIT -URL: https://github.com/gawel/WSGIProxy2/ -Source0: https://pypi.python.org/packages/source/W/%{pypi_name}/%{pypi_name}-%{version}.zip -BuildArch: noarch - -%global _description\ -WSGI Proxy that supports several HTTP backends. - -%description %_description - -%package -n python2-%{pypi_name} -Summary: %summary -BuildRequires: python2-devel -BuildRequires: python2-setuptools -Requires: python2-webob -Requires: python2-six -%{?python_provide:%python_provide python2-%{pypi_name}} - -%description -n python2-%{pypi_name} %_description - -Python 2 version. - -%package -n python3-%{pypi_name} -Summary: WSGI Proxy that supports several HTTP backends -BuildRequires: python3-devel -BuildRequires: python3-setuptools -Requires: python3-webob -Requires: python3-six -%{?python_provide:%python_provide python3-%{pypi_name}} - -%description -n python3-%{pypi_name} %_description - -Python 3 version. - -%prep -%setup -q -n %{pypi_name}-%{version} -# Remove bundled egg-info -rm -rf %{pypi_name}.egg-info - -%build -%py2_build -%py3_build - -%install -%py2_install -%py3_install - -%files -n python2-%{pypi_name} -%doc README_fixt.py README.rst -%{python2_sitelib}/%{package_name}/ -%{python2_sitelib}/%{pypi_name}-*.egg-info/ - -%files -n python3-%{pypi_name} -%doc README_fixt.py README.rst -%{python3_sitelib}/%{package_name}/ -%{python3_sitelib}/%{pypi_name}-*.egg-info/ - -%changelog -* Sat Feb 02 2019 Fedora Release Engineering - 0.4.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.4.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sun Jun 17 2018 Miro Hrončok - 0.4.1-12 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Aug 25 2017 Igor Gnatenko - 0.4.1-10 -- Modernize spec -- Get back old name - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.4.1-9 -- Python 2 binary package renamed to python2-wsgiproxy2 - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Jul 27 2017 Fedora Release Engineering - 0.4.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.4.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.4.1-6 -- Rebuild for Python 3.6 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.1-5 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.4.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Thu Jun 18 2015 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Jun 05 2014 Bohuslav Kabrda - 0.4.1-1 -- Initial package. diff --git a/sources b/sources deleted file mode 100644 index e87e1f1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fb8937620dc24270916678f6f07e337b WSGIProxy2-0.4.1.zip