public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-backup/b2/
Date: Wed, 04 Jun 2025 12:41:57 +0000 (UTC)	[thread overview]
Message-ID: <1749040638.8f9433c0b30ad52d72da88a2c76686a140d30c8b.watermanpaint@gentoo> (raw)

commit:     8f9433c0b30ad52d72da88a2c76686a140d30c8b
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun  4 12:37:01 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jun  4 12:37:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f9433c0

app-backup/b2: drop 4.0.1

Has no py3_13 compat and superseded by 4.3.2

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-backup/b2/Manifest        |  1 -
 app-backup/b2/b2-4.0.1.ebuild | 72 -------------------------------------------
 2 files changed, 73 deletions(-)

diff --git a/app-backup/b2/Manifest b/app-backup/b2/Manifest
index 53169df523..d6979c754d 100644
--- a/app-backup/b2/Manifest
+++ b/app-backup/b2/Manifest
@@ -1,2 +1 @@
-DIST b2-4.0.1.gh.tar.gz 201737 BLAKE2B 74fb1dd52c8592816c2f2680469c2dd08910f8c25d4a923dd53258f63dd4c38ef77855e6845c41572b8fe52d33ee390a2fac6555016663c450feeb6ff89ed09e SHA512 02a14c2c78fecd1dda536539b5977d6ff45892db0355575209417d7f8471a45ace0d4766dd454c0ba0a65a1ae44e0c698cca38814b0bf36ca5e7a69efec9149a
 DIST b2-4.3.2.gh.tar.gz 219545 BLAKE2B 2d644e0b3fd8fff18c66d981e1a005590f248d5e2f3e6d41dbed9440c7ae85715c055e334786a0e45eec5de5f0a0d8a730daabc1738e30624f87209ddd3d40d3 SHA512 d2feea3b5521fd7211efa48d50e66c1e603001986e33adacdd64618d25e1e4efb8d86377c4dff243d8c584bde2bfb1648243834194dfc0b3cdde5cebe6633194

diff --git a/app-backup/b2/b2-4.0.1.ebuild b/app-backup/b2/b2-4.0.1.ebuild
deleted file mode 100644
index 3bcf93f3d7..0000000000
--- a/app-backup/b2/b2-4.0.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517="pdm-backend"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Command-line tool for BackBlaze's B2 product"
-HOMEPAGE="https://github.com/Backblaze/B2_Command_Line_Tool"
-SRC_URI="https://github.com/Backblaze/B2_Command_Line_Tool/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-S="${WORKDIR}/B2_Command_Line_Tool-${PV}"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-	"${FILESDIR}/${P}-nameclash.patch"
-)
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/argcomplete-2.1.2[${PYTHON_USEDEP}]
-		>=dev-python/arrow-1.3.0[${PYTHON_USEDEP}]
-		>=dev-python/b2sdk-2.3.0[${PYTHON_USEDEP}]
-		>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
-		>=dev-python/phx-class-registry-4.0.6[${PYTHON_USEDEP}]
-		>=dev-python/rst2ansi-0.1.5[${PYTHON_USEDEP}]
-		>=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
-		>=dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
-	')
-"
-
-DEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			>=dev-python/backoff-2.2.1[${PYTHON_USEDEP}]
-			>=dev-python/pexpect-4.8.0[${PYTHON_USEDEP}]
-		')
-	)
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-	# fixture 'worker_id' not found
-	"test/integration/test_b2_command_line.py"
-	"test/integration/test_help.py::test_help"
-	"test/integration/test_autocomplete.py"
-
-	# Timeout exceeded
-	# I think this is trying to access files outside of the sandbox
-	"test/unit/console_tool/test_install_autocomplete.py::test_install_autocomplete"
-
-	# TypeError: super(type, obj): obj must be an instance or subtype of type
-	# This test itself does not fail, but running it causes subsequent test to
-	# fail, which otherwise pass. Not really sure why (I assume this test is
-	# somehow polluting the test fixture?) but disabling causes the other tests
-	# to pass
-	"test/unit/_cli/test_autocomplete_cache.py"
-)
-
-pkg_postinst() {
-	elog "The b2 executable has been renamed to backblaze2 in order to"
-	elog "avoid a name clash with b2 from boost-build"
-}


             reply	other threads:[~2025-06-04 12:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-04 12:41 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 16:07 [gentoo-commits] repo/proj/guru:dev commit in: app-backup/b2/ Itai Ferber
2025-10-13 16:07 Itai Ferber
2025-08-09  7:13 Takuya Wakazono
2025-06-04 12:41 Lucio Sauer
2025-05-14 17:55 Wolfgang E. Sanyer
2025-05-14 17:55 Wolfgang E. Sanyer
2024-06-05  0:04 Wolfgang E. Sanyer
2024-06-04 19:00 Wolfgang E. Sanyer
2024-04-03  2:40 Wolfgang E. Sanyer
2023-06-05  3:13 Wolfgang E. Sanyer
2023-03-09  7:53 Anna Vyalkova
2022-07-15  3:11 Wolfgang E. Sanyer
2021-10-01 20:23 Wolfgang E. Sanyer
2021-10-01 20:01 Wolfgang E. Sanyer
2021-10-01 18:40 Wolfgang E. Sanyer
2021-06-04 19:52 Wolfgang E. Sanyer
2021-01-04  5:19 Wolfgang E. Sanyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1749040638.8f9433c0b30ad52d72da88a2c76686a140d30c8b.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox