void-packages/srcpkgs/python3-setproctitle/template

20 lines
637 B
Bash

# Template file for 'python3-setproctitle'
pkgname=python3-setproctitle
version=1.3.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest procps-ng"
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=c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae
post_install() {
vlicense COPYRIGHT LICENSE
}