diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-02 13:40:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-09-02 13:40:05 +0000 |
| commit | 438055d224294220dea9b2fcce1f7f1c136271e5 (patch) | |
| tree | dbb1e87d3b8ed15c6291db3accb02a3f6a01c332 /dev-python/python-lsp-server | |
| parent | 641aacdb1c320669564ca1816436f6ee9e620446 (diff) | |
| download | baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.tar.gz baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.tar.xz baldeagleos-repo-438055d224294220dea9b2fcce1f7f1c136271e5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-lsp-server')
| -rw-r--r-- | dev-python/python-lsp-server/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild (renamed from dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild) | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-python/python-lsp-server/Manifest b/dev-python/python-lsp-server/Manifest index 3acca426d45d..f9f51a0c327e 100644 --- a/dev-python/python-lsp-server/Manifest +++ b/dev-python/python-lsp-server/Manifest @@ -1,3 +1,3 @@ -DIST python-lsp-server-1.0.1.tar.gz 56835 BLAKE2B 430e215b7d65bff2008136783539c262ee201d651bf83750333d41353483882fe7a603208c2725c89530a34cef22e73fe1ef26ec80fe7fb42d2df79eae511528 SHA512 bf116d92bdebea41e4f6647673d390887d84be70d612b92b8c3973aa55db4b151c1188b06fb8e3b6dccb814fd22f938572e998f0b1329bf0b69d0e4750b8f5f6 DIST python-lsp-server-1.1.0.tar.gz 58194 BLAKE2B bc1d542e90a1295e7bddf68d366a738b371895a453e8fb7de5b0d688c49b45b9c3441d479c1f760291e32eedc6fd42cb5ee0966ed32a10ee7f883dee3559932f SHA512 fd9f1985bd55f93740671e83696b02567b12b9b77db14c495482494d23f0a73b2048d99fce9c1be0b7d7c847f213a681d379c342d128a95cf40bd3ffeca9766f DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3 SHA512 7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1 +DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e SHA512 afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild index 1b8261bce1ec..be8da4f5ff42 100644 --- a/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild +++ b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{6,7,8,9,10} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="all-plugins" @@ -33,6 +33,7 @@ BDEPEND=" >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}] <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}] >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + <dev-python/pylint-2.10.0[${PYTHON_USEDEP}] dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}] >=dev-python/rope-0.10.5[${PYTHON_USEDEP}] dev-python/yapf[${PYTHON_USEDEP}] @@ -53,21 +54,21 @@ RDEPEND=" >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}] <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}] >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}] + <dev-python/pylint-2.10.0[${PYTHON_USEDEP}] >=dev-python/rope-0.10.5[${PYTHON_USEDEP}] dev-python/yapf[${PYTHON_USEDEP}] ) " -PATCHES=( - "${FILESDIR}/pyls-fix-test-with-pylint28.patch" -) - distutils_enable_tests pytest python_prepare_all() { # remove pytest-cov dep sed -i -e '0,/addopts/I!d' setup.cfg || die + # This test is continuously breaking + sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die + distutils-r1_python_prepare_all } |
