[packages/python3-pyproject-api] - ignore vcs deps and fatch failures
baggins
baggins at pld-linux.org
Fri Mar 28 13:52:10 CET 2025
commit 3e8217037a17d017410cade50f0ed922f862f27f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Mar 28 14:02:10 2025 +0100
- ignore vcs deps and fatch failures
python3-pyproject-api.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/python3-pyproject-api.spec b/python3-pyproject-api.spec
index e0cb7fb..2344ce5 100644
--- a/python3-pyproject-api.spec
+++ b/python3-pyproject-api.spec
@@ -13,9 +13,11 @@ Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pyproject-api/
Source0: https://files.pythonhosted.org/packages/source/p/pyproject-api/pyproject_api-%{version}.tar.gz
# Source0-md5: 4ec4e4038061c0a5eb88f9ee4754f809
+Patch0: no-vcs.patch
URL: https://pypi.org/project/pyproject-api/
BuildRequires: python3-modules >= 1:3.2
BuildRequires: python3-build
+BuildRequires: python3-hatchling >= 1.27
BuildRequires: python3-installer
%if %{with tests}
BuildRequires: python3-covdefaults >= 2.3
@@ -52,6 +54,7 @@ Dokumentacja API modułu Pythona %{module}.
%prep
%setup -q -n pyproject_api-%{version}
+%patch -P0 -p1
%build
%py3_build_pyproject
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pyproject-api.git/commitdiff/3e8217037a17d017410cade50f0ed922f862f27f
More information about the pld-cvs-commit
mailing list