diff --git a/dev-python/pydocket/Manifest b/dev-python/pydocket/Manifest index 04ec7ac7e8..de1b229402 100644 --- a/dev-python/pydocket/Manifest +++ b/dev-python/pydocket/Manifest @@ -1,4 +1,2 @@ -DIST pydocket-0.21.1.tar.gz 399652 BLAKE2B f9ab6e069368fd1939b323d7e12fe9be954af0920ca12058b3dad12dabab48abe6f6227bbf34fe9f24adca1dd6274ac9866b8f9b62da8a2ad971708687dcba68 SHA512 350dbd2003db4dc3525ba6c2e6150857061d3fb0cdc46a3fce6f3fcfe61f0056f456a4d549efba3ef4c5d6070a8c4ad6af3327ef2173de10dc866a52e0089f5d -DIST pydocket-0.22.0.tar.gz 407557 BLAKE2B f451435dfe9c76090e2d2af37321747d79e3b7b5869370a92cd09735cfa1490b0eb140890834715c445ecc67a85085d7148416c6ab51681671f58b31e4dd52d2 SHA512 49f8acfbce87ac90114463d40dcf5f6dffd76e350eef87f185d643eca3edddfc3b2b49ad444b6e737454968c8648def0577df9fbf2059e69e2f706689f234bc3 DIST pydocket-0.23.0.tar.gz 424266 BLAKE2B 0fee0a9428216eeb0266b22bcaa3d23d185070634d4e6970bdd8df2db3ce00982faa4f111a128e7cd3a465706352ab8da45334a9e8a9c4b247c9731c639ff5b6 SHA512 15a7a4627fe19bd19fd1a84f5ce220e8761cd4226cd4aa1d71846c845821c068f04fda4a5cd627d00471740c78a9720bd806c9f99d90f2bd65f13f17f27d4e19 DIST pydocket-0.23.0.tar.gz.provenance 9776 BLAKE2B aa0b313e6300a090880d9b337c3b190dbc6fc5d873127394bc8dd3e9754dd119c145b2de6ba0e3f90d940a07480d21fe9d50f8d95fd36056d6ab286404480118 SHA512 12f7e6644d9d59034134809b862a1a2608c2b1652971ae7613545c7bbf2a48147fa248bfe5b3ac2923c26747c575eb794069e71f3edb496c95e69e94867c55ce diff --git a/dev-python/pydocket/pydocket-0.21.1.ebuild b/dev-python/pydocket/pydocket-0.21.1.ebuild deleted file mode 100644 index 47e334ba58..0000000000 --- a/dev-python/pydocket/pydocket-0.21.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{12..14} ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="A distributed background task system for Python functions" -HOMEPAGE=" - https://docket.lol/ - https://github.com/chrisguidry/docket - https://pypi.org/project/pydocket/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/burner-redis-0.1.7[${PYTHON_USEDEP}] - >=dev-python/cloudpickle-3.1.1[${PYTHON_USEDEP}] - >=dev-python/cronsim-2.6[${PYTHON_USEDEP}] - >=dev-python/opentelemetry-api-1.33.0[${PYTHON_USEDEP}] - >=dev-python/prometheus-client-0.21.1[${PYTHON_USEDEP}] - >=dev-python/py-key-value-aio-0.3.0[${PYTHON_USEDEP}] - >=dev-python/python-json-logger-2.0.7[${PYTHON_USEDEP}] - >=dev-python/redis-5[${PYTHON_USEDEP}] - >=dev-python/rich-13.9.4[${PYTHON_USEDEP}] - >=dev-python/typer-0.15.1[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}] - >=dev-python/uncalled-for-0.3.2[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/docker-7.1.0[${PYTHON_USEDEP}] - >=dev-python/opentelemetry-sdk-1.33.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,timeout} ) -EPYTEST_XDIST=1 -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires dev-python/opentelemetry-exporter-prometheus - tests/instrumentation/test_export.py::test_exports_metrics_as_prometheus_metrics - - # fails with xdist - tests/instrumentation/test_tracing.py::test_admission_blocked_span_has_ok_status -) - -src_prepare() { - distutils-r1_src_prepare - - # no coverage - sed -i \ - -e '/--cov/d' \ - -e '/--numprocesses/d' \ - -e '/--maxprocesses/d' \ - pyproject.toml || die - rm tests/sitecustomize.py || die -} - -python_test() { - local -x REDIS_VERSION="memory" - epytest -} - -pkg_postinst() { - optfeature "metrics" dev-python/opentelemetry-sdk -} diff --git a/dev-python/pydocket/pydocket-0.22.0.ebuild b/dev-python/pydocket/pydocket-0.22.0.ebuild deleted file mode 100644 index 47e334ba58..0000000000 --- a/dev-python/pydocket/pydocket-0.22.0.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{12..14} ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="A distributed background task system for Python functions" -HOMEPAGE=" - https://docket.lol/ - https://github.com/chrisguidry/docket - https://pypi.org/project/pydocket/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/burner-redis-0.1.7[${PYTHON_USEDEP}] - >=dev-python/cloudpickle-3.1.1[${PYTHON_USEDEP}] - >=dev-python/cronsim-2.6[${PYTHON_USEDEP}] - >=dev-python/opentelemetry-api-1.33.0[${PYTHON_USEDEP}] - >=dev-python/prometheus-client-0.21.1[${PYTHON_USEDEP}] - >=dev-python/py-key-value-aio-0.3.0[${PYTHON_USEDEP}] - >=dev-python/python-json-logger-2.0.7[${PYTHON_USEDEP}] - >=dev-python/redis-5[${PYTHON_USEDEP}] - >=dev-python/rich-13.9.4[${PYTHON_USEDEP}] - >=dev-python/typer-0.15.1[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}] - >=dev-python/uncalled-for-0.3.2[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/docker-7.1.0[${PYTHON_USEDEP}] - >=dev-python/opentelemetry-sdk-1.33.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,timeout} ) -EPYTEST_XDIST=1 -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires dev-python/opentelemetry-exporter-prometheus - tests/instrumentation/test_export.py::test_exports_metrics_as_prometheus_metrics - - # fails with xdist - tests/instrumentation/test_tracing.py::test_admission_blocked_span_has_ok_status -) - -src_prepare() { - distutils-r1_src_prepare - - # no coverage - sed -i \ - -e '/--cov/d' \ - -e '/--numprocesses/d' \ - -e '/--maxprocesses/d' \ - pyproject.toml || die - rm tests/sitecustomize.py || die -} - -python_test() { - local -x REDIS_VERSION="memory" - epytest -} - -pkg_postinst() { - optfeature "metrics" dev-python/opentelemetry-sdk -}