From 51184f31f95afe4516d2a29f9051308b3586e43a Mon Sep 17 00:00:00 2001 From: Nikolay Belikov Date: Mon, 13 Jun 2022 20:26:06 +0300 Subject: [PATCH] New package: python3-pathvalidate-2.5.0 --- srcpkgs/python3-pathvalidate/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-pathvalidate/template diff --git a/srcpkgs/python3-pathvalidate/template b/srcpkgs/python3-pathvalidate/template new file mode 100644 index 000000000000..49cd093824d9 --- /dev/null +++ b/srcpkgs/python3-pathvalidate/template @@ -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 " +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 +}