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/wsproto | |
| 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/wsproto')
| -rw-r--r-- | dev-python/wsproto/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/wsproto/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-python/wsproto/wsproto-1.3.2.ebuild | 27 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest deleted file mode 100644 index aaca21cb0cdb..000000000000 --- a/dev-python/wsproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wsproto-1.3.2.tar.gz 50116 BLAKE2B 8b7eece07b132a3cc55c239829a97ca903e5e8dacdf44a9b6b364fbb503f35857bcfa60cb2ad177fde847b23ab7c68075c0574f00ec386dc376d1686344fc4ba SHA512 7b1901a145ecb41309098abe1d48c944c0ad84e6e86acdbcf780ce82e82c7d1efcafc0093cadd66607a80105dbbae94ba052a63db842db30992ca3413a2ae3bd diff --git a/dev-python/wsproto/metadata.xml b/dev-python/wsproto/metadata.xml deleted file mode 100644 index d7625eee182c..000000000000 --- a/dev-python/wsproto/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">python-hyper/wsproto</remote-id> - <remote-id type="pypi">wsproto</remote-id> - <doc>https://wsproto.readthedocs.io/en/latest/</doc> - <bugs-to>https://github.com/python-hyper/wsproto/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/dev-python/wsproto/wsproto-1.3.2.ebuild b/dev-python/wsproto/wsproto-1.3.2.ebuild deleted file mode 100644 index 7c02911a32bd..000000000000 --- a/dev-python/wsproto/wsproto-1.3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 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="WebSockets state-machine based protocol implementation" -HOMEPAGE=" - https://github.com/python-hyper/wsproto/ - https://pypi.org/project/wsproto/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - <dev-python/h11-1[${PYTHON_USEDEP}] - >=dev-python/h11-0.16.0[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest |
