From 39bb4dc77436a3823a8e63e51bca429d137dc98f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 14:45:36 -0400 Subject: [PATCH] backblaze-b2: rebuild without pip --- .../backblaze-b2/patches/setuptools_scm_ver.patch | 13 +++++++++++++ srcpkgs/backblaze-b2/template | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch diff --git a/srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch b/srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch new file mode 100644 index 00000000000..5daca91bfc5 --- /dev/null +++ b/srcpkgs/backblaze-b2/patches/setuptools_scm_ver.patch @@ -0,0 +1,13 @@ +Package builds find with our version of setuptools_scm, so use it. + +--- a/setup.py ++++ b/setup.py +@@ -115,7 +115,7 @@ + 'doc': read_requirements('doc'), + 'license': read_requirements('license'), + }, +- setup_requires=['setuptools_scm<6.0'], ++ setup_requires=['setuptools_scm'], + use_scm_version=True, + + # If there are data files included in your packages that need to be diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template index 7dd48f851a7..6b41be26863 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -1,9 +1,9 @@ # Template file for 'backblaze-b2' pkgname=backblaze-b2 version=3.10.0 -revision=1 +revision=2 build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-pip" +hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3-Arrow python3-b2sdk python3-docutils python3-phx-class-registry python3-rst2ansi python3-tabulate" short_desc="Command Line Interface for Backblaze's B2 storage service"