mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/flask-socketio: add 5.6.0
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST flask_socketio-5.5.1.tar.gz 37401 BLAKE2B b959a86f4798a69877e66771e2db9b1587a8a5ef5253e096771ed26f8f202c127146c2acd21c4e00a8b6f940977733f7a3fb73ac999c279a26953133361dc388 SHA512 c24a5a7f9bd211434714a1563fb40aa9ac1b4ab84ef2f4c4bb04aaf9d52a3ba9e2e9b50c81084c54f75d74c071fbcf0feef4a5d0599a90875d469667fa54fd71
|
||||
DIST flask_socketio-5.6.0.tar.gz 37667 BLAKE2B e2de1840138bc7be8674fd4392a008bf8e72e38222b91179137b8064f184bf5e26fbdbd5d347d2ac710051aa126375d46da1c24e03fe6fc50bcc1b028838a154 SHA512 e0bf0259aa0c363e496cdc7a6c1daa3f6665dc58e0e488c50b4d1a778bcfcfccbc71b964630c695da1dcd4b1799ee4aa56e1f8d6f1c8ee22e330c7d4917e35fd
|
||||
|
||||
30
dev-python/flask-socketio/flask-socketio-5.6.0.ebuild
Normal file
30
dev-python/flask-socketio/flask-socketio-5.6.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..13})
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Socket.IO integration for Flask applications."
|
||||
HOMEPAGE="https://flask-socketio.readthedocs.io https://github.com/miguelgrinberg/flask-socketio"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/python-socketio[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/redis[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user