dev-python/jellyfin-apiclient-python: drop 1.8.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 20:11:17 +02:00 committed by Andreas Billmeier
parent cb4d0df835
commit f7918b7a4c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 38 deletions

View File

@ -1,5 +1,3 @@
DIST jellyfin-apiclient-python-1.8.1.tar.gz 18264 BLAKE2B 35322348754c77adbc63d2f9acd646c7385b90fa1bd21a0d9ef7258a08d029009f0f189b51438178cc23e89fcc3733b089b539f407ce354de4c278a444977e6e SHA512 c6e0087d610a385b2c3dc1fd79c09428925bc22d90f030d3d63323b5773824b48ab3fb4cd62a48273f94bb0e970beacd7321e29e9ad5559fb3173a4f9762d38f
DIST jellyfin-apiclient-python-1.9.2.tar.gz 18816 BLAKE2B 4d8547e33a151678824abf6bc055dee984f61c7b550fa404751c648f53817b291260ec855d0788e46c3cdf1f3b907832fb65a7ffbf84fbdb56fa0ccdee25fcc9 SHA512 e7e5805abc78885311ada504e45ee9e6dba4bdea2d09dc2a3d38016de890a9b0cc346d9948161e3ab1b96075ce19e66c2be9ea8a367650d551a53ca1d7ae209b
EBUILD jellyfin-apiclient-python-1.8.1.ebuild 842 BLAKE2B fb60f8625c038eb57dcece9f0d5b7516f953c9f4593b0c3811c0c34279a9635995581c799d38b499c525de4e4f6ce1f5f6d73fb2411c5c82a7931cc522ffab7f SHA512 4f87903ba16984be8c9afd2e0f0d133484c5fd8b85b54306ef259a416b9c02a99d3643d6544947aad6da3be24423a83902c8437b7e6a0249895acef980c6a754
EBUILD jellyfin-apiclient-python-1.9.2.ebuild 808 BLAKE2B 98589e7702f822b35af94e3f95336f34fe70dbec25c477d8217721cc0bc3b6b1e07376d584adcb0e14514c502cc7067572f6dcc07a257edb2d73c09729bf0122 SHA512 98e1741b4bde199d5cf2f340487f420d1491d38f7920e53639010399337982995d37722bd478ed2294a9f2c360b1462678f19c3eb8f496b2002ac08cec41698f
MISC metadata.xml 542 BLAKE2B 04acf762972b4d6f6e48d078ab6cf32b06d77a6cc577eaea4fc387b15e0e7fe866a39e9e20ece23701f8d6ee763a39324cb33a956071d52eabee0ed8026b7e37 SHA512 804945fe9896d7d7e2f2e301c34eebff001ab0d0d1b43b56ef00c08cf2564f26ee2a96df0f1ac4cbbb494802deec154e979bf78ff69f0481746223b91e74ade9

View File

@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python API client for Jellyfin"
HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python https://pypi.org/project/jellyfin-apiclient-python/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest