From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/
Date: Thu, 9 Mar 2023 06:02:30 +0000 (UTC) [thread overview]
Message-ID: <1678341745.7d5f3750b08a9713c20fe75d6685c5c50a3ff1ff.arthurzam@gentoo> (raw)
commit: 7d5f3750b08a9713c20fe75d6685c5c50a3ff1ff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 06:01:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 06:02:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5f3750
app-misc/trash-cli: add 0.23.2.13.2, PEP517, py3.11
Closes: https://bugs.gentoo.org/896602
Closes: https://github.com/mgorny/python-bump-testing/issues/38
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/trash-cli/Manifest | 1 +
app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild | 38 +++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index 2f6822d6bffc..c454aa23bb50 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,2 +1,3 @@
DIST trash-cli-0.22.8.21.tar.gz 79315 BLAKE2B a4b0f3072d9a9091b90bec13e3a8208c58638f7dd054a788ba0126f8c803748c837dbf183513ca87a775d4efbed9e926603b2b3839f9f499963b774f59f06cd5 SHA512 9c8a40cd92c070dfcadfe2a4871c16a3cfc066568f0e079e11ff80aff53777335f1fec42245846bba04866a55ba9d11a2493950ccdcefcd7d98825508eb6ab6b
DIST trash-cli-0.22.8.27.tar.gz 80344 BLAKE2B 309a1c429b6e052d622f5cd0f4eb211e1dcf8f5fcbe0834d359cd568527843e6a3c4cd1d61f1d1102b6e7f5b7a55fdde396b2500ca94f9410111705cdbff339b SHA512 909a521f40e2252012ed9ebafe8baff50cd2f743c9ab49df0abb41ecc177e551bde07289505f37e8dc86a0d20cdc8b521c35dd2383d17d4f9e962aa431368fe8
+DIST trash-cli-0.23.2.13.2.gh.tar.gz 104006 BLAKE2B c4187faff6618c54be3fcda2fca799d16ff614e5db2a47912aa796d72385bac8dab188977f635372372eae3f6e7d0faaea9405ac93edcd06962f6ffc2bd4694d SHA512 3894d852c01f5e3096bc5bf95220c35cfaa28e2fa555716983ad8203ce7d2206127394cdfbf3f08f0922abdbbfdb4f1a6c1db3fb0bcbda9d936612a2c7d6a7e8
diff --git a/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild b/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild
new file mode 100644
index 000000000000..e0ef904bfe15
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild
@@ -0,0 +1,38 @@
+# 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
+
+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}.gh.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/flexmock[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+ local -x COLUMNS=80
+ distutils-r1_src_test
+}
next reply other threads:[~2023-03-09 6:02 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 6:02 Arthur Zamarin [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-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-04-23 6:25 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=1678341745.7d5f3750b08a9713c20fe75d6685c5c50a3ff1ff.arthurzam@gentoo \
--to=arthurzam@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