commit: 74547200a88de92494cd6aea3313136c4d4d8b6a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 01:33:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 01:33:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74547200
dev-python/b2sdk: drop 2.9.4-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/b2sdk/Manifest | 1 -
dev-python/b2sdk/b2sdk-2.9.4-r1.ebuild | 49 ----------------------------------
2 files changed, 50 deletions(-)
diff --git a/dev-python/b2sdk/Manifest b/dev-python/b2sdk/Manifest
index aa6c4224fa75..c7a7a2886f2b 100644
--- a/dev-python/b2sdk/Manifest
+++ b/dev-python/b2sdk/Manifest
@@ -1,2 +1 @@
DIST b2sdk-2.10.0.gh.tar.gz 423479 BLAKE2B
04dc1c347817ef537c6c6a217e69baa0e54d0dce75601926c785f6dd43a402b30e3936e1062e7da988d3aac143b5541ed5e35f49b0175f1440a94018605794af
SHA512
16bdd1d5bcc503fd1262ebe92518adfff77981370598d06044dd1ab8e8bccb6ae1d5072831a13bf58bf9571fada076e1c5389c5472f2b9e1617a734e946200f4
-DIST b2sdk-2.9.4.gh.tar.gz 412163 BLAKE2B
8bb3273ff9bc73de76466845e165f3d9b16f1cff19ea88758162cfa21320e8670bb816e7ad21190e54a450c6088d749388c3864f206a6ed31c07a7f1c2a599f1
SHA512
b14d373ea5d68406660a8c461bc5e9c31ee0ef672fc80d79d21b3a64b1ac1c56366c58f330d7b57e4b376b7b87bb1c84efed1e73b2e8a958ec725e8bdb9342f3
diff --git a/dev-python/b2sdk/b2sdk-2.9.4-r1.ebuild
b/dev-python/b2sdk/b2sdk-2.9.4-r1.ebuild
deleted file mode 100644
index ae5aac23dc86..000000000000
--- a/dev-python/b2sdk/b2sdk-2.9.4-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library to access Backblaze B2 cloud storage"
-HOMEPAGE="
- https://github.com/Backblaze/b2-sdk-python
- https://pypi.org/project/b2sdk/
-"
-# No tests in sdist
-SRC_URI="https://github.com/Backblaze/b2-sdk-python/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
-S="${WORKDIR}"/b2-sdk-python-${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# pydantic can be used but it has a fallback
-RDEPEND="
- >=dev-python/annotated-types-0.5.0[${PYTHON_USEDEP}]
- >=dev-python/logfury-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}]
- >=dev-python/tqdm-4.5.0[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- # Requires network access and real API keys
- test/integration/test_bucket.py
- test/integration/test_download.py
- test/integration/test_file_version_attributes.py
- test/integration/test_sync.py
- test/integration/test_upload.py
- test/integration/test_raw_api.py
-)
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-distutils_enable_tests pytest