import python-pdm-pep517-1.1.4-7.el10

i10ce changed/i10ce/python-pdm-pep517-1.1.4-7.el10
Arkady L. Shane 4 weeks ago
commit 9a79b521e4
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/pdm-pep517-1.1.4.tar.gz

@ -0,0 +1 @@
f0b56c86e41afade99078443ba159589f67c0073 SOURCES/pdm-pep517-1.1.4.tar.gz

@ -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 <tigro@msvsphere-os.ru> - 1.1.4-7
- Rebuilt for MSVSphere 10
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.4-6
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 26 2023 Python Maint <python-maint@redhat.com> - 1.1.4-2
- Rebuilt for Python 3.12
* Tue Jun 13 2023 Simon de Vlieger <cmdr@supakeen.com> - 1.1.4-1
- bump to 1.1.4-1
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.5-3
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 11 2022 Simon de Vlieger <cmdr@supakeen.com> - 1.0.5-1
- bump to 1.0.5-1
* Fri Nov 11 2022 Simon de Vlieger <cmdr@supakeen.com> - 1.0.4-3
- explicit dependency on python3-setuptools, see BZ#2142037
* Fri Oct 14 2022 Simon de Vlieger <cmdr@supakeen.com> - 1.0.4-2
- epel9 needs an extra file.
* Fri Sep 16 2022 Simon de Vlieger <cmdr@supakeen.com> - 1.0.4-1
- Initial version of the package.
Loading…
Cancel
Save