Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setproctitle/
Date: Sat, 23 Jan 2021 08:55:38
Message-Id: 1611391202.2592b15f9580d7e482941a904f62597b787c43ae.mgorny@gentoo
1 commit: 2592b15f9580d7e482941a904f62597b787c43ae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 23 08:40:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 23 08:40:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2592b15f
7
8 dev-python/setproctitle: Bump to 1.2.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setproctitle/Manifest | 1 +
13 dev-python/setproctitle/setproctitle-1.2.2.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest
17 index c5723b7e71e..cb6b30efefa 100644
18 --- a/dev-python/setproctitle/Manifest
19 +++ b/dev-python/setproctitle/Manifest
20 @@ -1 +1,2 @@
21 DIST setproctitle-1.2.1.tar.gz 23628 BLAKE2B a50f078a08d2828b03b3cde261af419f88e08045fc18230be017c642c2d4e1b4fb6809e1e2230160d46ba24ba893beb1f95f125b93e7d1b9aacd4ed333bfea7e SHA512 c11f756a61501c4126e6bba5d931a3fb26294d2a55255c717f0e3c3b72184841452195ddf04fb6e8b686d26caa36cb5e13fbd66c66c151c54981a9edc620da1e
22 +DIST setproctitle-1.2.2.tar.gz 23960 BLAKE2B e05cd482a1a8f76689a57da97f8b139c31ca1ec314fc88439326537e4c7aa4283be14506a42f6aa600dac5478a3438c29f1edf5f492465d0df13786e8ed8e70d SHA512 e89651e4879a33681f2862cbd6b430520fe7e5b56331ff2804ad4d8d4bd0230c4270488b132497efcafbc105f575ed2b66caf667130978c899ebfdcb9949b4ba
23
24 diff --git a/dev-python/setproctitle/setproctitle-1.2.2.ebuild b/dev-python/setproctitle/setproctitle-1.2.2.ebuild
25 new file mode 100644
26 index 00000000000..81bb11e0f58
27 --- /dev/null
28 +++ b/dev-python/setproctitle/setproctitle-1.2.2.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Allow customization of the process title"
39 +HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +
46 +distutils_enable_tests pytest