New package: python3-path-16.4.0

This commit is contained in:
icp 2022-09-01 00:30:38 +05:30 committed by classabbyamp
parent 2c2387c7d7
commit b93c3d729f
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-path'
pkgname=python3-path
version=16.4.0
revision=1
wrksrc="path-${version}"
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Python module for object-oriented file system path manipulation"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/path"
changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz"
checksum=baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52
post_install() {
vlicense LICENSE
}