commit:     bba346db0e291f2fd6a53cc417b206bd9e6ef56d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 07:29:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 07:47:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba346db

dev-python/PyPDF2: Remove USE=examples from 1.27.5

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 <mgorny <AT> gentoo.org>

 dev-python/PyPDF2/PyPDF2-1.27.5.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

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
-}

Reply via email to