From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- dev-python/python-lsp-black/Manifest | 3 +++ dev-python/python-lsp-black/metadata.xml | 13 ++++++++++++ .../python-lsp-black/python-lsp-black-1.0.0.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/python-lsp-black/Manifest create mode 100644 dev-python/python-lsp-black/metadata.xml create mode 100644 dev-python/python-lsp-black/python-lsp-black-1.0.0.ebuild (limited to 'dev-python/python-lsp-black') diff --git a/dev-python/python-lsp-black/Manifest b/dev-python/python-lsp-black/Manifest new file mode 100644 index 000000000000..3ebf5c3c7101 --- /dev/null +++ b/dev-python/python-lsp-black/Manifest @@ -0,0 +1,3 @@ +DIST python-lsp-black-1.0.0.gh.tar.gz 5714 BLAKE2B 8189ab4742b303f32a7963b67b40d826196d5d0420970aeeb7ff614e686be0571143a18d91f2964dc3fd48b71d3d5fb77f76f0877df0c462eef5d2c996200a44 SHA512 46377a4d1bdd40e72a6174468838ed06b26a403029a6911c52dd325581b3423bf9b2c4decc6c931cb177ca9ad481135531e176b0afa602236acbb3dd18f490be +EBUILD python-lsp-black-1.0.0.ebuild 598 BLAKE2B 39bc85212ac3d61159d488f857aab66368ee257f7713ded17349ed03232fbc473c39ab7db67d19cc5dc35d37a241cdc2feeb3d4876216d2aca2495be09228e24 SHA512 5818a5ca0b1b62e844c98e3e555a583213f4221760f47582d0e7894db7858434b435d46981b020d3557cf944f8e1d4afddab3b2f8b6ce201bd052f8c7ba2d784 +MISC metadata.xml 428 BLAKE2B 6354ba8a422a4caa1335abcec535e71292ad1cd1cf8c7f149a6b208aff12a5f470a6381183b6c1b2461d12b81cdd06f4d2d57dee48cb94b40a0f3a2cdea31f5f SHA512 c5d3532e9ec123e491f18b9ceb17e68e7a56931d3eaabff070238d7fd3f962d13e66c1abc66f9b5dbd4760961cb95119184eaaf95b71ba8d903b6a16468c0c2f diff --git a/dev-python/python-lsp-black/metadata.xml b/dev-python/python-lsp-black/metadata.xml new file mode 100644 index 000000000000..9280fa7a25bd --- /dev/null +++ b/dev-python/python-lsp-black/metadata.xml @@ -0,0 +1,13 @@ + + + + + python-lsp-black + python-lsp/python-lsp-black + + + + andrewammerlaan@gentoo.org + Andrew Ammerlaan + + diff --git a/dev-python/python-lsp-black/python-lsp-black-1.0.0.ebuild b/dev-python/python-lsp-black/python-lsp-black-1.0.0.ebuild new file mode 100644 index 000000000000..b60185ad4b9b --- /dev/null +++ b/dev-python/python-lsp-black/python-lsp-black-1.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Black plugin for the Python LSP Server" +HOMEPAGE="https://github.com/python-lsp/python-lsp-black + https://pypi.org/project/python-lsp-black/" +SRC_URI="https://github.com/python-lsp/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + dev-python/python-lsp-server[${PYTHON_USEDEP}] + >=dev-python/black-19[${PYTHON_USEDEP}] +" + +distutils_enable_tests --install pytest -- cgit v1.2.3