diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-17 02:06:14 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-17 02:06:14 +0000 |
commit | 5987fa693ef880163ebde423615a177cb5bda20e (patch) | |
tree | 643ae0ed032ef417c538f8d04da516b9c2fa2a7d /dev-python/sphinxcontrib-httpdomain | |
parent | 41e056b08e4c5c8d6e78407a5586afa52867fd5f (diff) |
gentoo auto-resync : 17:02:2023 - 02:06:14
Diffstat (limited to 'dev-python/sphinxcontrib-httpdomain')
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild | 49 |
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest b/dev-python/sphinxcontrib-httpdomain/Manifest index 30cb52ce14ec..b8cab0928b96 100644 --- a/dev-python/sphinxcontrib-httpdomain/Manifest +++ b/dev-python/sphinxcontrib-httpdomain/Manifest @@ -1,5 +1,3 @@ -DIST sphinxcontrib-httpdomain-1.8.0.gh.tar.gz 38228 BLAKE2B 46cbe5ef0689777ef560c167c49af5830e38c7efa3a536dd36702114eb87f3c0f2f1c0c9de808738ef081e09c7d47754bc49a039b04184696ee4389acbf18454 SHA512 64d916d58282e94a4fa2b2d0e8abad5c50106b739e6e15015d347af339f517c2c7457c9bc8dc74258cfc371910d1a02b582a2c94f6f98c195a366f68c5b108c4 DIST sphinxcontrib-httpdomain-1.8.1.gh.tar.gz 41281 BLAKE2B 9ba157b1ed9494426226a8231d5a3cea420121722e5b4891049b76da567a917aebd8f2eac2c7a3ea899517fb4c64a6d0f1c50eb872fbd24418c464433a795c69 SHA512 ba0ba8d695302acedb3d51c3218748dfe25b756e8ba2eed4d8bbe012f16d09aaf822bbc93e0d6a32d3836b20345df2df7d675317aa96a802e7daef7fee792475 -EBUILD sphinxcontrib-httpdomain-1.8.0-r1.ebuild 1048 BLAKE2B cb55c512d3a880862cf5de095de03ffb8074f560dcb9756d2de9dcfdbd74896af1e0b4cf6d12fff2f7fa4b6fc062f2660550fa855710cfb65cd38124be9ad593 SHA512 5f406f66941d723051bc96aca41a985c6ac76b4a19873a42573c51219701bf8571e04a0fc1761b850d115fa46075cbfd8a106abc02a1765e7d80f58e4efe4ebd EBUILD sphinxcontrib-httpdomain-1.8.1.ebuild 1048 BLAKE2B b3006755d99688771cbee98668f545e47bacd51727c9c780100bd5fc95169d69868525576505d0f35256b36b37f34d94f967bc28845add8c7431c0a478afc883 SHA512 ae053be013d47617f6256b8619bcca635f12eb37a143d58b7c47b3feb3360fb843ee512732f9a09800ba3f7a30f0724aa170ebad87126a893b99e6dd800a3a2a MISC metadata.xml 417 BLAKE2B ecd20ec2d0b0f8dd3cc1ada969a171268f068f60dc698d644de42e2088f58cc66da59a73c735371d95a22d65a5699a9082e452605ab4d7e4a793d9311aed4a82 SHA512 b92a4542db033a1291b2983539597e651853a4faac6f8144796f59d13a7d75186f96a31c17dda30e280d246cd754a7696c1d1e6b330bbded25a23bb901ed3870 diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild deleted file mode 100644 index 5a74d442ba8d..000000000000 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.8.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx domain for documenting HTTP APIs" -HOMEPAGE=" - https://pypi.org/project/sphinxcontrib-httpdomain/ - https://github.com/sphinx-contrib/httpdomain/ -" -SRC_URI=" - https://github.com/sphinx-contrib/httpdomain/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/httpdomain-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/flask[${PYTHON_USEDEP}] - dev-python/bottle[${PYTHON_USEDEP}] - dev-python/tornado[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -python_test() { - distutils_write_namespace sphinxcontrib - cd "${T}" || die - epytest "${S}"/test -} |