void-packages/srcpkgs/python3-boltons/template
2020-10-10 10:21:18 -04:00

20 lines
586 B
Bash

# Template file for 'python3-boltons'
pkgname=python3-boltons
version=19.3.0
revision=3
wrksrc="boltons-${version}"
build_style=python3-module
pycompile_module="boltons"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Collection of functionality to be bolted on the standard lib"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/mahmoud/boltons"
distfiles="${PYPI_SITE}/b/boltons/boltons-${version}.tar.gz"
checksum=7b3344098aa0d593e1a04cd290f61310d5aefc66aeb1e07262d5afdabdb88a67
post_install() {
vlicense LICENSE
}