20 lines
627 B
Bash
20 lines
627 B
Bash
# Template file for 'python3-setproctitle'
|
|
pkgname=python3-setproctitle
|
|
version=1.2.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|