From 9a79b521e46187527d1b475813feb5ca3960edf3 Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 21:04:09 +0300 Subject: [PATCH] import python-pdm-pep517-1.1.4-7.el10 --- .gitignore | 1 + .python-pdm-pep517.metadata | 1 + SPECS/python-pdm-pep517.spec | 95 ++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 .gitignore create mode 100644 .python-pdm-pep517.metadata create mode 100644 SPECS/python-pdm-pep517.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f7f5c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pdm-pep517-1.1.4.tar.gz diff --git a/.python-pdm-pep517.metadata b/.python-pdm-pep517.metadata new file mode 100644 index 0000000..86b27ff --- /dev/null +++ b/.python-pdm-pep517.metadata @@ -0,0 +1 @@ +f0b56c86e41afade99078443ba159589f67c0073 SOURCES/pdm-pep517-1.1.4.tar.gz diff --git a/SPECS/python-pdm-pep517.spec b/SPECS/python-pdm-pep517.spec new file mode 100644 index 0000000..416a1d8 --- /dev/null +++ b/SPECS/python-pdm-pep517.spec @@ -0,0 +1,95 @@ +Name: python-pdm-pep517 +Version: 1.1.4 +Release: 7%{?dist} +Summary: Yet another PEP 517 backend + +License: MIT AND Apache-2.0 AND Public Domain AND BSD-3-Clause AND ISC +URL: https://pdm.fming.dev +Source0: %{pypi_source pdm-pep517} + +BuildArch: noarch + +BuildRequires: python3-devel python3-setuptools +BuildRequires: gcc +BuildRequires: git +BuildRequires: pytest + +%global _description %{expand: +This is the backend for PDM projects, while you can also use it alone. It +reads the metadata of PEP 621 format and coverts it to Core metadata. +} + +%description %_description + +%package -n python3-pdm-pep517 +Summary: %{summary} + +%description -n python3-pdm-pep517 %_description + +%prep +%autosetup -p1 -n pdm-pep517-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files pdm + +%check +git config --global user.email "you@example.com" +git config --global user.name "Your Name" + +%pytest + +%files -n python3-pdm-pep517 -f %{pyproject_files} +%{?el9:%{python3_sitelib}/pdm_pep517-%{version}.dist-info/license_files/LICENSE} + +%doc README.md +%license LICENSE + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 1.1.4-7 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.1.4-6 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Jun 26 2023 Python Maint - 1.1.4-2 +- Rebuilt for Python 3.12 + +* Tue Jun 13 2023 Simon de Vlieger - 1.1.4-1 +- bump to 1.1.4-1 + +* Tue Jun 13 2023 Python Maint - 1.0.5-3 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Nov 11 2022 Simon de Vlieger - 1.0.5-1 +- bump to 1.0.5-1 + +* Fri Nov 11 2022 Simon de Vlieger - 1.0.4-3 +- explicit dependency on python3-setuptools, see BZ#2142037 + +* Fri Oct 14 2022 Simon de Vlieger - 1.0.4-2 +- epel9 needs an extra file. + +* Fri Sep 16 2022 Simon de Vlieger - 1.0.4-1 +- Initial version of the package.