diff options
author | 2023-05-29 06:35:01 +0200 | |
---|---|---|
committer | 2023-05-29 06:35:01 +0200 | |
commit | 5be1233fa682f5f018372684e1647a5c340340c5 (patch) | |
tree | 83e1843273de110eacaab020bb88fc73eddb4cdf /dev-python/send2trash | |
parent | dev-python/tomlkit: Remove old (diff) | |
download | gentoo-5be1233fa682f5f018372684e1647a5c340340c5.tar.gz gentoo-5be1233fa682f5f018372684e1647a5c340340c5.tar.bz2 gentoo-5be1233fa682f5f018372684e1647a5c340340c5.zip |
dev-python/send2trash: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/send2trash')
-rw-r--r-- | dev-python/send2trash/Manifest | 1 | ||||
-rw-r--r-- | dev-python/send2trash/send2trash-1.8.0-r1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/send2trash/Manifest b/dev-python/send2trash/Manifest index b593457ef3ab..0da980374d2a 100644 --- a/dev-python/send2trash/Manifest +++ b/dev-python/send2trash/Manifest @@ -1,2 +1 @@ DIST Send2Trash-1.8.2.tar.gz 17487 BLAKE2B 3362a7e0c70f0e3f0f7a64676174d6c6f28290079590e08e4a746c0e19f96deca028aa521df58afa7f0ab47d78f286df01f98e903dfd771063af0ff40b4f6c08 SHA512 378107c8175e8d08566258daa13d3000e66ec03f732698180a2eb7f862c39d3c458be66ecf3f8864f559b961e29b777b8e7f5169468219e19723def62a69bb9c -DIST send2trash-1.8.0.gh.tar.gz 15040 BLAKE2B 06f6b0b9e4e9316bc60332ea76426922db6d35fa5d4e0602e91a58996bb55a2344d7d56547bdf21151641c5ec710b78b2b11c8fda158eb911155994c86d10078 SHA512 9dc15fbd262eb5a05a355b436c0e582e5ef9b484f859b53faafe6af5bd08ef88b9aa5121485c2fffb7dbe5aeeef29f6719035e08c61da273fd4fa51383b062fe diff --git a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild deleted file mode 100644 index 67099dcfbe81..000000000000 --- a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild +++ /dev/null @@ -1,25 +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 - -DESCRIPTION="Sends files to the Trash (or Recycle Bin)" -HOMEPAGE=" - https://github.com/arsenetar/send2trash/ - https://pypi.org/project/Send2Trash/ -" -SRC_URI=" - https://github.com/arsenetar/send2trash/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest |