summaryrefslogtreecommitdiff
path: root/dev-python/send2trash
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-22 00:46:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-22 00:46:59 +0000
commitcfcb994b646269c1d29a43feb26df61670248ca0 (patch)
tree2b7024820b96b303b63d163a8574ed026833c5b7 /dev-python/send2trash
parentae97cfcf2b034344cef97c52cdf57eb884e4873c (diff)
downloadbaldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.tar.gz
baldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.tar.xz
baldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.zip
Adding metadata
Diffstat (limited to 'dev-python/send2trash')
-rw-r--r--dev-python/send2trash/send2trash-1.8.0-r1.ebuild2
-rw-r--r--dev-python/send2trash/send2trash-1.8.0.ebuild21
2 files changed, 1 insertions, 22 deletions
diff --git a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
index 84c054ce189e..828c745d5454 100644
--- a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
+++ b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
distutils_enable_tests pytest
diff --git a/dev-python/send2trash/send2trash-1.8.0.ebuild b/dev-python/send2trash/send2trash-1.8.0.ebuild
deleted file mode 100644
index 0b5e1fb49002..000000000000
--- a/dev-python/send2trash/send2trash-1.8.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-inherit distutils-r1
-
-DESCRIPTION="Sends files to the Trash (or Recycle Bin)"
-HOMEPAGE="
- https://pypi.org/project/Send2Trash/
- https://github.com/arsenetar/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 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest