public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/
Date: Tue, 23 Apr 2024 03:59:51 +0000 (UTC)	[thread overview]
Message-ID: <1713844671.3b34ad3f0d5cfa06041b275a4852a9d9e136d12c.mgorny@gentoo> (raw)

commit:     3b34ad3f0d5cfa06041b275a4852a9d9e136d12c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 03:57:51 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 03:57:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b34ad3f

media-sound/whipper: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/whipper/whipper-0.10.0.ebuild | 55 -------------------------------
 1 file changed, 55 deletions(-)

diff --git a/media-sound/whipper/whipper-0.10.0.ebuild b/media-sound/whipper/whipper-0.10.0.ebuild
deleted file mode 100644
index c865bb56dbb7..000000000000
--- a/media-sound/whipper/whipper-0.10.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-DESCRIPTION="A Python CD-DA ripper preferring accuracy over speed (forked from morituri)"
-HOMEPAGE="https://github.com/whipper-team/whipper"
-SRC_URI="https://github.com/whipper-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="media-libs/libsndfile:="
-RDEPEND="
-	${DEPEND}
-	app-cdr/cdrdao
-	>=dev-libs/libcdio-paranoia-0.94_p2
-	dev-python/musicbrainzngs[${PYTHON_USEDEP}]
-	>=dev-python/pycdio-2.1.0[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	dev-python/discid[${PYTHON_USEDEP}]
-	dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	media-libs/mutagen[${PYTHON_USEDEP}]
-	media-sound/sox[flac]"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-
-PATCHES=( "${FILESDIR}/${PN}-0.7.0-cdparanoia-name-fix.patch" )
-
-python_prepare_all() {
-	# accurip test totally depends on network access
-	rm "${PN}"/test/test_common_accurip.py || die
-
-	# Test fails with
-	# Log [82 chars]28Z\n\nRipping phase information:\n  Drive: HL[2290 chars]31\n
-	# !=
-	# Log [82 chars]28Z\nRipping phase information:\n  Drive: HL-D[2274 chars]31\n
-	# assertion. TODO: fix test.
-	rm "${PN}"/test/test_result_logger.py || die
-
-	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2024-04-23  3:59 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  3:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13  7:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/whipper/ Joonas Niilola
2024-07-13  7:35 Joonas Niilola
2024-07-13  7:35 Joonas Niilola
2024-04-23  3:59 Michał Górny
2024-01-30 19:23 Sam James
2023-05-02  8:22 Florian Schmaus
2023-05-02  8:22 Florian Schmaus
2023-05-02  8:22 Florian Schmaus
2023-05-02  8:22 Florian Schmaus
2023-05-01 12:41 Michał Górny
2022-06-08  7:09 Sam James
2021-06-03  7:01 Joonas Niilola
2021-05-28 14:19 Michał Górny
2020-08-19 18:46 Sam James
2019-12-12 17:37 David Seifert
2019-12-12 17:37 David Seifert
2019-12-09 12:39 Andreas Sturmlechner
2019-12-09 12:30 Andreas Sturmlechner
2019-08-12  5:27 Mart Raudsepp
2019-08-04 23:43 Aaron Bauman
2019-08-04 11:56 Mart Raudsepp
2019-01-10 21:54 Andreas Sturmlechner
2019-01-10 21:54 Andreas Sturmlechner
2018-11-08 22:49 Patrice Clement

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=1713844671.3b34ad3f0d5cfa06041b275a4852a9d9e136d12c.mgorny@gentoo \
    --to=mgorny@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