Some fixes :) for homeassistant 2024.10.2
This commit is contained in:
3
dev-python/python-engineio-v3/Manifest
Normal file
3
dev-python/python-engineio-v3/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST python-engineio-v3-3.14.2.tar.gz 40876 BLAKE2B 301f05c931fbfe360bbd1ae5c1e1a07d820df6542ba66622ae6bbd3f5a2bb3f6ea765dde441360fadbb6468adb92cc10067a052b0a50798f8fbf16c6a237e48a SHA512 dbb71c480e64e28d7adce6f42dd709ac7d4b83be72b8b4b1c144f1ad59568089a7cd8bb6ebc30ef048db7dee5923918562a261e375686776d05a0ebbe071e025
|
||||
EBUILD python-engineio-v3-3.14.2.ebuild 850 BLAKE2B d358ac44aba99354fad51923382c5a8f60038d0fcd26e466b34830ec051084eb70bd4302779c4bb2a7a9ed33537292395d0d8fa12429da36249d541d5ab5542f SHA512 7e907f68c8dfdc7f4a37a04a79617791f8f4d7b928241d562ffb397458d3012ebe91475299d1176b4dc02feb09f5136037be9fbb624f480d1fde3cfe1b20095d
|
||||
MISC metadata.xml 597 BLAKE2B f0e3cd33325c38f5e7685fa4acecd776beb8a2982bfc61366695460c145e0f092d80894b2181b3c51f32ce9dd0e1d801da91c29d915b7c050d5ac568920f297c SHA512 d5ba7767e21fb62d6e2f84f365679ed5fb611e7956fb6642296a78458deca68fbf103ec9a2579be2a3f2e628f23221bfca131212c8f16d3884194af97a661b82
|
||||
17
dev-python/python-engineio-v3/metadata.xml
Normal file
17
dev-python/python-engineio-v3/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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">python-engineio</remote-id>
|
||||
<remote-id type="github">miguelgrinberg/python-engineio</remote-id>
|
||||
<doc>https://pythonhosted.org/python-engineio/</doc>
|
||||
<maintainer status="unknown">
|
||||
<email>miguel.grinberg@gmail.com</email>
|
||||
<name>Miguel Grinberg</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,31 @@
|
||||
# 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 implementation of the Engine.IO realtime server."
|
||||
HOMEPAGE="https://python-engineio.readthedocs.org/ https://github.com/miguelgrinberg/python-engineio/ https://pypi.org/project/python-engineio/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
# pypi tarball does not contain tests
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
esetup.py test || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user