diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 09:50:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 10:19:00 +0200 |
commit | 149ff00e630f23edf44f808bb181491ef507ea27 (patch) | |
tree | 0bb16254511df1c2c026f5305f5a0ba0fc98b98e /dev-python/send2trash | |
parent | dev-python/semantic_version: Remove redundant versions (diff) | |
download | gentoo-149ff00e630f23edf44f808bb181491ef507ea27.tar.gz gentoo-149ff00e630f23edf44f808bb181491ef507ea27.tar.bz2 gentoo-149ff00e630f23edf44f808bb181491ef507ea27.zip |
dev-python/send2trash: Remove redundant versions
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.3.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/send2trash/Manifest b/dev-python/send2trash/Manifest index 0fb037b7afb9..faf1d749682d 100644 --- a/dev-python/send2trash/Manifest +++ b/dev-python/send2trash/Manifest @@ -1,2 +1 @@ -DIST Send2Trash-1.3.0.tar.gz 5563 BLAKE2B 54fe34a5f984ded219a3c17f0e06b74a2e5624a8bda8d5723087a918217041bbf6a2b20976b0b4ba71d4a1e08d9ce645b8d5d7fb022ec8e5ed72786496e1ee90 SHA512 d308dd06ef7a11ad7bcb5d9195fb52aa0c0b8e76590ef11b1576d14815501c32c48b96167eb0a325e4f27d0dbf77f41c012a128d30c8f05d9d5ebec9967e21f3 DIST Send2Trash-1.5.0.tar.gz 10892 BLAKE2B 36b51f1859a3b40aa5d9b619491a13da8453ff6615e71423724131a2a88207665d3fbaeef49ecc0ff02b77738d02023c08543d8a759cc0807d74740a8af9b9de SHA512 3c08ef513e5707cd4ac82290b326bb19161222c7a84b8ffd494789ba9858929241f55ea55482947af464c14e32fea27bd92cd762a32a1d55e2daf2e21fd63172 diff --git a/dev-python/send2trash/send2trash-1.3.0.ebuild b/dev-python/send2trash/send2trash-1.3.0.ebuild deleted file mode 100644 index ff1bbf61d817..000000000000 --- a/dev-python/send2trash/send2trash-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -MY_PN="Send2Trash" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Sends files to the Trash (or Recycle Bin)" -HOMEPAGE=" - http://hg.hardcoded.net/send2trash - https://pypi.org/project/Send2Trash/ - https://github.com/hsoft/send2trash" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 x86" -IUSE="doc" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}"/${MY_P} |