New package: python3-pathvalidate-2.5.0

This commit is contained in:
Nikolay Belikov 2022-06-13 20:26:06 +03:00 committed by Duncan Overbruck
parent ff46e9e1cb
commit 543b923982
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# 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
}