dev-python/pygls: new package, add 0.12.1
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
59a194d3cb
commit
f9dc55d435
1
dev-python/pygls/Manifest
Normal file
1
dev-python/pygls/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST pygls-0.12.1.tar.gz 687793 BLAKE2B ccfc747e9b645c5ffafadf7d7b6af25d3f014f3d7cf0888ca896feddca5ea3672af3b33d2aa7042819d4dbef44e1d49230e513ee795a618baa5484e7586c01b5 SHA512 340d3c8e3767a4922b2363a018019203e2b6295010457888221c9150199b2ae0eda748d924d3e39c10dc50d71a306a85a5bbf85d9f9a0dc25afccfcbad82035d
|
8
dev-python/pygls/metadata.xml
Normal file
8
dev-python/pygls/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>Ronny (tastytea) Gutbrod</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
39
dev-python/pygls/pygls-0.12.1.ebuild
Normal file
39
dev-python/pygls/pygls-0.12.1.ebuild
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# 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-1.10.0[${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
|
Reference in New Issue
Block a user