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 7C7CF158020 for ; Wed, 30 Nov 2022 19:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA6FFE07E1; Wed, 30 Nov 2022 19:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C6DCE07E1 for ; Wed, 30 Nov 2022 19:42:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F6A4340E1C for ; Wed, 30 Nov 2022 19:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 856FB76B for ; Wed, 30 Nov 2022 19:42:04 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1669837317.44a8a8fbdfd965980c9abfacd2907b9a97f612cf.arthurzam@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/ytmusicapi-0.24.1.ebuild X-VCS-Directories: dev-python/ytmusicapi/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 44a8a8fbdfd965980c9abfacd2907b9a97f612cf X-VCS-Branch: master Date: Wed, 30 Nov 2022 19:42:04 +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: e13088f6-e255-4a8c-a415-39ef9a1e311f X-Archives-Hash: 8958710cf1d9ad4f7741b66850fd9b2a commit: 44a8a8fbdfd965980c9abfacd2907b9a97f612cf Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 30 19:23:15 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Nov 30 19:41:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a8a8fb dev-python/ytmusicapi: add 0.24.1 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/ytmusicapi/Manifest | 1 + dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/ytmusicapi/Manifest b/dev-python/ytmusicapi/Manifest index 6e40ae7c750b..14abc7142287 100644 --- a/dev-python/ytmusicapi/Manifest +++ b/dev-python/ytmusicapi/Manifest @@ -1 +1,2 @@ DIST ytmusicapi-0.24.0.tar.gz 57431 BLAKE2B ba0ceee4764ff0c09efe309ef7182001d0d0dcd8e959b0b0b3e31b267986896728f67cbda14a33e8935068d551f24509de4364877c5810a29ef8b59bc0324291 SHA512 bec107edaec064aaec300a812a56f70b8eb6a217f2dba9e10a745f9315fe9e89ccef2e05619ae236efd21a9ced0fa414f35d9180e2f9efdc40fe8c75b41e9eb4 +DIST ytmusicapi-0.24.1.tar.gz 58926 BLAKE2B 830968d0bba9fcc0ad2c827a7f3a41cd8bc173234a69a2d429c0c0ae8356fe04b2aedc63036de3a0cf67eafce91301cdfb27dcd95ffc5a33cf8c2afd712cf5cb SHA512 cb8a012a86c81479ebbf597e5c180bd24a582c32b31f090aced55ccb0ae070d4ea9e282fd0efbbcb01e435581494d5e142cf63495467afac25d436c363875a54 diff --git a/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild b/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild new file mode 100644 index 000000000000..bf002b881de5 --- /dev/null +++ b/dev-python/ytmusicapi/ytmusicapi-0.24.1.ebuild @@ -0,0 +1,23 @@ +# 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/ + https://github.com/sigma67/ytmusicapi/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${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