void-packages/srcpkgs/python3-send2trash/template

19 lines
623 B
Bash

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