commit: bbee5cc6288cad43642c21d88bcec7c4aa8a600c
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Mar 26 00:09:58 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <telans <AT> 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}]
+"