From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/
Date: Sun, 27 Jul 2025 11:53:13 +0000 (UTC) [thread overview]
Message-ID: <1753617160.cc7a5371f94913f3dd4190f3bbf5bc6fd18cb6ad.asturm@gentoo> (raw)
commit: cc7a5371f94913f3dd4190f3bbf5bc6fd18cb6ad
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 14:31:47 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 11:52:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7a5371
dev-vcs/breezy: drop 3.3.9
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-vcs/breezy/Manifest | 2 -
dev-vcs/breezy/breezy-3.3.9.ebuild | 79 --------------------------------------
2 files changed, 81 deletions(-)
diff --git a/dev-vcs/breezy/Manifest b/dev-vcs/breezy/Manifest
index e2ca04f34771..0433cdbede30 100644
--- a/dev-vcs/breezy/Manifest
+++ b/dev-vcs/breezy/Manifest
@@ -1,4 +1,2 @@
DIST breezy-3.3.12.gh.tar.gz 9384932 BLAKE2B 2749c5e766b0cddbb34ad8513ba74e2ce5138d5b9ffaa27a75bb9a9af99723494512d31306539585695f8a462c2f0e40229455eeb72feca575fed98376d9acf7 SHA512 460cb3b7e0d2557644f5cc428ba24f769b42031716423cdfe43da04576b0a46642b01aa930ebb737b713bf627155c66e9693013a2d476b9703a9bc8a6ef694a6
-DIST breezy-3.3.9-crates.tar.xz 2180380 BLAKE2B e634b9821f77f54278e9b94fd8725533abe23d5fee79f4c342eadfa2aa077367e9b6ee5a4e7a1577fdf3ff6e2b03af59604dc1a6a37183610cfc13684d6389e3 SHA512 3bb4b33bb79c7d5bc22141e04ef21efa6eff9e7a75e46c8abd7201cc3f8650cfec1c65567b5bd26e4c63c720b26d5a444932c00b929de7f0d5be754f48d1d8d6
-DIST breezy-3.3.9.tar.gz 10398251 BLAKE2B 9358cb7043a0512e67602f008135e7cc4da4fd6c32796fad75be79c3102e84091365ed52064dbdfb75e7165b07328859a4dc0757fa4ec8370f966d95693c0022 SHA512 e5db988c73d6f7626ecb8f688874c39d9b345dfb52897431c2207e744dd060407057548107dec04b71c00f1421370e7c544b6411fded0308cf2dab9a8cf748d3
DIST breezy-brz-3.3.12-crates.tar.xz 2712948 BLAKE2B a0d903f3e450c61c319965d38ca2df915fbe95f86c3652b16a19a278486cce66a8f236af4488c458b1ee4bcba0744a9bf5f5071188c125911affc2a510778283 SHA512 b1faa8fbb3639ae2c26a40b0313b063a9d4a57a40e244f5f621d03c99ebce4654e9ae9649ad59ae7e6a401fb55d47987024e2f980ab008a4a7fe433c8d065a4a
diff --git a/dev-vcs/breezy/breezy-3.3.9.ebuild b/dev-vcs/breezy/breezy-3.3.9.ebuild
deleted file mode 100644
index 03130fffa9ee..000000000000
--- a/dev-vcs/breezy/breezy-3.3.9.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit cargo distutils-r1 optfeature
-
-DESCRIPTION="Distributed Version Control System with a Friendly UI"
-HOMEPAGE="https://www.breezy-vcs.org/ https://github.com/breezy-team/breezy"
-SRC_URI="https://launchpad.net/brz/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/dev-vcs/${PN}/${P}-crates.tar.xz"
-
-LICENSE="GPL-2+"
-# Dependent crate licenses
-LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-# I've got tired of all the test failures. It definitely mostly works.
-# We have ~29000 tests successfully passing from ~30000 tests.
-RESTRICT="test"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/fastbencode[${PYTHON_USEDEP}]
- dev-python/patiencediff[${PYTHON_USEDEP}]
- dev-python/merge3[${PYTHON_USEDEP}]
- dev-python/dulwich[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/tzlocal[${PYTHON_USEDEP}]
- ')
- !dev-vcs/bzr
-"
-BDEPEND="
- $(python_gen_cond_dep '
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/setuptools-gettext[${PYTHON_USEDEP}]
- dev-python/setuptools-rust[${PYTHON_USEDEP}]
- ')
-"
-
-QA_FLAGS_IGNORED="
- usr/lib.*/py.*/site-packages/breezy/.*.so
- usr/bin/brz
-"
-
-src_prepare() {
- sed -e 's@man/man1@share/&@' \
- -e 's@, strip=Strip\.All@@' \
- -i setup.py || die
-
- # https://bugs.gentoo.org/954134
- find -name '*.pyx' -exec \
- sed -e '/_AsUnsignedLongMask/s:PyInt:PyLong:' \
- -e 's:cpython\.int:cpython.long:' \
- -i {} + || die
-
- distutils-r1_src_prepare
-}
-
-src_install() {
- distutils-r1_src_install
-
- # Symlink original bzr's bin names to new names
- dosym brz /usr/bin/bzr
-}
-
-pkg_postinst() {
- optfeature "access branches over sftp" "dev-python/pycryptodome dev-python/paramiko"
- optfeature "PGP sign and verify commits" "app-crypt/gpgme[python]"
-}
next reply other threads:[~2025-07-27 11:53 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-27 11:53 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-28 7:06 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/ Arthur Zamarin
2025-09-05 7:55 Arthur Zamarin
2025-07-25 21:44 Andreas Sturmlechner
2025-06-06 7:04 Arthur Zamarin
2025-06-06 7:04 Arthur Zamarin
2025-05-03 13:12 Michał Górny
2025-02-07 11:23 Arthur Zamarin
2025-02-07 11:23 Arthur Zamarin
2025-02-07 9:47 Arthur Zamarin
2024-07-16 16:29 Ulrich Müller
2024-04-04 4:57 Arthur Zamarin
2024-04-04 4:57 Arthur Zamarin
2024-02-08 17:53 Arthur Zamarin
2023-12-05 7:53 Arthur Zamarin
2023-09-09 6:10 Arthur Zamarin
2023-09-09 6:10 Arthur Zamarin
2023-09-09 6:10 Arthur Zamarin
2023-08-17 2:55 Sam James
2023-07-21 11:25 Arthur Zamarin
2023-07-15 3:10 Sam James
2023-07-10 20:21 Arthur Zamarin
2023-07-07 18:36 Arthur Zamarin
2023-04-29 9:38 Arthur Zamarin
2021-09-25 16:52 Arthur Zamarin
2021-09-25 7:01 Arthur Zamarin
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=1753617160.cc7a5371f94913f3dd4190f3bbf5bc6fd18cb6ad.asturm@gentoo \
--to=asturm@gentoo.org \
--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