19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'python3-pathtools'
|
|
pkgname=python3-pathtools
|
|
version=0.1.2
|
|
revision=5
|
|
wrksrc="pathtools-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="File system general utilities (Python3)"
|
|
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/gorakhargosh/pathtools"
|
|
distfiles="${PYPI_SITE}/p/pathtools/pathtools-${version}.tar.gz"
|
|
checksum=7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|