diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-09-17 04:53:28 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-09-17 05:22:51 +0200 |
| commit | 3b01cf573ce8f39ab0f95ef56dd63a4f39100630 (patch) | |
| tree | 49345bc536aff695c98c95ed22d0c06ceff2fc05 /dev-python | |
| parent | 09313ba6833271ced867e4a88e2e138a59ba6446 (diff) | |
dev-python/hishel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/hishel/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/hishel/hishel-1.3.0.ebuild | 75 |
2 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/hishel/Manifest b/dev-python/hishel/Manifest index 73d03205f618..a2bd577e2287 100644 --- a/dev-python/hishel/Manifest +++ b/dev-python/hishel/Manifest @@ -1,2 +1 @@ -DIST hishel-1.3.0.gh.tar.gz 820064 BLAKE2B b72932d00c848d135dc0607a1ea916ab6390faa7f75135a5e1f0bbc39a3f957ad87d04db27869abd86e21b12350225afe00c2d672f921b1367fb8dc5148d5bd5 SHA512 bf7ba8be77a73030f2f5395a3ffc46054ced3a0269b5d1bab8ff08d2d1c6561482984990946c48c58e6741281bc621f0b0a121c96fb3e9307f1858a089fe31c1 DIST hishel-1.3.1.gh.tar.gz 816578 BLAKE2B e6431600903281c6d7984b89ff3b48623310d15e0fb95f2f52cbf8b5d87e464371162754a80730c2565aa7a33a045515baaeac669aed2bd773da5ecfd0bb7f09 SHA512 c778256359d0978fdcd106e73d43a2075c68bae711c4fa62f0e025693621d1eeec67c828bc95213e1ffa1a8fe6708aadd6fa3bbfa8fd8eed9ea319d1b580d7c3 diff --git a/dev-python/hishel/hishel-1.3.0.ebuild b/dev-python/hishel/hishel-1.3.0.ebuild deleted file mode 100644 index f0c3ba8ef449..000000000000 --- a/dev-python/hishel/hishel-1.3.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2024-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{12..15} ) - -inherit distutils-r1 - -DESCRIPTION="An elegant HTTP Cache implementation for HTTPX and HTTP Core" -HOMEPAGE=" - https://github.com/karpetrosyan/hishel/ - https://pypi.org/project/hishel/ -" -SRC_URI=" - https://github.com/karpetrosyan/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/anyio-4.9.0[${PYTHON_USEDEP}] - >=dev-python/anysqlite-0.0.5[${PYTHON_USEDEP}] - >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}] - >=dev-python/msgpack-1.1.2[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-1.14.1[${PYTHON_USEDEP}] -" - -BDEPEND=" - ${RDEPEND} - dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] - test? ( - dev-db/redis - >=dev-python/anysqlite-0.0.5[${PYTHON_USEDEP}] - >=dev-python/boto3-1.15.3[${PYTHON_USEDEP}] - >=dev-python/fakeredis-2.0[${PYTHON_USEDEP}] - >=dev-python/inline-snapshot-0.28.0[${PYTHON_USEDEP}] - >=dev-python/redis-6.2.0[${PYTHON_USEDEP}] - >=dev-python/time-machine-2.19.0[${PYTHON_USEDEP}] - >=dev-python/trio-0.30.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( anyio ) -distutils_enable_tests pytest - -src_test() { - local EPYTEST_DESELECT=( - # Internet - tests/test_async_httpx.py - tests/test_requests.py - tests/test_sync_httpx.py - ) - - local redis_pid="${T}"/redis.pid - local redis_port=6379 - - einfo "Starting Redis" - "${EPREFIX}"/usr/sbin/redis-server - <<- EOF - daemonize yes - pidfile ${redis_pid} - port ${redis_port} - bind 127.0.0.1 ::1 - EOF - - # Run the tests - distutils-r1_src_test - - # Clean up afterwards - kill "$(<"${redis_pid}")" || die -} |
