void-packages/srcpkgs/python3-pathvalidate/template

22 lines
751 B
Bash

# Template file for 'python3-pathvalidate'
pkgname=python3-pathvalidate
version=2.5.0
revision=1
wrksrc="pathvalidate-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python library to sanitize/validate strings such as filenames/paths"
maintainer="Nikolay Belikov <nb@nbelikov.com>"
license="MIT"
homepage="https://github.com/thombashi/pathvalidate"
changelog="https://github.com/thombashi/pathvalidate/releases"
distfiles="${PYPI_SITE}/p/pathvalidate/pathvalidate-${version}.tar.gz"
checksum="119ba36be7e9a405d704c7b7aea4b871c757c53c9adc0ed64f40be1ed8da2781"
# Tests depend on unpackaged allpairspy, faker, pytest-discord, pytest-md-report.
make_check=no
post_install() {
vlicense LICENSE
}