diff options
| author | mirror@stealer.net <mirror@stealer.net> | 2026-04-07 13:00:22 +0000 |
|---|---|---|
| committer | mirror@stealer.net <mirror@stealer.net> | 2026-04-07 13:00:22 +0000 |
| commit | 582cb3468945f85653db789f423e1cd3cc57bd3f (patch) | |
| tree | 54c0444dae602ed8aba63266774a74666348ae6a /dev-python/sphinxcontrib-programoutput | |
| parent | b34f3518378240b354812c165b4e19dcd1f0373e (diff) | |
2026-04-07 12:38:05+00:00
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
| -rw-r--r-- | dev-python/sphinxcontrib-programoutput/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/Manifest b/dev-python/sphinxcontrib-programoutput/Manifest index 05ad2007c1..2fb509adae 100644 --- a/dev-python/sphinxcontrib-programoutput/Manifest +++ b/dev-python/sphinxcontrib-programoutput/Manifest @@ -1,5 +1,3 @@ -DIST sphinxcontrib_programoutput-0.18.tar.gz 26333 BLAKE2B d1f1da158296869efb9dfb98979069a7692f1742053ba29de611d2df2e239200ecbed2009aec6e9264af30a2056a02d23f257d8b66367110304bc7a3a7f1812f SHA512 2ead065812bfe85147a025e4e541880b25d5876a584406130fa3423009496b6c7cf482f86af92d22363d0893ce767d2957112e7c41bd8005fa41e043399e4d0e DIST sphinxcontrib_programoutput-0.19.tar.gz 27534 BLAKE2B 8a76c7c5026faac12bea50b5ba95e3e866069fb3f775c098af4523fa41cf2ae15458fa33a08c6dbef1fef7bed130bc20f281705acefa2a200e1d8c41d004a185 SHA512 817553a2ac53f08125725bdc16268af804c484ba99f27e5584719f3fc53e15d44ca0874e3af45cfeb5074b20cb464ee3c3444973f51b4495d6a2c3d735524738 -EBUILD sphinxcontrib-programoutput-0.18.ebuild 816 BLAKE2B faf569378724a8150bccae125a29e952feddfd6352b6690781cc44558f3652ff8a747db53ef76ada0577ab670d4de1615946f69e2bbd705327ac5ec0f0cece72 SHA512 d7d7f6167a4875eea0efc101487d934f4542f4267cef956a285ccccf5aa17fe733c8e9a2de3149982cee3822c49f1320785652725f233b8cf43e6dd1573f43eb EBUILD sphinxcontrib-programoutput-0.19.ebuild 838 BLAKE2B 07fa852507f3f1554c5aaa21c8366da17daed636bdf4e35e334bd0e605c9b4ecf76349ee706cd7c280ea97a72ecf553307b307133ce7bfef254845a4a1ed4e67 SHA512 0e3652ae3535a6263163884a4aca355a7f5061e282f6a6b47121b47475577a91362dda25c6755cf8db53027dfd18dc53d5ca08a33d5a8cfb5aae622dcbe31ab3 MISC metadata.xml 1066 BLAKE2B a1cf8f874f1718ccafd94226a10751ec1f64e4e13f4d08ff615bfa2cdfeebfe4039a95ac82e7c181d7075f4c82c7ac05d2723ab7a1bda45394b33d87cd66dbb9 SHA512 bdca938c07ef286d9a0f047074549740d1535e1c46d084360b267e86b8decf9f03b7648260c12ae11eab32473cd1d15b14b24c883fd8c6f285c14fb3cd57ecab diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild deleted file mode 100644 index 07696903aa..0000000000 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild +++ /dev/null @@ -1,39 +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_{12..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Extension to sphinx to include program output" -HOMEPAGE=" - https://github.com/OpenNTI/sphinxcontrib-programoutput/ - https://pypi.org/project/sphinxcontrib-programoutput/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/furo - -src_prepare() { - distutils-r1_src_prepare - - # namespace - rm src/sphinxcontrib/__init__.py || die -} - -python_test() { - epytest --pyargs sphinxcontrib.programoutput.tests -} |
