python3-send2trash: update to 1.8.0

This commit is contained in:
Eloi Torrents 2022-07-15 10:56:35 +00:00 committed by classabbyamp
parent 0830947ef4
commit 1318724f7c

View file

@ -1,17 +1,18 @@
# Template file for 'python3-send2trash' # Template file for 'python3-send2trash'
pkgname=python3-send2trash pkgname=python3-send2trash
version=1.5.0 version=1.8.0
revision=5 revision=1
wrksrc="send2trash-${version}" wrksrc="send2trash-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-pytest"
depends="python3" depends="python3"
short_desc="Python3 library to natively send files to trash" short_desc="Python3 library to natively send files to trash"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Eloi Torrents <eloitor@disroot.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/hsoft/send2trash" homepage="https://github.com/hsoft/send2trash"
distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz" distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz"
checksum=7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41 checksum=937b038abd9f1e7b8c5d7a116be5dc4663beb71df74dcccffe56cacf992c7a9c
make_check=ci-skip # fails "test_trash_topdir_failure" due to root
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE