# Template file for 'python3-path' pkgname=python3-path version=17.0.0 revision=2 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3" checkdepends="python3-more-itertools python3-pytest-xdist" short_desc="Python module for object-oriented file system path manipulation" maintainer="icp " license="MIT" homepage="https://pypi.org/project/path/" changelog="https://raw.githubusercontent.com/jaraco/path/main/NEWS.rst" distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz" checksum=e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5 pre_check() { rm pytest.ini } post_install() { vlicense LICENSE }