diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
commit | 0b832a429ecd6081aa9faa0eb262303b019d87ea (patch) | |
tree | c39bb9eaa7bc30cec17f3a3bdef0cf5ed27c6a75 /dev-python/jupyter-lsp | |
parent | 80e87db4d9ed551615eb2d0309bf370e79500716 (diff) |
gentoo auto-resync : 09:03:2025 - 01:48:35
Diffstat (limited to 'dev-python/jupyter-lsp')
-rw-r--r-- | dev-python/jupyter-lsp/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jupyter-lsp/Manifest b/dev-python/jupyter-lsp/Manifest index 8e35213b038e..a3fca4b78278 100644 --- a/dev-python/jupyter-lsp/Manifest +++ b/dev-python/jupyter-lsp/Manifest @@ -1,3 +1,3 @@ DIST jupyter-lsp-2.2.5.tar.gz 48741 BLAKE2B c5ab6d735cab3585b5093bb3a60ae360c33414fe32ddd85bd926d71f92bb4997e846d3ac75ac8d502aacd1a296d7fd447d71cdc7d3c76f2856b2e5f5fd60f7dd SHA512 16c3b40a1557d0417553f0a9371dfa49e1b510a8fef77f4420adc2a521eeb57bb3d28d9c905388211174f47ae4dedf0c9213756288712dbe7430178d832f698b -EBUILD jupyter-lsp-2.2.5.ebuild 3196 BLAKE2B dc34ccf493f4edb5b3b7631b0d6fb0b62f267cbd60f146b0df412d6bd8f2c404014ca9f9c9814aefc1c1f7366c7061e90b143fe196f4ffb06af975bf778d2358 SHA512 81747326afa1ecad17acf62ff86f1e1f9471b58bc84634a439e1d2f5bad4d4e17418689ab6136c9e446ae0ad53d071c8818ea9b137a8ce907e3f5ae8632aef75 +EBUILD jupyter-lsp-2.2.5.ebuild 3205 BLAKE2B f80bdb746c4c3f4a0a1e201cc4ee3540e7839d8c48711c6c8c91e7442214e884696cb58f8edab913c535c3e04b1ecb8c3566b25d2bc9aa02900b61dbd6a5d9eb SHA512 804edae090724f07d44cd6272f9ffb4a9751ae46ad1a22e24a9288e42ef9b596996b082e9c279f5cdd877abbf597c6aa8be627189e40dab999a8b340cfdab55c MISC metadata.xml 418 BLAKE2B b5e29964f271efebf225f8f8cabfcda723f20a40693df463a8d0aad04d63dc67b35a16a8ee83fc7d37aff55fc481bceb02d20221c6c11ab3993fd1fd3b5cdbd4 SHA512 4935850508d3b951c3f6e0bd4068303e6f6415024852e276ffd67777dca3da53aa9879ef460287f90b5c66dde02ec10a1eeb249579ef1fabf7dbed882f5cbe42 diff --git a/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild b/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild index 226a60abab7c..337e8e0e7569 100644 --- a/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild +++ b/dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 optfeature pypi |