summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-01-15 07:30:59 +0100
committerMichał Górny <mgorny@gentoo.org>2026-01-15 08:14:20 +0100
commit4d90928f12c19f91be80e85e591d0e2d24a73035 (patch)
tree6e25a4c4e3db35afd21c8fe151622aeea62bbfd2 /dev-python
parentd533068cd63829419eedb0e1801865ac578d9784 (diff)
downloadgentoo-4d90928f12c19f91be80e85e591d0e2d24a73035.tar.gz
gentoo-4d90928f12c19f91be80e85e591d0e2d24a73035.tar.bz2
gentoo-4d90928f12c19f91be80e85e591d0e2d24a73035.zip
dev-python/send2trash: Bump to 2.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/send2trash/Manifest1
-rw-r--r--dev-python/send2trash/send2trash-2.1.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/send2trash/Manifest b/dev-python/send2trash/Manifest
index e6dd4ffd8c12..dbd35e90014c 100644
--- a/dev-python/send2trash/Manifest
+++ b/dev-python/send2trash/Manifest
@@ -1 +1,2 @@
DIST Send2Trash-1.8.3.tar.gz 17394 BLAKE2B 55f382ae81b2279214023daad3a7a8ac0d5f55ebbbe9a2c7af02d35b980f3342ecc5f9b4e734d3c233b65a1fdd058ed856b7a96f3685ebbf1eb4c7dd9d37e159 SHA512 81b9d6ce00830414daac0e1cafe2b69d42b750146f45e64c27750ee8f6d81f771145852a96bf51afa944d8c31959b8c9ac1b5e05c8793732039b690107789d93
+DIST send2trash-2.1.0.tar.gz 17255 BLAKE2B 30b1f46b9fb46d5c2e3755fb03a18d53780fe84c7bbeef8d954c369d069e3000271db236b321d7a94f8afd2f4be2ce365bd36fbff8f0e95291529d73e12ef80f SHA512 ab3994a861b016d54d1528ba85ed23135555c1957be6d3979ba276e0329fe347cb20c9872c8e7474445d1c65e2deea162ce578123d6be4b2f9ef82205e17d8c7
diff --git a/dev-python/send2trash/send2trash-2.1.0.ebuild b/dev-python/send2trash/send2trash-2.1.0.ebuild
new file mode 100644
index 000000000000..4a7901b0a184
--- /dev/null
+++ b/dev-python/send2trash/send2trash-2.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=Send2Trash
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sends files to the Trash (or Recycle Bin)"
+HOMEPAGE="
+ https://github.com/arsenetar/send2trash/
+ https://pypi.org/project/Send2Trash/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest