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 4F69613835A for ; Sat, 27 Mar 2021 15:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A5BE0815; Sat, 27 Mar 2021 15:38:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 71B39E0815 for ; Sat, 27 Mar 2021 15:38:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8AF2F335D07 for ; Sat, 27 Mar 2021 15:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43691635 for ; Sat, 27 Mar 2021 15:38:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616791320.bbee5cc6288cad43642c21d88bcec7c4aa8a600c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jellyfin-apiclient-python/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jellyfin-apiclient-python/Manifest dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild X-VCS-Directories: dev-python/jellyfin-apiclient-python/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bbee5cc6288cad43642c21d88bcec7c4aa8a600c X-VCS-Branch: master Date: Sat, 27 Mar 2021 15:38:10 +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: f6840b71-dac7-4716-a99e-61bd2362d963 X-Archives-Hash: 4e61778100f30a66a3846df69a9947ef commit: bbee5cc6288cad43642c21d88bcec7c4aa8a600c Author: Theo Anderson posteo de> AuthorDate: Fri Mar 26 00:09:58 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 26 20:42:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbee5cc6 dev-python/jellyfin-apiclient-python: add 1.7.2 Signed-off-by: Theo Anderson posteo.de> dev-python/jellyfin-apiclient-python/Manifest | 1 + .../jellyfin-apiclient-python-1.7.2.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest index b45b65a70..b91566a4c 100644 --- a/dev-python/jellyfin-apiclient-python/Manifest +++ b/dev-python/jellyfin-apiclient-python/Manifest @@ -1 +1,2 @@ DIST jellyfin-apiclient-python-1.6.2.tar.gz 17115 BLAKE2B 37889d6359d7a1d4350b99fe5eb4fa0bb2e28248daaee64aa324e07b46d6a254c1e488bf39954680f7f044cbf4c78fc6059c8f91787410bdea629996d0874ac3 SHA512 42be1fe1d0d360127655c9718c3a157028918597c3782ea3df9326b844aa9a542d23480da405f580da340b251ce0d790220d55f891000346b219dacddbd523fc +DIST jellyfin-apiclient-python-1.7.2.tar.gz 17365 BLAKE2B 0cb3dd380bd15dc7092eac7e2a76963b980383899b69c5eafa9ad8136f2f94a9d4b18cfcc7645ba0d8cab1454b1e0c08028640348724859bcf1683f0473ef9b1 SHA512 70685a65da58588013f304d1185ec7d672872c1891f0a81d1ac9c56b2be54b88f920192d0c9ba047d11f78125d937e9f6c920ccfc9687a3e862beff7190aff8c diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild new file mode 100644 index 000000000..d14ccf5bc --- /dev/null +++ b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.7.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python API client for Jellyfin" +HOMEPAGE="https://github.com/jellyfin/jellyfin-apiclient-python" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +DEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/urllib3[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +"