diff options
Diffstat (limited to 'dev-python/pygments')
-rw-r--r-- | dev-python/pygments/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pygments/pygments-2.19.1.ebuild | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest index f90b11b485a3..81eaf4798616 100644 --- a/dev-python/pygments/Manifest +++ b/dev-python/pygments/Manifest @@ -1,3 +1,3 @@ DIST pygments-2.19.1.tar.gz 4968581 BLAKE2B 24bc120c4709af2f313010ed953a446bc29ee32269d47c3325067fea60c2a945376426a7c8d37e8916cc09e0534c2b6e63f69226768d6afd6e88dac875cc4419 SHA512 f8547b1eb032fb4c0ad15f1bb61bc6d8c25b309e61850a7ebe4e879fefe1ebb0acba53192d1294e8ef243613ba546e1e7ac7474ab1b49b1a1c1551c6733d9ec7 -EBUILD pygments-2.19.1.ebuild 1133 BLAKE2B 136f547138a0cf565b0dbe80d730267c1349024543cefd91b77972f4a9d65868ca642ed179e835a16b4af4d681f9da2789e84637a3baeefb9bf8a5f469f68f9a SHA512 0d3c0695cb478da7b8d9633780a9f3c1cee6a7a890f2ced643bb4e955263f1b7fcfa48567c16788d66ab69c09717ca202c73c6dbb0acfe9eb9f98e999424f61e +EBUILD pygments-2.19.1.ebuild 1356 BLAKE2B 4ce8368b72371539db0b67e1a35b50daede0b09451ecc0095810e006368409c58f6f61227f472d392b02a787aa0deac2793c23731e6fd5a1f5dd1a4be42d69c1 SHA512 d71c97c22db12cdc02a72c515306d0fc998559a67cb5fffee42cbe75ad29343e0ea7fcf78a4dc41eb97dc344f9a0248a3af3fd4bf71affe1afe8dcc821e6ef3c MISC metadata.xml 618 BLAKE2B fbe7a30ff157e4e13592f96ef8a8b9be60ef2f8e72c08baa56dcca027dde82715b78b3b670ef29190d88dbb582f5cc5fdf9aa2547db5d714c666c28020b54def SHA512 860f398e047e516a8ea4d7fd4e900f1c8efed92422c304e305dc16df9e536ce7be7e06407f93caca0d47f6f929eaa66b2e56acd25105d4f232b841eaca381eb6 diff --git a/dev-python/pygments/pygments-2.19.1.ebuild b/dev-python/pygments/pygments-2.19.1.ebuild index 7ace5ffe427e..063bd7bb01b3 100644 --- a/dev-python/pygments/pygments-2.19.1.ebuild +++ b/dev-python/pygments/pygments-2.19.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 bash-completion-r1 pypi @@ -40,6 +40,18 @@ EPYTEST_DESELECT=( EPYTEST_XDIST=1 distutils_enable_tests pytest +python_test() { + if [[ ${EPYTHON} == python3.14* ]] ; then + EPYTEST_IGNORE+=( + # https://github.com/python/cpython/issues/133653 + # https://github.com/python/cpython/pull/133813 + tests/test_cmdline.py + ) + fi + + epytest +} + src_install() { distutils-r1_src_install newbashcomp external/pygments.bashcomp pygmentize |