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@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-20 09:29:48 +02:00
parent fa9945a137
commit bba346db0e

View File

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