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: Fri, 27 May 2022 19:55:49
Message-Id: 1653681262.3e89ad1c8fd686f8da2a85df157887bf61ff082d.mgorny@gentoo
1 commit: 3e89ad1c8fd686f8da2a85df157887bf61ff082d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:54:22 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:54:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e89ad1c
7
8 dev-python/setproctitle: Remove old
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 deletions(-)
15
16 diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest
17 index 7f28bfd1ff63..5c6bf7b95ed1 100644
18 --- a/dev-python/setproctitle/Manifest
19 +++ b/dev-python/setproctitle/Manifest
20 @@ -1,2 +1 @@
21 -DIST setproctitle-1.2.2.tar.gz 23960 BLAKE2B e05cd482a1a8f76689a57da97f8b139c31ca1ec314fc88439326537e4c7aa4283be14506a42f6aa600dac5478a3438c29f1edf5f492465d0df13786e8ed8e70d SHA512 e89651e4879a33681f2862cbd6b430520fe7e5b56331ff2804ad4d8d4bd0230c4270488b132497efcafbc105f575ed2b66caf667130978c899ebfdcb9949b4ba
22 DIST setproctitle-1.2.3.tar.gz 23618 BLAKE2B 58bafb30a9b0da9cd552c7ed1ccd197a2ee7a3c70ae02773e6a857e4f16069126d2507f30206c83a24d84d030a1fc9306d024f4e5b988f73d95df049fa9c055f SHA512 ae94e3f5e1dd10e80488f81250e979a6a15c7c3ae399bf557612b9b1edbdcb8aec4e68a7f44ff7375a399ab53d6319dfb5c5c4a1e3a0bb824c40f6921c9d9c6b
23
24 diff --git a/dev-python/setproctitle/setproctitle-1.2.2.ebuild b/dev-python/setproctitle/setproctitle-1.2.2.ebuild
25 deleted file mode 100644
26 index aa3f6ffe1d72..000000000000
27 --- a/dev-python/setproctitle/setproctitle-1.2.2.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
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_{8..10} 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 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -
46 -distutils_enable_tests pytest