From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E2EA15813A for ; Tue, 07 Jan 2025 20:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A37F7E079C; Tue, 07 Jan 2025 20:55:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8638BE079C for ; Tue, 07 Jan 2025 20:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93F95335D75 for ; Tue, 07 Jan 2025 20:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F7741870 for ; Tue, 07 Jan 2025 20:55:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1736281035.6352e03669db5166c66dd3c79bcf58ad1b326c30.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyrics-in-terminal/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/lyrics-in-terminal/Manifest net-misc/lyrics-in-terminal/lyrics-in-terminal-1.7.0.ebuild X-VCS-Directories: net-misc/lyrics-in-terminal/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6352e03669db5166c66dd3c79bcf58ad1b326c30 X-VCS-Branch: dev Date: Tue, 07 Jan 2025 20:55:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a993db7-a562-4632-ae5f-060e060b8ed9 X-Archives-Hash: 6b5883818ca22be20f968490429aefb7 commit: 6352e03669db5166c66dd3c79bcf58ad1b326c30 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Jan 7 20:13:34 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Jan 7 20:17:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6352e036 net-misc/lyrics-in-terminal: add 1.7.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/lyrics-in-terminal/Manifest | 1 + .../lyrics-in-terminal-1.7.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/net-misc/lyrics-in-terminal/Manifest b/net-misc/lyrics-in-terminal/Manifest index 92cc7a7b6..27c752996 100644 --- a/net-misc/lyrics-in-terminal/Manifest +++ b/net-misc/lyrics-in-terminal/Manifest @@ -1 +1,2 @@ DIST lyrics-in-terminal-1.5.0.gh.tar.gz 1667797 BLAKE2B 70a4522cf694a3a83378504b684d295c7a9929d08980704f9b331104a3d9ae067cf3eb8df30f435c098b89e236ab00436344b08a2865b618e93084ce66128431 SHA512 e7cefc779c0e83861be4dadaf8324b13a37be7f952aedb0860bf0a636852c95f4829ab18d7585cf5f96cc38ea88fb60ece8455e3f155dc0d54006370a275e0f2 +DIST lyrics-in-terminal-1.7.0.gh.tar.gz 1669911 BLAKE2B fdc807259d1fb0d6607b46437deb2e1162b8636843c04d3ec2e96e7baec38e1a03f3bccd46c42a34674a5be195283392d2cfac63693a009a0d280546e648b5f4 SHA512 96b4913a63e892128e9e2153d6dfe9e04402dde60ae8a4b653221db0a1ce1911251949096c3337f2f0a5d1a0fb176846e2e688e702e573446b1bff5daba81957 diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.7.0.ebuild b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.7.0.ebuild new file mode 100644 index 000000000..68473fb33 --- /dev/null +++ b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.7.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_REQ_USE="ncurses" +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature + +DESCRIPTION="Command Line Lyrics fetcher for MPRIS media players" +HOMEPAGE="https://github.com/Jugran/lyrics-in-terminal" +SRC_URI="https://github.com/Jugran/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" + +distutils_enable_tests import-check + +pkg_postinst() { + optfeature "MPD player support" dev-python/python-mpd2 +}