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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F09315808B for ; Mon, 4 Apr 2022 15:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 648DFE08E0; Mon, 4 Apr 2022 15:48:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBCD3E08C3 for ; Mon, 4 Apr 2022 15:47:59 +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 E9F3434145E for ; Mon, 4 Apr 2022 15:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F1238C for ; Mon, 4 Apr 2022 15:47:56 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1649087264.93e0c3e4e43081428e5c3c6fdcfc1cfdf16e95b8.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ytmusicapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ytmusicapi/Manifest dev-python/ytmusicapi/metadata.xml dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild X-VCS-Directories: dev-python/ytmusicapi/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 93e0c3e4e43081428e5c3c6fdcfc1cfdf16e95b8 X-VCS-Branch: master Date: Mon, 4 Apr 2022 15:47:56 +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: 12680313-68ac-4ec8-b3d6-1b47cded2663 X-Archives-Hash: c2a8b7cf6d9812c9dd99fcd632a6c0e2 commit: 93e0c3e4e43081428e5c3c6fdcfc1cfdf16e95b8 Author: Maciej Barć gentoo org> AuthorDate: Sun Apr 3 21:52:55 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Apr 4 15:47:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e0c3e4 dev-python/ytmusicapi: new package; add version 0.21.0 Bug: https://github.com/deepjyoti30/ytmdl/issues/222 Signed-off-by: Maciej Barć gentoo.org> dev-python/ytmusicapi/Manifest | 1 + dev-python/ytmusicapi/metadata.xml | 13 +++++++++++++ dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest new file mode 100644 index 000000000000..623dc793ef1e --- /dev/null +++ b/dev-python/ytmusicapi/Manifest @@ -0,0 +1 @@ +DIST ytmusicapi-0.21.0.tar.gz 48457 BLAKE2B ace8818c2a6859bb17d98fa608ac8cf7a806745741e634f639f4022527021089dc9b0b7bc48c0f999937a4599847a144afcb9f7e5585daa5d7b0ea1d5d12e399 SHA512 c34abbe8ba8d3b92ac162ffc9679ab21ce6c618a349aaeaa6c06b5597a3aed14e9b9f78a6b351ba545729da1c0bd57c2b7f999957bd8e56b0b453c04624bca4b diff --git a/dev-python/ytmusicapi/metadata.xml b/dev-python/ytmusicapi/metadata.xml new file mode 100644 index 000000000000..2bfd4cd3600b --- /dev/null +++ b/dev-python/ytmusicapi/metadata.xml @@ -0,0 +1,13 @@ + + + + + + xgqt@gentoo.org + Maciej Barć + + + https://github.com/sigma67/ytmusicapi/issues/ + sigma67/ytmusicapi + + diff --git a/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild new file mode 100644 index 000000000000..a7e9f3db10d4 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-0.21.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Unofficial API for YouTube Music" +HOMEPAGE="https://ytmusicapi.readthedocs.io/" +SRC_URI="https://github.com/sigma67/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme