public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/
Date: Sat, 15 Feb 2020 20:43:03 +0000 (UTC)	[thread overview]
Message-ID: <1581799079.5d34c828e1ac2c42e82a63591a7b0247d4c9aa88.mattst88@gentoo> (raw)

commit:     5d34c828e1ac2c42e82a63591a7b0247d4c9aa88
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 26 18:57:09 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 20:37:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d34c828

dev-python/python-language-server: Version bump 0.31.8

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/14463
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/python-language-server/Manifest         |  2 +-
 ...ebuild => python-language-server-0.31.8.ebuild} | 28 +++++++++++++++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-language-server/Manifest b/dev-python/python-language-server/Manifest
index 22a293d4b9b..71ac444a620 100644
--- a/dev-python/python-language-server/Manifest
+++ b/dev-python/python-language-server/Manifest
@@ -1 +1 @@
-DIST python-language-server-0.31.2.tar.gz 64048 BLAKE2B 6dcb9d2a7eecfc1611f74c38b0418da5369f43d2e787d6402d49f03eddbbefabd3c95f8eb7f0e95f251b3088ccf4e94e060c8f8a7a7f71dbb0bb8c95d686dfbb SHA512 f36150b4621e818ea94d9f276e8752ac5a76ed46c7f387e8ae69991fa9d6145225ddb4a513f10fba696f4683e31085a547613a59b076006fc13310d05e752fe3
+DIST python-language-server-0.31.8.tar.gz 65064 BLAKE2B 8d63d9f7761391fe3c099ea6f3f78530418dfda8450109a95e24957858ad9cb46080fcdc0f4b553fb007130ede7e6e607f272988e303f5c37a6bf0a3f7235a8c SHA512 36be790c5eac819558a82aba2787c36f41ff90e5c8b8d878b70531c0b6d996a279e7cd8bbe10c22187417ae5bd05566299a93db5e40d1a8ceb65a1c0f2eb1ce5

diff --git a/dev-python/python-language-server/python-language-server-0.31.2.ebuild b/dev-python/python-language-server/python-language-server-0.31.8.ebuild
similarity index 59%
rename from dev-python/python-language-server/python-language-server-0.31.2.ebuild
rename to dev-python/python-language-server/python-language-server-0.31.8.ebuild
index 07d9ee4687f..0ebc9ebc1a9 100644
--- a/dev-python/python-language-server/python-language-server-0.31.2.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.31.8.ebuild
@@ -24,13 +24,39 @@ RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]
 	dev-python/python-jsonrpc-server[${PYTHON_USEDEP}]
 	dev-python/ujson[${PYTHON_USEDEP}]"
 
+DEPEND="test? (
+	dev-python/autopep8[${PYTHON_USEDEP}]
+	dev-python/flake8[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/mccabe[${PYTHON_USEDEP}]
+	dev-python/mock[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/pandas[${PYTHON_USEDEP}]
+	dev-python/pycodestyle[${PYTHON_USEDEP}]
+	dev-python/pydocstyle[${PYTHON_USEDEP}]
+	dev-python/pyflakes[${PYTHON_USEDEP}]
+	dev-python/pylint[${PYTHON_USEDEP}]
+	dev-python/QtPy[testlib,${PYTHON_USEDEP}]
+	dev-python/rope[${PYTHON_USEDEP}]
+	dev-python/yapf[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# remove pytest-cov dependencie
+	sed -i -e '16,18d' setup.cfg || die
+
+	distutils-r1_python_prepare_all
+}
+
 pkg_postinst() {
 	elog "To get additional features, optional runtime dependencies may be installed:"
 	optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
 	optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
 	optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
 	optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
-	optfeature "Passive checker for Python programs" sci-libs/pyflakes
+	optfeature "Python docstring style checker" dev-python/pydocstyle
+	optfeature "Passive checker for Python programs" dev-python/pyflakes
 	optfeature "Python code static checker" dev-python/pylint
 	optfeature "Python refactoring library" dev-python/rope
 	optfeature "A formatter for Python files" dev-python/yapf


             reply	other threads:[~2020-02-15 20:43 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-15 20:43 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-language-server/ Michał Górny
2021-05-19  0:19 Sam James
2021-01-18 19:06 Michał Górny
2021-01-18 17:43 Sam James
2021-01-18 12:09 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2020-12-17  0:18 Matt Turner
2020-12-17  0:18 Matt Turner
2020-11-17 14:21 Joonas Niilola
2020-11-17 14:21 Joonas Niilola
2020-11-15  7:18 Joonas Niilola
2020-11-13 18:35 Thomas Deutschmann
2020-11-05  1:39 Matt Turner
2020-10-16 13:26 Joonas Niilola
2020-10-13 18:06 Sam James
2020-10-07 18:44 Joonas Niilola
2020-09-23  4:54 Matt Turner
2020-08-19 22:50 Matt Turner
2020-07-28 19:19 Matt Turner
2020-07-17  4:14 Matt Turner
2020-05-26 20:43 Matt Turner
2020-05-04 12:34 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-01-29  6:14 Joonas Niilola
2020-01-15 11:52 Joonas Niilola
2020-01-15 11:52 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581799079.5d34c828e1ac2c42e82a63591a7b0247d4c9aa88.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox