summaryrefslogtreecommitdiff
path: root/app-misc/trash-cli
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /app-misc/trash-cli
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r--app-misc/trash-cli/Manifest3
-rw-r--r--app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild30
-rw-r--r--app-misc/trash-cli/trash-cli-0.20.11.23.ebuild25
3 files changed, 27 insertions, 31 deletions
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index 8a768d1ad560..441bfb63af4d 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,4 +1,5 @@
DIST trash-cli-0.17.1.14_p20170816.tar.gz 69713 BLAKE2B f995c22ba0704eba96abac2c130f9118cc98ad5c5f21903601ea60ee1f52c594b7f8b16ebcaabb4b34086f5f9f66ad02cd628c379ed5139bcb1f691016b435ab SHA512 9d35620b55c63b53b7255179a6304f4d7190c2a90f68c102f64b9616ee897460939633e9c77826968a1682fc5fa090b0f3ea1daad82a44cc96704dc54da45dcd
+DIST trash-cli-0.20.11.23.tar.gz 69229 BLAKE2B f3650a037f00e6ce8cd7bd1ff5f3e11c794ceb09563193e2930eb9b81cd40120dd48f117e8c96d900a8221db9a68360ff633e591367bd544ad07045b1a505304 SHA512 d370687da706677de61c0d234d4cb4db4ff4d9da8cde60c361d11eaccf319e2e418969a7d49ec6edd456524b1275b63d1fcd49bc9a9012afabda1c7a8ad7de78
EBUILD trash-cli-0.17.1.14_p20170816-r1.ebuild 674 BLAKE2B eab1d0141d416e3e0c1d3f32daf86e7ec72243696b1cea1f00b476d6081c5f469881ebc1b15274dcbb691ad642977a3b8c6ec8d07ab13b996b2b28ddf6f27bec SHA512 a7d83030a111df4ea1baf7e2b71cdde916e0e4c6e13cc0ac0269b6ba8651b4a369922550fe0e8d0c9c97c67ce701bc2ef895003d37a915e313450b620aaf237a
-EBUILD trash-cli-0.17.1.14_p20170816.ebuild 706 BLAKE2B ea448fbc1a1ea87ffba8331a57a8ee4d3d9b59a446d3ed33dfb7a731cd2c751f00c76b5cbf0e515b1ad8634e73ec38c3dd2d4e62f35b0f04473175d132f45f53 SHA512 b836d9d705a236fd9682665db5ea8e28a2eeee12d634d2d8917b56f92306ec32be0cb4e5d8f97a8cb5f008667d7a1e6e4683f0d7625e228c3c2b1fadbf5eade7
+EBUILD trash-cli-0.20.11.23.ebuild 588 BLAKE2B 04ce1588f5601ef11edc8447788f55b04e8bcb6698e853a092265b57a8b546cb588b1e4ed15c4d32a0597a14c55f92de0af12d82fa7c6ef50e7b53792962ff16 SHA512 b2b3a74726903b6c495ef1142f4eb61c034e65b38d474b256b40d32808c481a78902cabade1cb4d6e24a773cfadf1d0cb4c6f769a30ca642052335a9120290ff
MISC metadata.xml 1064 BLAKE2B ce5e59cc568a0542a0f94bccc46521901384ca856adaf922db9a62a4d45b86e9d179e12cff203fa8a2813131882116310122265805d54d1303b33e82680404c3 SHA512 8f74a9665e4d72c4f7dde8104189ab55d0a64c1e79abdf41920ff1ca425735cb76ce0e5fba044aae2608151086c8b0ad8a552dc15b7780c6086b8ca36d856068
diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
deleted file mode 100644
index c32b7c75024f..000000000000
--- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-GIT_REF=5abecd53e1d84f2a5fd3fc60d2f5d71e518826c5
-
-DESCRIPTION="Python scripts to manipulate trash cans via the command line"
-HOMEPAGE="https://github.com/andreafrancia/trash-cli"
-SRC_URI="https://github.com/andreafrancia/${PN}/archive/${GIT_REF}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- nosetests -v || die
-}
diff --git a/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild
new file mode 100644
index 000000000000..a6a571417364
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Python scripts to manipulate trash cans via the command line"
+HOMEPAGE="https://github.com/andreafrancia/trash-cli"
+SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests nose