diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
commit | 83d9fce566bb89f6976f36f5314bfc88b6d261fa (patch) | |
tree | 8d8a18f75ff0a6a98313046fcd757ee0135db98c /dev-python/objgraph | |
parent | d0349ca0f4903608beca459a9db2068dab9fa6ea (diff) |
gentoo auto-resync : 27:10:2024 - 03:04:35
Diffstat (limited to 'dev-python/objgraph')
-rw-r--r-- | dev-python/objgraph/Manifest | 4 | ||||
-rw-r--r-- | dev-python/objgraph/objgraph-3.6.1.ebuild | 61 | ||||
-rw-r--r-- | dev-python/objgraph/objgraph-3.6.2.ebuild | 2 |
3 files changed, 2 insertions, 65 deletions
diff --git a/dev-python/objgraph/Manifest b/dev-python/objgraph/Manifest index 5fc8820d3626..57f5d1b601ee 100644 --- a/dev-python/objgraph/Manifest +++ b/dev-python/objgraph/Manifest @@ -1,5 +1,3 @@ -DIST objgraph-3.6.1.tar.gz 759513 BLAKE2B 875a4027b79446302755d00296ce0ae59d267f3996f206c8319a93cc8d5f53a0f26cf4701047d3b03beb3906bc5d70c23cdecfc135204d9fd9fea55d85e07a65 SHA512 9a15340aedb31e849739ec0667fefb52f99a94244540a7e1c0387299ad5fbbde05521ea91b959bc96204c4a62f796183377c6031af9c6a67828a91939f15225a DIST objgraph-3.6.2.tar.gz 759524 BLAKE2B 23d1154a613ca417c332871c7905571f48aea4ef6ff24a236e58fdc76d74254490f04b7e50c1ee7fd190864448f4bb83c05127d438d2d72c4bb5c9a0dd247491 SHA512 7a1edaddb6bc7c57d77d8631019c183a198bb570725b71ddc49ee54fc1be8f54471175957899794ff2c51a57fd68ee8b856ced661f7efc1023dd7f5b0f5b714f -EBUILD objgraph-3.6.1.ebuild 1396 BLAKE2B c75291acf25596a5b5c9bb6a79abe3b1ce52a6620cafb71c77905d0d45dc32f25f3db7bb87f631dc028df5dccd02c2a970e7ba2223af64d551209e55a07f912a SHA512 3ba1cc573b88a8f02460d9c61a955e0dc119fb84780664934bbbbc6f149e751c398245426ae8122d55fd665042929a851bf193f4013985591199512e26215a6b -EBUILD objgraph-3.6.2.ebuild 1234 BLAKE2B 4e2f19022789945c27cef0c486922535ed0ccad5796a15602d114336e68262d767ad6f204f1ec486474532fb30c458d42c4ac4fc32c7a36ddabf8e12dbfbf0f9 SHA512 f8d3a4163c3684aeded75d9894599be14168078a1e60b1ac369cb83e82788517d3513e1a95192b8b9e868643138c2c16f577a778bfd92af3a29b73e920166c9a +EBUILD objgraph-3.6.2.ebuild 1227 BLAKE2B 4716fbecdc5f42ba8e1f10ca62bc81de6f3aa5ce43744df2069518c3816b2df6c5ea2e0b1d2d545f9896a25b76bb8084036499828538c8e9b76ea98a19019782 SHA512 ee56790d4e9c2d394c1dc8b52944f557361a82a9fb3bdd6c9dc6d3f1bdd2e89c9a857ce3e593383a9bdbdf70243bdb96d1f3e1d8b7e7661d019219f39b7cd643 MISC metadata.xml 514 BLAKE2B 3da44f63b9604c7f730f9efc543d102bd2660eea11faeb29c6977b5cecf647d15c3075a9a20e81f9e35b3f08b2d51d47a6c1b63d9928bb56c22baaf61f1ced15 SHA512 5521d5ac2053e45ee1c7fec6ae176956f5823c22c144b8bcbfb47c2ca29c6595abfe45a3fd90a9a058b927157a22196dc17b14c6832a685214c4d2ebbe59c959 diff --git a/dev-python/objgraph/objgraph-3.6.1.ebuild b/dev-python/objgraph/objgraph-3.6.1.ebuild deleted file mode 100644 index 58d5c23d98c7..000000000000 --- a/dev-python/objgraph/objgraph-3.6.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Draws Python object reference graphs with graphviz" -HOMEPAGE=" - https://github.com/mgedmin/objgraph/ - https://pypi.org/project/objgraph/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -RDEPEND=" - media-gfx/graphviz -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # unhappy about pytest - tests.py::AtAddrsTest::test_at_addrs - ) - - case ${EPYTHON} in - pypy3) - EPYTEST_DESELECT+=( - # CPython GC - tests.py::ByTypeTest::test_new_garbage - - # repr() mismatch - tests.py::StringRepresentationTest::test_short_repr_mocked_instance_method_bound - tests.py::StringRepresentationTest::test_short_repr_mocked_instance_method_bound_with_mocked_name - ) - ;; - python3.13) - EPYTEST_DESELECT+=( - # https://github.com/mgedmin/objgraph/issues/80 - tests.py::StringRepresentationTest::test_edge_label_frame_locals - ) - ;; - esac - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - # TODO: figure out how to run doctests - epytest tests.py -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/* ) - distutils-r1_python_install_all -} diff --git a/dev-python/objgraph/objgraph-3.6.2.ebuild b/dev-python/objgraph/objgraph-3.6.2.ebuild index 05cec7a138eb..570a9f811807 100644 --- a/dev-python/objgraph/objgraph-3.6.2.ebuild +++ b/dev-python/objgraph/objgraph-3.6.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" |