20 lines
654 B
Bash
20 lines
654 B
Bash
# Template file for 'python3-path'
|
|
pkgname=python3-path
|
|
version=16.10.0
|
|
revision=1
|
|
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 <pangolin@vivaldi.net>"
|
|
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=b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|