summaryrefslogtreecommitdiff
path: root/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-20 15:50:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-20 15:50:25 +0000
commit7fa739d0a43d0b0097e6f4f7710dbea0c572ddaa (patch)
treed480314e5e86d8c8fc061c3be85f157e7fa243d6 /dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
parent75a7217abf800cdc40a725805f128d7fd7c9f38a (diff)
downloadbaldeagleos-repo-7fa739d0a43d0b0097e6f4f7710dbea0c572ddaa.tar.gz
baldeagleos-repo-7fa739d0a43d0b0097e6f4f7710dbea0c572ddaa.tar.xz
baldeagleos-repo-7fa739d0a43d0b0097e6f4f7710dbea0c572ddaa.zip
Adding metadata
Diffstat (limited to 'dev-python/PyPDF2/PyPDF2-1.27.5.ebuild')
-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 916d0ba759d9..3ab81341bd94 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
-}