void-packages/srcpkgs/python3-boltons/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
599 B
Bash

# Template file for 'python3-boltons'
pkgname=python3-boltons
version=19.1.0
revision=1
archs=noarch
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=c32b2d121331a9bc7c220050d4273f3aa359b7569cb4794188e71524603113dc
post_install() {
vlicense LICENSE
}