From 8fc32ce26fa35978159ed265631348e2f40c4c7b Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Tue, 13 Jun 2023 02:15:37 +0300 Subject: [PATCH] python3-setproctitle: update to 1.3.1 --- srcpkgs/python3-setproctitle/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template index 42bd3cf78d18..fd707cfb9908 100644 --- a/srcpkgs/python3-setproctitle/template +++ b/srcpkgs/python3-setproctitle/template @@ -1,18 +1,18 @@ # Template file for 'python3-setproctitle' pkgname=python3-setproctitle -version=1.2.1 -revision=3 +version=1.3.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" -checkdepends="python3-pytest" +checkdepends="python3-pytest procps-ng" short_desc="Python3 library to allow customization of the process title" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/dvarrazzo/py-setproctitle" distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz" -checksum=5f0eecb27815e31799a69eb6a06b4d375d38887d079d410565b0be82da65c950 +checksum=3d134c2effeb945e8227f7d3d24ea8ad49c03c87ac91a8d67bf967730fa9daba post_install() { vlicense COPYRIGHT LICENSE