commit:     99161bb96b4f778a19ecd9284bc4e3074d884022
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 03:43:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 03:43:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99161bb9

dev-util/diffoscope: drop 224, 226

These versions didn't have passing tests like 227 does.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/diffoscope/Manifest              |   2 -
 dev-util/diffoscope/diffoscope-224.ebuild | 113 ----------------------------
 dev-util/diffoscope/diffoscope-226.ebuild | 120 ------------------------------
 3 files changed, 235 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index b6c6d373dce5..237a9e2d1ee5 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,4 +1,2 @@
 DIST diffoscope-223.tar.gz 3145330 BLAKE2B 
47ebe733c6330c2c8a7a78dfaad4c364ac3570d5a691b889f3154dcc5f7bec7b97744f04433cf56544ca208233271bbbca8bb767ed43844786fca4e77505d95b
 SHA512 
5f83177133fd4689a77fb08038222998f9597cd63b0f328d3ae55c2ef6f5136f55ab1f5841b70ce1f64a62d216e2332bb4cecb82a3edcc90a6a5841e95955d4c
-DIST diffoscope-224.tar.gz 3145263 BLAKE2B 
918de272781a7829ad4a16f5db3f8d98e05fd1c7e342e18028bf448bf94ede09d5c475a3c1cadf255fa35f46bc8912374cb6cedf2cea878dcaf59380188b084f
 SHA512 
2efbf2ea45e3a43a86eb6a3432852e0eb5a299d3745d8acb3f8857638cb4775d4322d844f2020ed718e4d28419c8a5ca8ab26f66b9bedeea15da57f33a008909
-DIST diffoscope-226.tar.gz 3164328 BLAKE2B 
96fbafcd00c695fd3391122b8468abb0bb27936c45d97d01b2e0bb44bb1f18dc46b7ed2c7cf365993d6303c96a6cc8aeaa780808f23c6dfee5066e0cb377456b
 SHA512 
59e8fd73fcf6e94a603c7e5fa8793f4746e770b0ff84d13379e155d3b4eb91defed79b688109785b62ae5cca1faf9b536454b3107ea93aa361eb511916601615
 DIST diffoscope-227.tar.gz 3163754 BLAKE2B 
8a93b168e8ac404b6cfb08ebf9de5adf0288ae6e741653f8194a2d3d45e30b5826ca3d21a37b5db3867c73816e862f1d4593fe7a77487736f8a6e5f2b15057f2
 SHA512 
1e8a143006c4e734cf30d4110241ed164c3ee893801efa2a7b81a917146a0643dd8b38af0cac937847506a4338d59f4bb03211179742bb076fc4d4dd5f7cb585

diff --git a/dev-util/diffoscope/diffoscope-224.ebuild 
b/dev-util/diffoscope/diffoscope-224.ebuild
deleted file mode 100644
index c76f883a24b8..000000000000
--- a/dev-util/diffoscope/diffoscope-224.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="test? (
-               app-text/docx2txt
-               media-libs/libcaca
-               virtual/imagemagick-tools[jpeg]
-       )"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-       dev-python/libarchive-c[${PYTHON_USEDEP}]
-       dev-python/distro[${PYTHON_USEDEP}]
-       dev-python/tlsh[${PYTHON_USEDEP}]
-       acl? ( sys-apps/acl )
-       binutils? ( sys-devel/binutils )
-       bzip2? ( app-arch/bzip2 )
-       libcaca? ( media-libs/libcaca )
-       colord? ( x11-misc/colord )
-       cpio? ( app-arch/cpio )
-       diff? ( sys-apps/diffutils )
-       docx? ( app-text/docx2txt )
-       dtc? ( sys-apps/dtc )
-       e2fsprogs? ( sys-fs/e2fsprogs )
-       file? ( sys-apps/file )
-       find? ( sys-apps/findutils )
-       gettext? ( sys-devel/gettext )
-       gif? ( media-libs/giflib )
-       gpg? ( app-crypt/gnupg )
-       haskell? ( dev-lang/ghc )
-       hdf5? ( sci-libs/hdf5 )
-       hex? ( app-editors/vim-core )
-       imagemagick? ( media-gfx/imagemagick )
-       iso? ( app-cdr/cdrtools )
-       java? ( virtual/jdk )
-       llvm? ( sys-devel/llvm )
-       lzma? ( app-arch/xz-utils )
-       mono? ( dev-lang/mono )
-       opendocument? ( app-text/odt2txt )
-       pascal? ( dev-lang/fpc )
-       pdf? (
-               app-text/pdftk
-               app-text/poppler
-               dev-python/PyPDF2[${PYTHON_USEDEP}]
-       )
-       postscript? ( app-text/ghostscript-gpl )
-       R? ( dev-lang/R )
-       rpm? ( app-arch/rpm )
-       sqlite? ( dev-db/sqlite:3 )
-       squashfs? ( sys-fs/squashfs-tools )
-       ssh? ( net-misc/openssh )
-       tar? ( app-arch/tar )
-       tcpdump? ( net-analyzer/tcpdump )
-       zip? ( app-arch/unzip )
-       zlib? ( app-arch/gzip )
-       zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of dev-python/python-magic: https://bugs.gentoo.org/716482
-RDEPEND+=" !dev-python/filemagic"
-
-EPYTEST_DESELECT=(
-       # Test seems to use different tarball
-       tests/test_presenters.py::test_text_proper_indentation
-
-       # Needs triage
-       
tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
-       tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
-       tests/comparators/test_gif.py::test_has_visuals
-
-       # img2txt based failures, bug #797688
-       tests/comparators/test_ico_image.py::test_diff
-       tests/comparators/test_ico_image.py::test_diff_meta
-       tests/comparators/test_ico_image.py::test_diff_meta2
-       tests/comparators/test_ico_image.py::test_has_visuals
-       tests/comparators/test_jpeg_image.py::test_diff
-       tests/comparators/test_jpeg_image.py::test_compare_non_existing
-       tests/comparators/test_jpeg_image.py::test_diff_meta
-       tests/comparators/test_jpeg_image.py::test_has_visuals
-
-       # docx2txt based falures, bug #797688
-       tests/comparators/test_docx.py::test_diff
-
-       # Formatting
-       tests/test_source.py::test_code_is_black_clean
-
-       # Fails on ZFS
-       tests/test_main.py::test_non_unicode_filename
-)
-
-distutils_enable_tests pytest

