From bba346db0e291f2fd6a53cc417b206bd9e6ef56d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 20 Apr 2022 09:29:48 +0200 Subject: dev-python/PyPDF2: Remove USE=examples from 1.27.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release did not include examples in sdist. This is fixed in newer versions. Closes: https://bugs.gentoo.org/839537 Signed-off-by: Michał Górny --- dev-python/PyPDF2/PyPDF2-1.27.5.ebuild | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dev-python/PyPDF2') diff --git a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild index 4a8334893cf7..bc5f5bcf3cd5 100644 --- a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild +++ b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild @@ -21,19 +21,9 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="examples" BDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] " distutils_enable_tests pytest - -src_install() { - if use examples; then - docinto examples - dodoc -r Sample_Code/. - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_src_install -} -- cgit v1.2.3-65-gdbad