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/blockbuster | |
| 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/blockbuster')
| -rw-r--r-- | dev-python/blockbuster/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/blockbuster/blockbuster-1.5.26.ebuild | 60 | ||||
| -rw-r--r-- | dev-python/blockbuster/metadata.xml | 12 |
3 files changed, 0 insertions, 73 deletions
diff --git a/dev-python/blockbuster/Manifest b/dev-python/blockbuster/Manifest deleted file mode 100644 index 53635ead96c3..000000000000 --- a/dev-python/blockbuster/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST blockbuster-1.5.26.tar.gz 36085 BLAKE2B 856a57dae55251771cd3340b1b6cad84fa168d7ca63630401fbbd8acf27b99d77759e3161b77f94abf7085035ef9303bf7b693561fad4cf8796009a2297bee5d SHA512 d12263e81c2acc97a537b3067632a6fc41af214125bd4c4c16f12079531fe4d6addc48091942fa5311dec6024113492ee585a185127c0cf69abfde4e3c1a8ce0 diff --git a/dev-python/blockbuster/blockbuster-1.5.26.ebuild b/dev-python/blockbuster/blockbuster-1.5.26.ebuild deleted file mode 100644 index 420d8f29776f..000000000000 --- a/dev-python/blockbuster/blockbuster-1.5.26.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Utility to detect blocking calls in the async event loop" -HOMEPAGE=" - https://github.com/cbornet/blockbuster/ - https://pypi.org/project/blockbuster/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/forbiddenfruit-0.1.4[${PYTHON_USEDEP}] - ' 'python*') -" -BDEPEND=" - test? ( - dev-python/aiofiles[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-asyncio ) -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # Internet - tests/test_blockbuster.py::test_ssl_socket - ) - - case ${EPYTHON} in - pypy3.11) - EPYTEST_DESELECT+=( - # upstream doesn't care, however that doesn't stop - # people from depending on it... - # https://github.com/cbornet/blockbuster/issues/47 - tests/test_blockbuster.py::test_file_random - tests/test_blockbuster.py::test_file_read_bytes - tests/test_blockbuster.py::test_file_text - tests/test_blockbuster.py::test_file_write_bytes - tests/test_blockbuster.py::test_lock - tests/test_blockbuster.py::test_os_scandir - tests/test_blockbuster.py::test_scanned_modules - ) - ;; - esac - - epytest -} diff --git a/dev-python/blockbuster/metadata.xml b/dev-python/blockbuster/metadata.xml deleted file mode 100644 index b9312ebad483..000000000000 --- a/dev-python/blockbuster/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="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">cbornet/blockbuster</remote-id> - <remote-id type="pypi">blockbuster</remote-id> - </upstream> -</pkgmetadata> |
