19 lines
547 B
Bash
19 lines
547 B
Bash
# Template file for 'python3-pathlib2'
|
|
pkgname=python3-pathlib2
|
|
version=2.3.4
|
|
revision=10
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
checkdepends="${depends}"
|
|
short_desc="Object-oriented filesystem paths (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/mcmtroffaes/pathlib2"
|
|
distfiles="${PYPI_SITE}/p/pathlib2/pathlib2-${version}.tar.gz"
|
|
checksum=446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|