From 043f8051bca7a1e0590e038cf55f3ba34426a2e8 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 15 Dec 2021 11:00:01 -0800 Subject: - python-b4 Signed-off-by: Michel Alexandre Salim --- python/python-b4.spec | 62 --------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 python/python-b4.spec (limited to 'python/python-b4.spec') diff --git a/python/python-b4.spec b/python/python-b4.spec deleted file mode 100644 index 837caf3..0000000 --- a/python/python-b4.spec +++ /dev/null @@ -1,62 +0,0 @@ -%global srcname b4 - -Name: python-%{srcname} -Version: 0.8.0 -Release: %autorelease -Summary: A helper tool to work with public-inbox and patch series -License: GPLv2 -URL: https://git.kernel.org/pub/scm/utils/%{srcname}/%{srcname}.git -Source0: https://mirrors.edge.kernel.org/pub/software/devel/%{srcname}/%{srcname}-%{version}.tar.xz -# Unpin version requirement since Fedora 35+'s is newer -Patch0: b4-unpin-requests.patch - -BuildArch: noarch - -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python3dist(pytest) - -%global _description %{expand: -B4 is a helper utility to work with patches made available via a public-inbox -archive like lore.kernel.org. It is written to make it easier to participate in -a patch-based workflows, like those used in the Linux kernel development.} - -%description %{_description} - - -%package -n %{srcname} -Summary: %{summary} -Provides: python%{python3_pkgversion}-%{srcname} = %{version}-%{release} - -%description -n %{srcname} %{_description} - - -%prep -%autosetup -p1 -n %{srcname}-%{version} - - -%generate_buildrequires -%pyproject_buildrequires -r requirements.txt - - -%build -%pyproject_wheel - - -%install -%pyproject_install -%pyproject_save_files %{srcname} - - -%check -%pytest - - -%files -n %{srcname} -f %{pyproject_files} -%license COPYING -%doc README.rst -%{_bindir}/%{srcname} -%{_mandir}/man5/%{srcname}.5.* - - -%changelog -%autochangelog -- cgit