summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-20 09:29:48 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-20 09:47:14 +0200
commitbba346db0e291f2fd6a53cc417b206bd9e6ef56d (patch)
treed47c0b2174318650899d0a7886ab0301d0303f43 /dev-python/PyPDF2
parentdev-python/PyPDF2: Bump to 1.27.7 (diff)
downloadgentoo-bba346db0e291f2fd6a53cc417b206bd9e6ef56d.tar.gz
gentoo-bba346db0e291f2fd6a53cc417b206bd9e6ef56d.tar.bz2
gentoo-bba346db0e291f2fd6a53cc417b206bd9e6ef56d.zip
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>
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r--dev-python/PyPDF2/PyPDF2-1.27.5.ebuild10
1 files changed, 0 insertions, 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
-}