mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-python/pypandoc: add 1.17, drop 1.16.2
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST pypandoc-1.16.2.gh.tar.gz 51114 BLAKE2B 1abf01514d25b772e187c655060fb6713f09ec884bac376f34c4c9c1117cc2946fcd46946cd49d37470f87ed1ffd4ebe6b59da005be0e1675cc486143222937f SHA512 d64899776792203ae6854471bce47c5241f9141ef75d6bd6a2d5288940ae193b50d9fa4fad44ffaf975b327972f94044aa0a97d2a226142aa4fb0a89a9d52611
|
||||
DIST pypandoc-1.17.gh.tar.gz 68117 BLAKE2B a2a098c30f3d34eb88a12ca4b8ff4c805c424d041b2ead26e59e87e6e145a618bc4f9115a774223336a193f8e66ab6e930c0d6c54060e4f42fde5fede4592812 SHA512 2871c708a3e0da99f16327b665d44265cca3a72c9dd03f9446e6952640cc86f61774a02902c6245287e2ec067cd2ca1f81174795940a7f4fa4c9cdaf22cfc2ab
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -31,13 +31,6 @@ BDEPEND="
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Need internet
|
||||
tests.py::TestPypandoc::test_basic_conversion_from_http_url
|
||||
# pandoc does not manage to find pdflatex.fmt despite it being installed
|
||||
tests.py::TestPypandoc::test_pdf_conversion
|
||||
# Fail for a reason I do not understand
|
||||
tests.py::TestPypandoc::test_basic_conversion_from_file_pattern_pathlib_glob
|
||||
tests/test_pypandoc.py::TestPypandoc::test_basic_conversion_from_http_url
|
||||
)
|
||||
distutils_enable_tests pytest
|
||||
python_test() {
|
||||
epytest tests.py || die "Test failed with ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user