public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 17 Feb 2023 06:21:54 +0000 (UTC)	[thread overview]
Message-ID: <1676614896.aac3f9fd8cad5bd87624d8f67e72445cf165f36d.mgorny@gentoo> (raw)

commit:     aac3f9fd8cad5bd87624d8f67e72445cf165f36d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 05:59:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 06:21:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac3f9fd

dev-python/plumbum: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/plumbum/Manifest             |  1 -
 dev-python/plumbum/plumbum-1.8.0.ebuild | 53 ---------------------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest
index 8a24e2c7a82f..3c8591585662 100644
--- a/dev-python/plumbum/Manifest
+++ b/dev-python/plumbum/Manifest
@@ -1,2 +1 @@
-DIST plumbum-1.8.0.tar.gz 325060 BLAKE2B 30006fa3826bbdd9482592d825931fd7dcb05b2aca6d762093c4f722f0426aaa6f07fde55754f115e4fba4a45997d2995a657c5a1cfa34c417bb4f5fb2e5834d SHA512 47874c42081d385fad85b9073fbeb711112b8fa847fc79035be1277a1fdabcfb06e7822a4dbba271d86502b9b297a70742f30b1158c363b668a47e783c9990cd
 DIST plumbum-1.8.1.tar.gz 316432 BLAKE2B 91288c5f793b9e3e7d1e1d3724f5cc16989d604b1236438fc71283fab5aa59bb34f1742fe2d79b7a9220e09a3622f5145769497765f3f9213dc70960af478fa0 SHA512 80031c07be3b68767556bba8246e964c51b16336d6105ad3d51d62f7c39287af6f928be713171c8c22cdd37145a0e7c3bd65d44f14bf8b1bc62483b648f3acff

diff --git a/dev-python/plumbum/plumbum-1.8.0.ebuild b/dev-python/plumbum/plumbum-1.8.0.ebuild
deleted file mode 100644
index 048238ccec4f..000000000000
--- a/dev-python/plumbum/plumbum-1.8.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A library for shell script-like programs in python"
-HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-	test? (
-		dev-python/psutil[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/pytest-timeout[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-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
-)
-
-src_prepare() {
-	sed -e '/addopts/d' -i pyproject.toml || die
-	distutils-r1_src_prepare
-}
-
-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
-}


             reply	other threads:[~2023-02-17  6:21 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17  6:21 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-10-06  2:30 Michał Górny
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-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=1676614896.aac3f9fd8cad5bd87624d8f67e72445cf165f36d.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