trash-cli: update to 0.22.10.20.
This commit is contained in:
parent
9d02fc5965
commit
6ae4910893
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'trash-cli'
|
||||
pkgname=trash-cli
|
||||
version=0.22.8.27
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
depends="python3-psutil"
|
||||
checkdepends="$depends python3-pytest python3-six python3-mock"
|
||||
version=0.22.10.20
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3-psutil python3-six"
|
||||
checkdepends="${depends} python3-pytest-xdist python3-mock
|
||||
python3-flexmock python3-parameterized"
|
||||
short_desc="Command line interface to the freedesktop.org trashcan"
|
||||
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/andreafrancia/trash-cli"
|
||||
changelog="https://raw.githubusercontent.com/andreafrancia/trash-cli/master/HISTORY.txt"
|
||||
distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
|
||||
checksum=d1b82193c2316aa5bf7b80be4cf623b8f0bfb6de10bcc65cd232f66725aec53c
|
||||
distfiles="https://github.com/andreafrancia/trash-cli/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=74f8dabc4bb0da368bbfe847eccbeaf75326d00b8e85849d6c2b7b9044c4fadc
|
||||
# Can not be run as root
|
||||
make_check=ci-skip
|
||||
|
|
Loading…
Reference in New Issue