mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/PyPDF2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
DIST PyPDF2-2.10.3.gh.tar.gz 6435551 BLAKE2B 2907ef5f8fb7117d895d87326fd8281154cb5a78be54e832489c211f10a2cb2762051eff419279e2f3e70ed773645b08b59d598c9c7edba575c06d9e34fcefa6 SHA512 a8b05f280e8aecd9b54a143dc77c6aa5e095485e4d9c38c3d2ab62855e004d4c8333b88c7b663cf282d7a7eeac920595d94e6c3ba7524850272d82cb504a4f7c
|
||||
DIST PyPDF2-2.10.4.gh.tar.gz 6435008 BLAKE2B 00f4b2f65198026715186dbf1ced15e825cb061873f3b8d3d7716d81439d3d44b392ea90d886ce8aad45b1fd29fafcbb917e9aed795d311c98e2752643ae40be SHA512 ac865096ae370626ad7ab243a5c95fafc95e71c31e79c4f89be919205d956726d0147a7b4cf5a2bcddb021999261fa0a73942df64763cf3c8b30620274ea518d
|
||||
DIST PyPDF2-2.10.5.gh.tar.gz 6443691 BLAKE2B 6b60ea4d1a044ee5f20718744118f5739a4271a0552960e2760c4904f57201ed8426d4cb81ce5f5d2170b84958e1b17ea3de843137e669ed7b202a49db8654c2 SHA512 cf07448b2ea4397f1bf5b2d563956bda218e9031b4396e86c2d689d518c7c2b17920771dbdf0e5ed6013dd96d957add12d3f4fbdf3a8bd3262a1fae38ae741d8
|
||||
DIST PyPDF2-2.10.6.gh.tar.gz 6443648 BLAKE2B 4b5282363dea4bcec65ee6fddec787a95055ae900636b75c118fa3f2a4f5afc73807425b611c81cff6a580d4109c4df14083a1f64d7d6c373a1cd6ff9cb92fb3 SHA512 c158e6eec44429bdc103cd7f0e358289a14de92dc1d23b77f58e45a7a9851e9072fab3c8c5710f1755fdc5093380d3756db4fd12d0bdc8461cb9119d499fe012
|
||||
DIST PyPDF2-2.10.8.gh.tar.gz 6444481 BLAKE2B 888cfb7977dd34c5b7d12d0fc9d2e81aaa76b837036e98537fc0829dedb6193ea4f5e9c40d2a677b036f9fc2ff09adb47afde8ad7d1e5e037613e1dda93c8faf SHA512 29bcadfb8e7fd9285ffe7b5d706cd43bec3ce9b80425232d77b834010513cd9907bf65d90e820ee1d0718be0ed384a7ff3e097c4d16d614d6cd89e272e767174
|
||||
DIST PyPDF2-2.10.9.gh.tar.gz 6448504 BLAKE2B 5508ce0b2b0d3cb00f1057a4e52dafde3ff0dbf5eaa79be46e9d20a5041b76968fd46ba74b86f15e9fb2948f2c053fd1f722f11806cfbed552d241a768d01f00 SHA512 43aec1a381e97b26145b7c8e3414a4cab33d0d03520be73b3e5e4c9565db10e9bfd764280b56f328ec5931cc41d1a6f558b29d59d0930d92de8da00b52e2f7da
|
||||
DIST PyPDF2-2.11.0.gh.tar.gz 6452850 BLAKE2B 695e39336cb93f138b06182b221aa7ed1f90a582bbfff9111763b60b26b37fd13f70ed3ef67c2237d19dbb845c1703944190d04fbfe6694d0afe67671b188d73 SHA512 b0574d31d7487b3346d093229cb768baa2668619c1a3b8dde135c40f9b65cc6e291cd8e012c4fcae403f3163a3ded6445491e42efdf49c36653b3167544ce64b
|
||||
DIST PyPDF2-sample-files-b6f4ff3de00745783d79f25cb8803901d1f20d28.gh.tar.gz 5522867 BLAKE2B 9a6cb3b92032f9ec697b972b1a257b2c2528d36cd4a7e40092ac6dbf0a4955c5b204b8c82d37f9bad4a19fccddf0070b095ee2f3b56de22d738ed3d8a3b555c0 SHA512 74aad38060f441ace87f6650de152a28f4a251e4f47574a8d46066857c8fbbb187cd3cd275caa198dce2c1557e90664b288f071995c2bbb9bf13a341210313e8
|
||||
DIST PyPDF2-sample-files-bedcbe077c4898e1b97c6c6f81d937f5048b4630.gh.tar.gz 7198720 BLAKE2B 91d177e7329fd137322972a3a38841cb0611de7f839071fe2fa5ecff0343cbffdf6976f42f4a779f520a8a2bac2d6573c5cd65bf2f1bc68395077e6e9c7322d9 SHA512 0cdaee85f1da12cf678165f06c8d351aa0808137d25f68c07f19f1bd3c929eeb52e604041dfaa0df94665379aeb7d19a43426d724a5e6602b7e4fbe7a62e753d
|
||||
|
||||
@@ -1,132 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SAMPLE_COMMIT=b6f4ff3de00745783d79f25cb8803901d1f20d28
|
||||
DESCRIPTION="Python library to work with PDF files"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyPDF2/
|
||||
https://github.com/py-pdf/PyPDF2/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
test? (
|
||||
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
|
||||
-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Needs network access
|
||||
tests/test_cmap.py
|
||||
tests/test_filters.py::test_decompress_zlib_error
|
||||
tests/test_filters.py::test_lzw_decode_neg1
|
||||
tests/test_filters.py::test_issue_399
|
||||
tests/test_generic.py::test_dict_read_from_stream
|
||||
tests/test_generic.py::test_parse_content_stream_peek_percentage
|
||||
tests/test_generic.py::test_read_inline_image_no_has_q
|
||||
tests/test_generic.py::test_read_inline_image_loc_neg_1
|
||||
tests/test_generic.py::test_text_string_write_to_stream
|
||||
tests/test_generic.py::test_name_object_read_from_stream_unicode_error
|
||||
tests/test_generic.py::test_bool_repr
|
||||
tests/test_generic.py::test_issue_997
|
||||
tests/test_merger.py::test1
|
||||
tests/test_merger.py::test_bookmark
|
||||
tests/test_merger.py::test_iss1145
|
||||
tests/test_merger.py::test_sweep_indirect_list_newobj_is_None
|
||||
tests/test_merger.py::test_sweep_recursion1
|
||||
tests/test_merger.py::test_sweep_recursion2
|
||||
tests/test_merger.py::test_trim_outline
|
||||
tests/test_merger.py::test_trim_outline_list
|
||||
tests/test_merger.py::test_zoom
|
||||
tests/test_merger.py::test_zoom_xyz_no_left
|
||||
tests/test_page.py::test_empyt_password_1088
|
||||
tests/test_page.py::test_extract_text_operator_t_star
|
||||
tests/test_page.py::test_extract_text_page_pdf
|
||||
tests/test_page.py::test_extract_text_page_pdf_impossible_decode_xform
|
||||
tests/test_page.py::test_extract_text_single_quote_op
|
||||
'tests/test_page.py::test_page_operations[https://arxiv.org/pdf/2201.00029.pdf-None]'
|
||||
tests/test_reader.py::test_extract_text_pdf15
|
||||
tests/test_reader.py::test_extract_text_xref_issue_2
|
||||
tests/test_reader.py::test_extract_text_xref_issue_3
|
||||
tests/test_reader.py::test_extract_text_xref_table_21_bytes_clrf
|
||||
tests/test_reader.py::test_get_fields
|
||||
tests/test_reader.py::test_get_fields_read_else_block
|
||||
tests/test_reader.py::test_get_fields_read_else_block2
|
||||
tests/test_reader.py::test_get_fields_read_else_block3
|
||||
tests/test_reader.py::test_get_fields_read_write_report
|
||||
tests/test_reader.py::test_iss925
|
||||
tests/test_reader.py::test_metadata_is_none
|
||||
tests/test_reader.py::test_outline_color
|
||||
tests/test_reader.py::test_outline_font_format
|
||||
tests/test_reader.py::test_outline_with_empty_action
|
||||
tests/test_reader.py::test_outline_with_missing_named_destination
|
||||
tests/test_reader.py::test_read_form_416
|
||||
tests/test_reader.py::test_unexpected_destination
|
||||
tests/test_reader.py::test_unexpected_destination
|
||||
tests/test_reader.py::test_xfa_non_empty
|
||||
tests/test_reader.py::test_PdfReaderMultipleDefinitions
|
||||
tests/test_utils.py::test_deprecate_no_replacement
|
||||
tests/test_workflows.py::test_compress
|
||||
tests/test_workflows.py::test_extract_text
|
||||
tests/test_workflows.py::test_extract_textbench
|
||||
tests/test_workflows.py::test_get_fields
|
||||
tests/test_workflows.py::test_get_fonts
|
||||
tests/test_workflows.py::test_get_metadata
|
||||
tests/test_workflows.py::test_get_outline
|
||||
tests/test_workflows.py::test_image_extraction
|
||||
tests/test_workflows.py::test_merge
|
||||
tests/test_workflows.py::test_merge_with_warning
|
||||
tests/test_workflows.py::test_overlay
|
||||
tests/test_workflows.py::test_scale_rectangle_indirect_object
|
||||
tests/test_workflows.py::test_get_xfa
|
||||
tests/test_workflows.py::test_get_xmp
|
||||
tests/test_writer.py::test_sweep_indirect_references_nullobject_exception
|
||||
tests/test_writer.py::test_write_bookmark_on_page_fitv
|
||||
tests/test_xmp.py::test_custom_properties
|
||||
tests/test_xmp.py::test_dc_creator
|
||||
tests/test_xmp.py::test_dc_description
|
||||
tests/test_xmp.py::test_dc_subject
|
||||
tests/test_xmp.py::test_issue585
|
||||
tests/test_xmp.py::test_xmpmm
|
||||
tests/test_merger.py::test_outline_item
|
||||
tests/test_page.py::test_iss_1142
|
||||
tests/test_page.py::test_read_link_annotation
|
||||
tests/test_reader.py::test_named_destination
|
||||
tests/test_writer.py::test_write_outline_item_on_page_fitv
|
||||
|
||||
# TODO
|
||||
tests/test_workflows.py::test_orientations
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use test; then
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
@@ -1,132 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SAMPLE_COMMIT=b6f4ff3de00745783d79f25cb8803901d1f20d28
|
||||
DESCRIPTION="Python library to work with PDF files"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyPDF2/
|
||||
https://github.com/py-pdf/PyPDF2/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
test? (
|
||||
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
|
||||
-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Needs network access
|
||||
tests/test_cmap.py
|
||||
tests/test_filters.py::test_decompress_zlib_error
|
||||
tests/test_filters.py::test_lzw_decode_neg1
|
||||
tests/test_filters.py::test_issue_399
|
||||
tests/test_generic.py::test_dict_read_from_stream
|
||||
tests/test_generic.py::test_parse_content_stream_peek_percentage
|
||||
tests/test_generic.py::test_read_inline_image_no_has_q
|
||||
tests/test_generic.py::test_read_inline_image_loc_neg_1
|
||||
tests/test_generic.py::test_text_string_write_to_stream
|
||||
tests/test_generic.py::test_name_object_read_from_stream_unicode_error
|
||||
tests/test_generic.py::test_bool_repr
|
||||
tests/test_generic.py::test_issue_997
|
||||
tests/test_merger.py::test1
|
||||
tests/test_merger.py::test_bookmark
|
||||
tests/test_merger.py::test_iss1145
|
||||
tests/test_merger.py::test_sweep_indirect_list_newobj_is_None
|
||||
tests/test_merger.py::test_sweep_recursion1
|
||||
tests/test_merger.py::test_sweep_recursion2
|
||||
tests/test_merger.py::test_trim_outline
|
||||
tests/test_merger.py::test_trim_outline_list
|
||||
tests/test_merger.py::test_zoom
|
||||
tests/test_merger.py::test_zoom_xyz_no_left
|
||||
tests/test_page.py::test_empyt_password_1088
|
||||
tests/test_page.py::test_extract_text_operator_t_star
|
||||
tests/test_page.py::test_extract_text_page_pdf
|
||||
tests/test_page.py::test_extract_text_page_pdf_impossible_decode_xform
|
||||
tests/test_page.py::test_extract_text_single_quote_op
|
||||
'tests/test_page.py::test_page_operations[https://arxiv.org/pdf/2201.00029.pdf-None]'
|
||||
tests/test_reader.py::test_extract_text_pdf15
|
||||
tests/test_reader.py::test_extract_text_xref_issue_2
|
||||
tests/test_reader.py::test_extract_text_xref_issue_3
|
||||
tests/test_reader.py::test_extract_text_xref_table_21_bytes_clrf
|
||||
tests/test_reader.py::test_get_fields
|
||||
tests/test_reader.py::test_get_fields_read_else_block
|
||||
tests/test_reader.py::test_get_fields_read_else_block2
|
||||
tests/test_reader.py::test_get_fields_read_else_block3
|
||||
tests/test_reader.py::test_get_fields_read_write_report
|
||||
tests/test_reader.py::test_iss925
|
||||
tests/test_reader.py::test_metadata_is_none
|
||||
tests/test_reader.py::test_outline_color
|
||||
tests/test_reader.py::test_outline_font_format
|
||||
tests/test_reader.py::test_outline_with_empty_action
|
||||
tests/test_reader.py::test_outline_with_missing_named_destination
|
||||
tests/test_reader.py::test_read_form_416
|
||||
tests/test_reader.py::test_unexpected_destination
|
||||
tests/test_reader.py::test_unexpected_destination
|
||||
tests/test_reader.py::test_xfa_non_empty
|
||||
tests/test_reader.py::test_PdfReaderMultipleDefinitions
|
||||
tests/test_utils.py::test_deprecate_no_replacement
|
||||
tests/test_workflows.py::test_compress
|
||||
tests/test_workflows.py::test_extract_text
|
||||
tests/test_workflows.py::test_extract_textbench
|
||||
tests/test_workflows.py::test_get_fields
|
||||
tests/test_workflows.py::test_get_fonts
|
||||
tests/test_workflows.py::test_get_metadata
|
||||
tests/test_workflows.py::test_get_outline
|
||||
tests/test_workflows.py::test_image_extraction
|
||||
tests/test_workflows.py::test_merge
|
||||
tests/test_workflows.py::test_merge_with_warning
|
||||
tests/test_workflows.py::test_overlay
|
||||
tests/test_workflows.py::test_scale_rectangle_indirect_object
|
||||
tests/test_workflows.py::test_get_xfa
|
||||
tests/test_workflows.py::test_get_xmp
|
||||
tests/test_writer.py::test_sweep_indirect_references_nullobject_exception
|
||||
tests/test_writer.py::test_write_bookmark_on_page_fitv
|
||||
tests/test_xmp.py::test_custom_properties
|
||||
tests/test_xmp.py::test_dc_creator
|
||||
tests/test_xmp.py::test_dc_description
|
||||
tests/test_xmp.py::test_dc_subject
|
||||
tests/test_xmp.py::test_issue585
|
||||
tests/test_xmp.py::test_xmpmm
|
||||
tests/test_merger.py::test_outline_item
|
||||
tests/test_page.py::test_iss_1142
|
||||
tests/test_page.py::test_read_link_annotation
|
||||
tests/test_reader.py::test_named_destination
|
||||
tests/test_writer.py::test_write_outline_item_on_page_fitv
|
||||
|
||||
# TODO
|
||||
tests/test_workflows.py::test_orientations
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use test; then
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SAMPLE_COMMIT=bedcbe077c4898e1b97c6c6f81d937f5048b4630
|
||||
DESCRIPTION="Python library to work with PDF files"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyPDF2/
|
||||
https://github.com/py-pdf/PyPDF2/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
test? (
|
||||
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
|
||||
-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
RESTRICT="test"
|
||||
# 150+ tests require network, too many to deselect
|
||||
PROPERTIES="test_network"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# rely on -Werror
|
||||
tests/test_utils.py::test_deprecate_no_replacement
|
||||
tests/test_workflows.py::test_orientations
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use test; then
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SAMPLE_COMMIT=bedcbe077c4898e1b97c6c6f81d937f5048b4630
|
||||
DESCRIPTION="Python library to work with PDF files"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyPDF2/
|
||||
https://github.com/py-pdf/PyPDF2/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
test? (
|
||||
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
|
||||
-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
RESTRICT="test"
|
||||
# 150+ tests require network, too many to deselect
|
||||
PROPERTIES="test_network"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# rely on -Werror
|
||||
tests/test_utils.py::test_deprecate_no_replacement
|
||||
tests/test_workflows.py::test_orientations
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use test; then
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SAMPLE_COMMIT=bedcbe077c4898e1b97c6c6f81d937f5048b4630
|
||||
DESCRIPTION="Python library to work with PDF files"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/PyPDF2/
|
||||
https://github.com/py-pdf/PyPDF2/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
test? (
|
||||
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
|
||||
-> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
RESTRICT="test"
|
||||
# 150+ tests require network, too many to deselect
|
||||
PROPERTIES="test_network"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# rely on -Werror
|
||||
tests/test_utils.py::test_deprecate_no_replacement
|
||||
tests/test_workflows.py::test_orientations
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use test; then
|
||||
mv "sample-files-${SAMPLE_COMMIT}"/* "${P}"/sample-files/ || die
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user