From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plumbum/
Date: Sun, 6 Oct 2024 02:30:56 +0000 (UTC) [thread overview]
Message-ID: <1728181848.e6d6b52f8085ae14726e51a0f4ce4879e14bd282.mgorny@gentoo> (raw)
commit: e6d6b52f8085ae14726e51a0f4ce4879e14bd282
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 02:28:26 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 02:30:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d6b52f
dev-python/plumbum: Bump to 1.9.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/plumbum/Manifest | 1 +
dev-python/plumbum/plumbum-1.9.0.ebuild | 57 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest
index 793249a2033a..52e639471764 100644
--- a/dev-python/plumbum/Manifest
+++ b/dev-python/plumbum/Manifest
@@ -1 +1,2 @@
DIST plumbum-1.8.3.tar.gz 318895 BLAKE2B 7c3df70e5bcaf5dfd9c6898f0d2044c647f08a4eaa0eb6bcb616c9971edfc20aa7651dc70a193e06c1d1f97b155a86a6d93d14622ff40da1328b1aa0e6534e6b SHA512 e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088
+DIST plumbum-1.9.0.tar.gz 319083 BLAKE2B eb155511c3726b7b7e564da05ab58294ffdbe9806599d8adbd0a05ffc9cf096a6c551f5d1ef0b9a781a13435e47a6598c90c04d90c852f8536c665d2bfbb58d9 SHA512 afa0436e19ddea192ac7d33a3cdede6a86c801288d6678c9d9daa110ea049b14bc388fe4eb27e172d66595de282648b966043bed8f4c282350753afdf38e14de
diff --git a/dev-python/plumbum/plumbum-1.9.0.ebuild b/dev-python/plumbum/plumbum-1.9.0.ebuild
new file mode 100644
index 000000000000..feaba73825a3
--- /dev/null
+++ b/dev-python/plumbum/plumbum-1.9.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A library for shell script-like programs in python"
+HOMEPAGE="
+ https://plumbum.readthedocs.io/en/latest/
+ https://github.com/tomerfiliba/plumbum/
+ https://pypi.org/project/plumbum/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_DESELECT=(
+ # Need sshd running
+ tests/test_remote.py
+ tests/test_utils.py
+ # Windows specific
+ tests/test_putty.py
+ # Needs sudo without password
+ tests/test_sudo.py
+ # Wrong assumptions about env handling
+ tests/test_env.py::TestEnv::test_change_env
+ tests/test_env.py::TestEnv::test_dictlike
+ tests/test_local.py::TestLocalPath::test_iterdir
+ )
+
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -o addopts= -p pytest_mock -p timeout
+}
+
+pkg_postinst() {
+ optfeature "remote commands via ssh" dev-python/paramiko
+ optfeature "progress bars in jupyter" dev-python/ipywidgets
+ optfeature "colored output in jupyter" dev-python/ipython
+ optfeature "images on the command line" dev-python/pillow
+}
next reply other threads:[~2024-10-06 2:31 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-06 2:30 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 15:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/plumbum/ Michał Górny
2024-10-26 14:47 Arthur Zamarin
2024-05-17 8:20 Michał Górny
2024-05-17 8:15 Michał Górny
2024-05-17 8:14 Michał Górny
2024-04-30 5:02 Michał Górny
2023-11-24 15:33 Michał Górny
2023-07-06 12:16 Michał Górny
2023-07-05 20:52 Sam James
2023-05-31 6:33 Michał Górny
2023-05-31 6:33 Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:50 Sam James
2023-02-10 8:45 Yixun Lan
2023-01-02 14:54 Michał Górny
2022-11-09 6:12 Michał Górny
2022-11-08 23:16 Sam James
2022-03-31 19:18 Michał Górny
2022-03-31 17:36 Jakov Smolić
2022-02-26 8:34 Michał Górny
2022-01-27 12:34 Michał Górny
2022-01-26 20:18 Jakov Smolić
2021-12-24 19:52 Arthur Zamarin
2021-12-24 17:05 Jakov Smolić
2021-12-24 7:56 Arthur Zamarin
2021-11-23 22:05 Michał Górny
2021-08-13 20:41 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-03-15 16:59 Andrey Grozin
2021-03-15 16:11 Andrey Grozin
2021-03-15 16:10 Andrey Grozin
2021-01-07 9:19 Michał Górny
2021-01-05 11:03 Michał Górny
2020-12-01 9:24 Andrey Grozin
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-02-05 19:12 Michał Górny
2020-01-31 14:22 Andrey Grozin
2018-11-11 13:09 Andrey Grozin
2018-11-11 13:05 Andrey Grozin
2018-06-26 2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-04-29 6:33 Michał Górny
2017-03-30 18:38 Andrey Grozin
2017-03-30 18:08 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2017-01-22 16:11 Andrey Grozin
2015-12-25 12:09 Andrey Grozin
2015-09-04 10:03 Andrey Grozin
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=1728181848.e6d6b52f8085ae14726e51a0f4ce4879e14bd282.mgorny@gentoo \
--to=mgorny@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