diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2020-11-26 21:52:45 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-07 09:26:52 +0200 |
commit | 89f2eccd3315c27f1ec944e66062103c31aa1eab (patch) | |
tree | 435af9a8d475709bde246f8f29e23eb1f4a9bc35 /app-misc/trash-cli | |
parent | app-misc/trash-cli: Drop 0.17.1.14_p20170816 (diff) | |
download | gentoo-89f2eccd3315c27f1ec944e66062103c31aa1eab.tar.gz gentoo-89f2eccd3315c27f1ec944e66062103c31aa1eab.tar.bz2 gentoo-89f2eccd3315c27f1ec944e66062103c31aa1eab.zip |
app-misc/trash-cli: Bump to 0.20.11.23
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/18423
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r-- | app-misc/trash-cli/Manifest | 1 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.20.11.23.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest index dd508f1ab94a..88b99eed046c 100644 --- a/app-misc/trash-cli/Manifest +++ b/app-misc/trash-cli/Manifest @@ -1 +1,2 @@ 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 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..c8dca292c576 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild @@ -0,0 +1,26 @@ +# 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" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + )" + +distutils_enable_tests nose |