forked from tastytea/overlay
dev-python/pygls: drop 0.12.3
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
36874f8010
commit
5ec3ba0cc6
|
@ -1,3 +1,2 @@
|
|||
DIST pygls-0.12.3.tar.gz 688074 BLAKE2B d3088ee8e2e1a1a3019503deb0dc9a0a32551888800e461cb12225b9cd779fe18809525f0f30922cbf4f8f229f1172d7a45330cdc49257e33c6d0c8a3001df26 SHA512 8a5b502d6ef8db7dc54a2edfbcce4d896b2b2f487a1327e1bad71759c042163aab5b02ea34ad0f35ce5746aeff2fdda2a78c34fb348daa164f43698589979a13
|
||||
DIST pygls-0.13.1.tar.gz 691500 BLAKE2B 3c2f71a35bce4064bb514ae69ceb38002d924ffaae88f4896c9de177038f80749937372ae479999b3de059d90fc5f9ab16a27d4d44051ade3ae8185a5df91782 SHA512 d7ffd2602adaf8aa0db75219f015b050891d1112bb62ae7f622d572eef2a0031cfa21fda177ed5af3099ab7fe682ece82d8bad5a833433bfad3e5fdd0e8eb650
|
||||
DIST pygls-1.0.1.tar.gz 674546 BLAKE2B 62089e817214d8ae0b9d2454a0787e18f077183fbcd1dcf538630ec167f1356f3031dff679dd45aeab48a11e545b7c63fa74e1c42fca7fec7c33d51b72efb25f SHA512 f8862ac01357ebbc0d1e56a24bbebf38b0d5420a12d0e31243e6529054c7827689bcd60ed70151c584a497a47ef837a3d8e2f361f194686fb629e94ee0880688
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A pythonic generic language server"
|
||||
HOMEPAGE="
|
||||
https://pygls.readthedocs.io/en/latest/
|
||||
https://pypi.org/project/pygls/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-python/wheel[${PYTHON_USEDEP}]
|
||||
dev-python/toml[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
python_targets_python3_11? (
|
||||
>=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
|
||||
)
|
||||
<dev-python/typeguard-3.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user