diff --git a/dev-python/lsprotocol/Manifest b/dev-python/lsprotocol/Manifest new file mode 100644 index 0000000..af0ca6a --- /dev/null +++ b/dev-python/lsprotocol/Manifest @@ -0,0 +1 @@ +DIST lsprotocol-2023.0.0a1.tar.gz 68113 BLAKE2B 12f13204d35bc65ad6e25cbc91e535e6e85c4b4f6d990962bb2f5b644ace3c06344b821232528b2c65b61724d3ea1f51c58ae2cd9e240f8965e7217d2738b0a2 SHA512 d7c8dab273bfcaa2539dc73386fcff1a2389d04816369d8953443420dd0b725d646f9b4ac830e47de6ad3ce1fba27396447cd8be98e2e2e97c8273c1b42e72d3 diff --git a/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild b/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild new file mode 100644 index 0000000..6cc12e5 --- /dev/null +++ b/dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild @@ -0,0 +1,15 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the Language Server Protocol" +HOMEPAGE="https://pypi.org/project/lsprotocol/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"