diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cfe3e03..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/pep517-0.5.0.tar.gz -/pep517-0.7.0.tar.gz -/pep517-0.8.2.tar.gz -/pep517-0.9.1.tar.gz -/pep517-0.10.0.tar.gz -/pep517-0.11.0.tar.gz -/pep517-0.12.0.tar.gz -/pep517-0.13.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 9d545f4..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-pep517 - -The python-pep517 package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..92c3edb --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +Retired: Replaced (upstream) by pyproject-hooks and build + +See https://bugzilla.redhat.com/2144515 diff --git a/python-pep517.spec b/python-pep517.spec deleted file mode 100644 index 28d4e37..0000000 --- a/python-pep517.spec +++ /dev/null @@ -1,152 +0,0 @@ -%global pypi_name pep517 - -Name: python-%{pypi_name} -Version: 0.13.0 -Release: 5%{?dist} -Summary: Wrappers to build Python packages using PEP 517 hooks - -%bcond_without tests - -# colorlog.py is "copied from Tornado", Apache licensed -License: MIT and ASL 2.0 -URL: https://github.com/pypa/pep517 -Source0: %{pypi_source} - -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: pyproject-rpm-macros - - -%description -This package contains wrappers around the hooks of standard API -for systems which build Python packages, specified in PEP 517. - - -%package -n python3-%{pypi_name} -Summary: %{summary} -%{?python_provide:%python_provide python3-%{pypi_name}} - -# colorlog.py is "copied from Tornado", Apache licensed -Provides: bundled(python3dist(tornado)) - -%description -n python3-%{pypi_name} -This package contains wrappers around the hooks of standard API -for systems which build Python packages, specified in PEP 517. - - -%prep -%autosetup -p1 -n %{pypi_name}-%{version} - -# Don't run the linter as part of tests -sed -i '/--flake8$/d' pytest.ini -sed -i '/flake8/d' dev-requirements.txt - -%generate_buildrequires -%pyproject_buildrequires %{?with_tests:-t} - - -%build -%pyproject_wheel - - -%install -%pyproject_install -%pyproject_save_files %{pypi_name} - - -%if %{with tests} -%check -# "test_meta" skipped as it creates a venv and tries -# to install to it from PyPI -%tox -- -- -v -k "not test_meta" -%endif - - -%files -n python3-%{pypi_name} -f %{pyproject_files} -%license LICENSE -%doc README.rst - - -%changelog -* Fri Jul 21 2023 Fedora Release Engineering - 0.13.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jul 04 2023 Python Maint - 0.13.0-4 -- Rebuilt for Python 3.12 - -* Tue Jun 13 2023 Python Maint - 0.13.0-3 -- Bootstrap for Python 3.12 - -* Fri Jan 20 2023 Fedora Release Engineering - 0.13.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Sep 13 2022 Lumír Balhar - 0.13.0-1 -- Update to 0.13.0 -Resolves: rhbz#2112398 - -* Fri Jul 22 2022 Fedora Release Engineering - 0.12.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0.12.0-3 -- Rebuilt for Python 3.11 - -* Fri Jan 21 2022 Fedora Release Engineering - 0.12.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Oct 26 2021 Lumír Balhar - 0.12.0-1 -- Update to 0.12.0 -Resolves: rhbz#2014930 - -* Fri Jul 23 2021 Petr Viktorin - 0.11.0-1 -- Update to version 0.11.0 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.10.0-2 -- Rebuilt for Python 3.10 - -* Tue Mar 16 2021 Petr Viktorin - 0.10.0-1 -- Update to version 0.10.0 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 13 2020 Petr Viktorin - 0.9.1-1 -- Update to version 0.9.1 - -* Fri Oct 09 2020 Petr Viktorin - 0.8.2-1 -- Update to version 0.8.2 - -* Mon Sep 21 2020 Miro Hrončok - 0.7.0-6 -- Use %%pyproject_buildrequires to bring in all the needed tools (like pip) -- Resolves rhbz#1880983 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.7.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.7.0-4 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Nov 14 2019 Petr Viktorin - 0.7.0-2 -- Don't pull in importlib_metadata & zipp backports for Python 3.8+ - -* Wed Oct 23 2019 Petr Viktorin - 0.7.0-1 -- Update to version 0.7.0 -- Change dependency from pytoml to toml - -* Thu Oct 03 2019 Miro Hrončok - 0.5.0-4 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.5.0-3 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jul 18 2019 Petr Viktorin - 0.5.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 58bff1f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (pep517-0.13.0.tar.gz) = 110c62441e0084cb2f0b7310ec2d7bb3e08615d65efbeb84eab953ec21600fc4242ef8611f9cdf74a936c1f9e389f4379d165bb5c7a8bd9efe50ee53c1b8d4e1