public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/
Date: Sat, 23 Apr 2022 06:25:07 +0000 (UTC)	[thread overview]
Message-ID: <1650695103.441cf8a767ea72ca10c06c9295bcded4a9aa336e.juippis@gentoo> (raw)

commit:     441cf8a767ea72ca10c06c9295bcded4a9aa336e
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Sun Apr 17 08:20:41 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:25:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441cf8a7

app-misc/trash-cli: add 0.22.4.16

Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/25055
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/trash-cli/Manifest                   |  1 +
 app-misc/trash-cli/trash-cli-0.22.4.16.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index 7bbd8516cf4a..8a8ce9f88853 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1 +1,2 @@
 DIST trash-cli-0.21.10.24.tar.gz 78085 BLAKE2B 6d8f82695a94e45efd4316eb9f1a8c8f5d348774fc10cd4e5323d8dad15897f827acf343e2c1a15e1cef4eecb2ed76ab456345e359319c82bfde9b95f68f7b77 SHA512 1bf258cea7658a3968beec939d09ae088eac8898a9812e8a3aca587df7f2ad20c66f766995f8c893e4d84d0ea7db94ebb4ca7eb24982af81fa4179cc9e239fd1
+DIST trash-cli-0.22.4.16.tar.gz 78221 BLAKE2B 9eabecf5b4e787e1a413f4b05fb6c5592b4a5ec55e4a399c02c738e2ad62acaabc234217954262a79c85ad855535a2ca0d6f981b0ac86139f6c631519aeea936 SHA512 961e87ec361c405a45d02e6a4b7bf43493bca86cf3540a7235df459abd450762bcea4760acdfed0e5f276933ff0eb5b9f426ae0eecfde3e5830a8699fa99a19f

diff --git a/app-misc/trash-cli/trash-cli-0.22.4.16.ebuild b/app-misc/trash-cli/trash-cli-0.22.4.16.ebuild
new file mode 100644
index 000000000000..641302d9ab3e
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.22.4.16.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python scripts to manipulate trash cans via the command line"
+HOMEPAGE="https://github.com/andreafrancia/trash-cli"
+SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)"
+
+RDEPEND="
+	dev-python/psutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+	local -x COLUMNS=80
+	distutils-r1_src_test
+}


             reply	other threads:[~2022-04-23  6:25 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-23  6:25 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08 14:35 [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/ Eli Schwartz
2024-07-05  2:59 Eli Schwartz
2024-06-21 22:25 Sam James
2024-06-21 22:25 Sam James
2024-02-28 12:17 Yixun Lan
2024-02-28 12:17 Yixun Lan
2024-02-19  7:08 Sam James
2024-02-19  7:08 Sam James
2023-10-28 10:24 Yixun Lan
2023-10-28 10:24 Yixun Lan
2023-05-03  6:33 Arthur Zamarin
2023-05-02 20:50 Sam James
2023-03-10 14:02 Arthur Zamarin
2023-03-09  8:12 Arthur Zamarin
2023-03-09  6:02 Arthur Zamarin
2023-03-06 13:04 Arthur Zamarin
2023-03-06 13:04 Arthur Zamarin
2022-11-10 16:15 Joonas Niilola
2022-11-10 16:15 Joonas Niilola
2022-10-06 13:24 Sam James
2022-10-06 13:24 Sam James
2022-09-05 12:37 Joonas Niilola
2022-07-22  6:30 Joonas Niilola
2022-07-22  6:30 Joonas Niilola
2022-01-22  7:52 Joonas Niilola
2022-01-19 21:26 Jakov Smolić
2022-01-19  9:26 Jakov Smolić
2021-12-17 13:13 Joonas Niilola
2021-06-07  5:34 Joonas Niilola
2021-06-07  5:34 Joonas Niilola
2021-06-07  5:34 Joonas Niilola
2021-05-16  0:03 Sam James
2021-05-16  0:03 Sam James
2021-03-29 15:45 Sam James
2021-03-05 16:18 Joonas Niilola
2021-03-05 16:18 Joonas Niilola
2021-02-26 20:58 Agostino Sarubbo
2020-12-07  7:36 Joonas Niilola
2020-12-07  7:36 Joonas Niilola
2020-12-07  7:36 Joonas Niilola
2020-05-12  6:39 Agostino Sarubbo
2020-05-11 16:45 Agostino Sarubbo
2020-05-07 13:18 Michał Górny
2020-04-05  7:18 Joonas Niilola
2020-04-05  7:18 Joonas Niilola
2019-03-31  8:35 Michał Górny
2019-02-08 16:14 Mikle Kolyada
2019-01-27 10:15 Pacho Ramos
2019-01-24 22:23 Thomas Deutschmann
2019-01-19 11:57 Jonas Stein
2018-09-06 20:02 Virgil Dupras
2018-02-11 10:25 Michał Górny
2017-07-18 21:39 Patrice Clement
2016-12-31 10:38 Patrice Clement
2016-05-07 21:24 Michał Górny

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=1650695103.441cf8a767ea72ca10c06c9295bcded4a9aa336e.juippis@gentoo \
    --to=juippis@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