20 lines
641 B
Bash
20 lines
641 B
Bash
# Template file for 'python3-voluptuous'
|
|
pkgname=python3-voluptuous
|
|
version=0.11.5
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 data validation library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/alecthomas/voluptuous"
|
|
changelog="https://raw.githubusercontent.com/alecthomas/voluptuous/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/v/voluptuous/voluptuous-${version}.tar.gz"
|
|
checksum=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
chmod o+r -R ${DESTDIR}/usr/lib
|
|
}
|