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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C1281580B9 for ; Fri, 27 Aug 2021 16:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38307E0877; Fri, 27 Aug 2021 16:11:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B175AE0877 for ; Fri, 27 Aug 2021 16:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9158342C60 for ; Fri, 27 Aug 2021 16:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5417F for ; Fri, 27 Aug 2021 16:10:58 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1629991178.f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/spotify_dl/Manifest media-sound/spotify_dl/metadata.xml media-sound/spotify_dl/spotify_dl-7.6.0.ebuild X-VCS-Directories: media-sound/spotify_dl/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e X-VCS-Branch: master Date: Fri, 27 Aug 2021 16:10:58 +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: 6554d76f-2e9a-4d97-9c87-dd9c6fbbc0d0 X-Archives-Hash: 42928fe8b89d2f10e5ca5045736e4572 commit: f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e Author: Nicola Smaniotto gmail com> AuthorDate: Thu Aug 26 15:18:56 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Aug 26 15:19:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f90c9bfa media-sound/spotify_dl: new package (7.6.0) Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto gmail.com> media-sound/spotify_dl/Manifest | 1 + media-sound/spotify_dl/metadata.xml | 8 +++++++ media-sound/spotify_dl/spotify_dl-7.6.0.ebuild | 30 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest new file mode 100644 index 000000000..eea696570 --- /dev/null +++ b/media-sound/spotify_dl/Manifest @@ -0,0 +1 @@ +DIST spotify_dl-7.6.0.tar.gz 319723 BLAKE2B 9b0bb4c4839226b83ce6b7f0e030c5136de47f84e4c5f069b9fe573755746a12e0b32a8ad488704aae4a5355920289d9f2e7e955a950b3e9d7c7d78f24f26928 SHA512 21f8111f679c028b71371aa3d8bd822c0e72474fb768834a5f3c84fd3491e74e56bbf7acf0c23a132cdb60ac99dbcb65d4ca60f388ee48cbaeb1b66528bd06a5 diff --git a/media-sound/spotify_dl/metadata.xml b/media-sound/spotify_dl/metadata.xml new file mode 100644 index 000000000..cbe3c6a53 --- /dev/null +++ b/media-sound/spotify_dl/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + + diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild new file mode 100644 index 000000000..704a2aa8f --- /dev/null +++ b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +MY_PN="spotify-dl" + +DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide" +HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/" +SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" # tests require network access + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND=" + dev-python/spotipy[${PYTHON_USEDEP}] + media-libs/mutagen[${PYTHON_USEDEP}] + dev-python/sentry-sdk[${PYTHON_USEDEP}] + dev-python/peewee[${PYTHON_USEDEP}] + >=net-misc/youtube-dl-2021.06.06 +"