19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'python3-boltons'
|
|
pkgname=python3-boltons
|
|
version=20.2.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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="https://github.com/mahmoud/boltons/archive/${version}.tar.gz"
|
|
checksum=f5b63fba62bed021c5086e43b4cfdaf6c8396a3ae1ccdcb549b4eb2f36f8a794
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|