add jellyfin-apiclient-python-1.7.2

This commit is contained in:
Andreas Billmeier 2021-12-04 21:44:56 +01:00 committed by Andreas Billmeier
parent 8a96917bfa
commit bc18cdef83
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST jellyfin-apiclient-python-1.7.2.tar.gz 17365 BLAKE2B 0cb3dd380bd15dc7092eac7e2a76963b980383899b69c5eafa9ad8136f2f94a9d4b18cfcc7645ba0d8cab1454b1e0c08028640348724859bcf1683f0473ef9b1 SHA512 70685a65da58588013f304d1185ec7d672872c1891f0a81d1ac9c56b2be54b88f920192d0c9ba047d11f78125d937e9f6c920ccfc9687a3e862beff7190aff8c
EBUILD jellyfin-apiclient-python-1.7.2.ebuild 873 BLAKE2B 668216bacbaf56f012cbb29509b0dca277cd06dcc9bda497c7b4449fe6cf5599dbdd9b7a28365255d30fd6c1e061843916ee7c5da5007618a6fabc1cd8c54ed4 SHA512 ad75ccebd69278dca4becc57402cf3269560f9f27d08f3c18ae3b4cbe33d13d3668c381c05c0148521d51fedfec1faeaedc6d59e8a3b97b909f2afd9a0990911
MISC metadata.xml 466 BLAKE2B 875215b6ea247e359d632aa21f41f7f8c81d1b5d0d5bf40037c9ec69baa84028ecca373156287457b3735d49262c5783da301586ba894e49a364c410621f2c94 SHA512 a6ebed7560278f563d27e3e0afaeae085e317710203db3a54c0bd152ee04633ab40fe851c017f42b83ebd27f6d5ff04b6144120395a7544dccc7b7fbf4249a46

View File

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python API client for Jellyfin"
HOMEPAGE="https://github.com/iwalton3/jellyfin-apiclient-python https://pypi.org/project/jellyfin-apiclient-python/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">jellyfin-apiclient-python</remote-id>
<maintainer status="unknown">
<email>iwalton3@gmail.com</email>
<name>Ian Walton</name>
</maintainer>
</upstream>
</pkgmetadata>