diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/flask-socketio | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/flask-socketio')
| -rw-r--r-- | dev-python/flask-socketio/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/flask-socketio/flask-socketio-5.5.1.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/flask-socketio/flask-socketio-5.6.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/flask-socketio/flask-socketio-5.6.1.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/flask-socketio/metadata.xml | 12 |
5 files changed, 0 insertions, 104 deletions
diff --git a/dev-python/flask-socketio/Manifest b/dev-python/flask-socketio/Manifest deleted file mode 100644 index 6306d1f69573..000000000000 --- a/dev-python/flask-socketio/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 -DIST flask_socketio-5.6.1.tar.gz 37857 BLAKE2B 6f5375e6a188020f5821806cb0cc5b845daf9e301214caad06a48bbff9aa3f6f5564814800d3c0c1e8361f79e6b5db8b42f749ed16e5a2aee67886ba31201363 SHA512 06a6e35001ea1f1f246c8ab16e31d6104874e044436a5bfa8021fa841e1d5d5f6b112802ff2c5c8652a39f7d6968c01cff03af5cb10efadbf98819e9bf3d7518 diff --git a/dev-python/flask-socketio/flask-socketio-5.5.1.ebuild b/dev-python/flask-socketio/flask-socketio-5.5.1.ebuild deleted file mode 100644 index f6778d69877c..000000000000 --- a/dev-python/flask-socketio/flask-socketio-5.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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_{13..14} ) -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}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/flask-socketio/flask-socketio-5.6.0.ebuild b/dev-python/flask-socketio/flask-socketio-5.6.0.ebuild deleted file mode 100644 index f43f253fb6a5..000000000000 --- a/dev-python/flask-socketio/flask-socketio-5.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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_{13..14} ) -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 diff --git a/dev-python/flask-socketio/flask-socketio-5.6.1.ebuild b/dev-python/flask-socketio/flask-socketio-5.6.1.ebuild deleted file mode 100644 index f43f253fb6a5..000000000000 --- a/dev-python/flask-socketio/flask-socketio-5.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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_{13..14} ) -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 diff --git a/dev-python/flask-socketio/metadata.xml b/dev-python/flask-socketio/metadata.xml deleted file mode 100644 index 4dc890ef0350..000000000000 --- a/dev-python/flask-socketio/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>stkw0@disroot.org</email> - <name>David Roman</name> - </maintainer> - <upstream> - <remote-id type="github">miguelgrinberg/Flask-SocketIO</remote-id> - <remote-id type="pypi">Flask-SocketIO</remote-id> - </upstream> -</pkgmetadata> |
