void-packages/srcpkgs/python3-setproctitle/template

19 lines
613 B
Bash

# Template file for 'python3-setproctitle'
pkgname=python3-setproctitle
version=1.1.10
revision=7
wrksrc="setproctitle-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Python3 library to allow customization of the process title"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/dvarrazzo/py-setproctitle"
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
post_install() {
vlicense COPYRIGHT LICENSE
}