21 lines
718 B
Bash
21 lines
718 B
Bash
# Template file for 'python3-pathvalidate'
|
|
pkgname=python3-pathvalidate
|
|
version=2.5.2
|
|
revision=3
|
|
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="5ff57d0fabe5ecb7a4f1e4957bfeb5ad8ab5ab4c0fa71f79c6bbc24bd9b7d14d"
|
|
# Tests depend on unpackaged allpairspy, faker, pytest-discord, pytest-md-report.
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|