From 6766ae9a4205bc53227127a1dd518ea601246afe Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Aug 2023 06:07:09 +0100 Subject: gentoo auto-resync : 12:08:2023 - 06:07:08 --- dev-python/sphinxcontrib-trio/Manifest | 1 - .../sphinxcontrib-trio-1.1.2.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) delete mode 100644 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild (limited to 'dev-python/sphinxcontrib-trio') diff --git a/dev-python/sphinxcontrib-trio/Manifest b/dev-python/sphinxcontrib-trio/Manifest index a5221accdddb..58f7c47eade6 100644 --- a/dev-python/sphinxcontrib-trio/Manifest +++ b/dev-python/sphinxcontrib-trio/Manifest @@ -1,4 +1,3 @@ DIST sphinxcontrib-trio-1.1.2.tar.gz 24131 BLAKE2B 5ddaf5ed6c85905275e206fdd966745ce4dd7296595c488864df291cb7202725ccab722f306dd9d6c27d660f5cb3e43bf9ab2fe50e8aa5a7232c2615dddbdfd0 SHA512 cb90f37f463fbdd3f810eb6d76b4bdaaabe83317de0ad747fcee55980849d691e272884ecdfcbee58851cf536f268f2520caba281d7550fe3250e92c69164434 EBUILD sphinxcontrib-trio-1.1.2-r1.ebuild 1094 BLAKE2B e24f420bb83ad91ef60559c959b5f73f50c6cab60216c10bd8d24fab53a632a05312a2ff850d471a85b6c3d6abf8a232d3b93ca4dfe1a0f32b0b82eb4d44409a SHA512 462961c987e3493e04d9b623ec4e4ccb05cf25af0a4b7b32de3fce09da1d393ff5df18c311d1d6a2cae0f2d370477c787d588361ef043dd4525df1857896b0cb -EBUILD sphinxcontrib-trio-1.1.2.ebuild 983 BLAKE2B d2be6677eecea0219121f32516c1de3579c00f76e559b094ed6ac270ada4af6d11f3ba7153a8ac7df9ced02dcf976bfe5049b7eb1df3ad8294228301a99feef1 SHA512 613e07c9f22bf65186de66d7db766e0d6d8f69809d474572a74c1da9516a86a7de609b7a305ec24c0942361d32e10564d512660798a89d1a40c8c7839cbcdc60 MISC metadata.xml 1118 BLAKE2B f86bb065d9a5073e419a2c34c88412f0340de6e444afc26ee316a05b962699dd744a790758e2409d3d0b32378d865f66d8d7e8392fdd4523b393566caf67e65a SHA512 a16c4e89c6be00a81c3278f8c8ebe6cd75d1b1cba1e8c9f9d1aa4d2bd318073687556adf91f44c1cd39c2e26a179153b1bbee501101fe26d154f1d69a1a2d376 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild deleted file mode 100644 index d12a14f4e202..000000000000 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="Make Sphinx better at documenting Python functions and methods" -HOMEPAGE=" - https://github.com/python-trio/sphinxcontrib-trio - https://pypi.org/project/sphinxcontrib-trio -" - -LICENSE="|| ( Apache-2.0 MIT )" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" -SLOT="0" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" - -BDEPEND=" - test? ( - dev-python/async_generator[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] -)" - -# AttributeError: 'Sphinx' object has no attribute 'add_stylesheet' -#distutils_enable_sphinx docs/source -distutils_enable_tests pytest - -python_test() { - # https://github.com/python-trio/sphinxcontrib-trio/issues/260 - epytest --deselect tests/test_sphinxcontrib_trio.py::test_end_to_end -} -- cgit v1.2.3