diff options
author | 2021-12-04 14:07:42 -0800 | |
---|---|---|
committer | 2021-12-17 15:12:49 +0200 | |
commit | b9f635c22c28a511010ee4910380b9cc01bb4d96 (patch) | |
tree | c2c2d6aaa3e8083ae33a375d5fcf101faf95fba1 /app-misc/trash-cli/trash-cli-0.21.5.25.ebuild | |
parent | app-misc/trash-cli: Bump to 0.21.10.24 (diff) | |
download | gentoo-b9f635c22c28a511010ee4910380b9cc01bb4d96.tar.gz gentoo-b9f635c22c28a511010ee4910380b9cc01bb4d96.tar.bz2 gentoo-b9f635c22c28a511010ee4910380b9cc01bb4d96.zip |
app-misc/trash-cli: Drop old testing 0.21.5.25
Closes: https://bugs.gentoo.org/802465
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/23186
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/trash-cli/trash-cli-0.21.5.25.ebuild')
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.21.5.25.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/trash-cli/trash-cli-0.21.5.25.ebuild b/app-misc/trash-cli/trash-cli-0.21.5.25.ebuild deleted file mode 100644 index de8339c9926..00000000000 --- a/app-misc/trash-cli/trash-cli-0.21.5.25.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -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 |