From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/send2trash/Manifest | 2 +- dev-python/send2trash/send2trash-1.8.0-r1.ebuild | 25 ++++++++++++++++++++++++ dev-python/send2trash/send2trash-1.8.0.ebuild | 21 -------------------- 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 dev-python/send2trash/send2trash-1.8.0-r1.ebuild delete mode 100644 dev-python/send2trash/send2trash-1.8.0.ebuild (limited to 'dev-python/send2trash') diff --git a/dev-python/send2trash/Manifest b/dev-python/send2trash/Manifest index bb713cc0ef76..afdc1e045b68 100644 --- a/dev-python/send2trash/Manifest +++ b/dev-python/send2trash/Manifest @@ -1,3 +1,3 @@ DIST send2trash-1.8.0.gh.tar.gz 15040 BLAKE2B 06f6b0b9e4e9316bc60332ea76426922db6d35fa5d4e0602e91a58996bb55a2344d7d56547bdf21151641c5ec710b78b2b11c8fda158eb911155994c86d10078 SHA512 9dc15fbd262eb5a05a355b436c0e582e5ef9b484f859b53faafe6af5bd08ef88b9aa5121485c2fffb7dbe5aeeef29f6719035e08c61da273fd4fa51383b062fe -EBUILD send2trash-1.8.0.ebuild 549 BLAKE2B b3b74a851025a319b690d61c367773d4ade35b0d565c5c99bf6bcd827f9165f63e5709214acc87637ba133020226b3cc75353e0b5ecdac2db515f74152ca8b82 SHA512 0ee71665687a643b5135592bcba2384393f71897fac01566d56e561dc14bcbc3b6f167d93ac4a75a6895949b92b74ba1abc6ca75747c07cea886bbcf38000d9f +EBUILD send2trash-1.8.0-r1.ebuild 584 BLAKE2B 9b57046e037a30e98e691aa820c0ab905751e7b1943a9510f341bb92dafea58df9bd1a1cd251847a2008d66a1b2e6f0fad9adc5a97008f25cc84f5388f48615b SHA512 d2b08d9964b040642a2fc8134eeb7d13f064adf4faf35e3ed5378f28a62ccfa5a084f5ed70bc2413df71a7b0c110b5aa33e609825d7f2ef48721eda4ebf151ba MISC metadata.xml 411 BLAKE2B bc650bdcb346ddb4c94fff51727b5ae9f2ae1cb62d0fe52709b531fd779fb4b5342f8c200a924816763b3b21354849b320a92050d62d243a48e862f46c997d9b SHA512 b5ba72495ce17919eedb91021749653ec411d1df1188520f95a4db28efbfc9c59d291c23e54014430be77fbf961a0662f25539805086b5b284b992520f5dcc22 diff --git a/dev-python/send2trash/send2trash-1.8.0-r1.ebuild b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild new file mode 100644 index 000000000000..8b0851db162d --- /dev/null +++ b/dev-python/send2trash/send2trash-1.8.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..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 ~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 3f1a258f5f59..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_{8..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 -- cgit v1.2.3