diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-21 12:30:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-21 12:30:10 +0100 |
commit | 4968fd889f69d50cfcab1ffa12e56bdf476d9939 (patch) | |
tree | b7b79ef2705cb29f73763bce76d98b1a8ceb667d /dev-python/humanfriendly | |
parent | d3ae3ea75073c53ed5f3a4418e76383436bb0f58 (diff) |
gentoo auto-resync : 21:07:2024 - 12:30:10
Diffstat (limited to 'dev-python/humanfriendly')
-rw-r--r-- | dev-python/humanfriendly/Manifest | 3 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild | 2 |
3 files changed, 2 insertions, 41 deletions
diff --git a/dev-python/humanfriendly/Manifest b/dev-python/humanfriendly/Manifest index 6face326e82f..c9ad3e849add 100644 --- a/dev-python/humanfriendly/Manifest +++ b/dev-python/humanfriendly/Manifest @@ -1,5 +1,4 @@ AUX humanfriendly-10.0-py3.13.patch 2541 BLAKE2B 9b89c9081e26ce992d96ebe495cedb5616acabda13a0bfa15aef13cfdb736391f5ac6f2b1e438511e960af661acc8588b66826c9a85c701e03ae8f96755e5796 SHA512 d21479cbd6cc8a47a334cebaec34f267067a5c046e3c93b2c91ed02a3de4a5d64f4425b754a5b87412e68ad3e1db702254932003950471b9e7aa170e8805d9ba DIST humanfriendly-10.0.tar.gz 360702 BLAKE2B 6db7f2f11bafcdc087c078eae6123046610594b17899678e445baa18c25b2210cc1d84363d858ab7c57fce6d6b7a189be69dea08c1891d3f5b11ff9900c9bef9 SHA512 496700bcea1dabf003c938558bf807fabb41b71192f69622979dd9e243dda9b4b06c5ac8f65cef217df85ebadf99099dc22b50d63216791a569be11081d267d6 -EBUILD humanfriendly-10.0-r1.ebuild 946 BLAKE2B 1837abbc388385f7984207ec8c5acbf0fc3a3c5225a0fa79d7295c6c421a9d193044908e652930cdafadd7e60e2790d20958c77b777d46ec305096457813baaf SHA512 4969b187a288ab1d7c53a174f23f6d41aea4bee4acbf89350fc58fb277f0e909a4a2aa514a78bdcbe1d79a5cb78f65a5e20e94e4461723798a31e5d0a22e463d -EBUILD humanfriendly-10.0-r2.ebuild 880 BLAKE2B cd4eb9a13328f4c04fc2f1937c334d7e3e149f337f5ed47734bb130bea9b8c8700a372531b6bd299485106ce9851c77db37499b1280ba712f3e7d9c6dac63c14 SHA512 15bf0bbbe8ebe022bd8512759296c10b4857a22397b771723f6c2a36c115d19c8597652886f973efeb83557acefdabc56b975ade4fbd86683616aad81e4f3eed +EBUILD humanfriendly-10.0-r2.ebuild 879 BLAKE2B 3b82951d97a00b1b76d6b18d0a138a377888be76757062b6f7cd075fd17d0d42955871ecc9b29cdad2034eb3e4005ee195526268a5705e0d27161da49ee889ac SHA512 747dda63a2791895c4931bd5c4396984965824a7b35a12cd58da652edec0649c6fbf786baf22821f160dc04ea653e072a983a65ca16d0c7ca80f8d0bc98b0206 MISC metadata.xml 407 BLAKE2B 7d2146a2514b6d9afb68e6ba104acff4a38c650f678e930242659a96028d734dba0c69deaf3cca06225a2b9324f9e4639ec5e6324a2b845468bc5e180f2ba061 SHA512 57e8f1b2de1594bd97fca291b778b92ed09a26b61f97ca7988fda2b1efff181394bbd7ae20a0a94066c7cf58da553ef4881cff2b79207577c710780b9800baaf diff --git a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild b/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild deleted file mode 100644 index 06e3fae0e80f..000000000000 --- a/dev-python/humanfriendly/humanfriendly-10.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -PYTHON_REQ_USE="threads(+)" -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Human friendly output for text interfaces using Python" -HOMEPAGE="https://pypi.org/project/humanfriendly/ - https://github.com/xolox/python-humanfriendly/ - https://humanfriendly.readthedocs.io/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" - -# This is completely broken -# AttributeError: module 'humanfriendly.tests' has no attribute 'connect' -RESTRICT="test" - -BDEPEND=" - test? ( - dev-python/capturer[${PYTHON_USEDEP}] - >=dev-python/coloredlogs-15.0.1[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -python_test() { - epytest humanfriendly/tests.py -} diff --git a/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild b/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild index 98cb6f5b17f1..96e56068f96d 100644 --- a/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild +++ b/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://pypi.org/project/humanfriendly/ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" BDEPEND=" test? ( |