diff --git a/dev-util/diffoscope/diffoscope-226.ebuild 
b/dev-util/diffoscope/diffoscope-226.ebuild
deleted file mode 100644
index e7f6e7cb72c0..000000000000
--- a/dev-util/diffoscope/diffoscope-226.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/python-magic[${PYTHON_USEDEP}]
-       dev-python/libarchive-c[${PYTHON_USEDEP}]
-       dev-python/distro[${PYTHON_USEDEP}]
-       dev-python/tlsh[${PYTHON_USEDEP}]
-       acl? ( sys-apps/acl )
-       binutils? ( sys-devel/binutils )
-       bzip2? ( app-arch/bzip2 )
-       libcaca? ( media-libs/libcaca )
-       colord? ( x11-misc/colord )
-       cpio? ( app-arch/cpio )
-       diff? ( sys-apps/diffutils )
-       docx? ( app-text/docx2txt )
-       dtc? ( sys-apps/dtc )
-       e2fsprogs? ( sys-fs/e2fsprogs )
-       file? ( sys-apps/file )
-       find? ( sys-apps/findutils )
-       gettext? ( sys-devel/gettext )
-       gif? ( media-libs/giflib )
-       gpg? ( app-crypt/gnupg )
-       haskell? ( dev-lang/ghc )
-       hdf5? ( sci-libs/hdf5 )
-       hex? ( app-editors/vim-core )
-       imagemagick? ( media-gfx/imagemagick )
-       iso? ( app-cdr/cdrtools )
-       java? ( virtual/jdk )
-       llvm? ( sys-devel/llvm )
-       lzma? ( app-arch/xz-utils )
-       mono? ( dev-lang/mono )
-       opendocument? ( app-text/odt2txt )
-       pascal? ( dev-lang/fpc )
-       pdf? (
-               app-text/pdftk
-               app-text/poppler
-               dev-python/PyPDF2[${PYTHON_USEDEP}]
-       )
-       postscript? ( app-text/ghostscript-gpl )
-       R? ( dev-lang/R )
-       rpm? ( app-arch/rpm )
-       sqlite? ( dev-db/sqlite:3 )
-       squashfs? ( sys-fs/squashfs-tools )
-       ssh? ( net-misc/openssh )
-       tar? ( app-arch/tar )
-       tcpdump? ( net-analyzer/tcpdump )
-       zip? ( app-arch/unzip )
-       zlib? ( app-arch/gzip )
-       zstd? ( app-arch/zstd )
-"
-# Presence of filemagic's magic.py breaks imports
-# of dev-python/python-magic: bug #716482
-RDEPEND+=" !dev-python/filemagic"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="
-       test? (
-               app-text/docx2txt
-               app-text/html2text
-               media-libs/libcaca
-               virtual/imagemagick-tools[jpeg]
-       )
-"
-
-EPYTEST_DESELECT=(
-       # Test seems to use different tarball
-       tests/test_presenters.py::test_text_proper_indentation
-
-       # Needs triage
-       
tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
-       tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
-       tests/comparators/test_gif.py::test_has_visuals
-
-       # img2txt based failures, bug #797688
-       tests/comparators/test_ico_image.py::test_diff
-       tests/comparators/test_ico_image.py::test_diff_meta
-       tests/comparators/test_ico_image.py::test_diff_meta2
-       tests/comparators/test_ico_image.py::test_has_visuals
-       tests/comparators/test_jpeg_image.py::test_diff
-       tests/comparators/test_jpeg_image.py::test_compare_non_existing
-       tests/comparators/test_jpeg_image.py::test_diff_meta
-       tests/comparators/test_jpeg_image.py::test_has_visuals
-
-       # docx2txt based falures, bug #797688
-       tests/comparators/test_docx.py::test_diff
-
-       # Formatting
-       tests/test_source.py::test_code_is_black_clean
-
-       # Fails on ZFS
-       tests/test_main.py::test_non_unicode_filename
-
-       # Fails on (unreleased) LLVM 16 with minor difference
-       tests/comparators/test_macho.py::test_llvm_diff
-)
-
-distutils_enable_tests pytest

Reply via email to