mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python3-setproctitle: update to 1.2.1.
This commit is contained in:
parent
50c091f9d3
commit
1a7af7c361
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-setproctitle'
|
# Template file for 'python3-setproctitle'
|
||||||
pkgname=python3-setproctitle
|
pkgname=python3-setproctitle
|
||||||
version=1.1.10
|
version=1.2.1
|
||||||
revision=8
|
revision=1
|
||||||
wrksrc="setproctitle-${version}"
|
wrksrc="setproctitle-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 library to allow customization of the process title"
|
short_desc="Python3 library to allow customization of the process title"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/dvarrazzo/py-setproctitle"
|
homepage="https://github.com/dvarrazzo/py-setproctitle"
|
||||||
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
|
||||||
checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
|
checksum=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT LICENSE
|
vlicense COPYRIGHT LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue