Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setproctitle/
Date: Tue, 30 Aug 2022 17:06:59
Message-Id: 1661879097.c03b2836a0350c12cb642a971426a4c95dc70af6.arthurzam@gentoo
1 commit: c03b2836a0350c12cb642a971426a4c95dc70af6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 17:04:57 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 17:04:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03b2836
7
8 dev-python/setproctitle: drop 1.3.0, 1.3.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/setproctitle/Manifest | 2 --
13 dev-python/setproctitle/setproctitle-1.3.0.ebuild | 22 ----------------------
14 dev-python/setproctitle/setproctitle-1.3.1.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest
18 index 3fac761bb0e8..1c25a1c6347e 100644
19 --- a/dev-python/setproctitle/Manifest
20 +++ b/dev-python/setproctitle/Manifest
21 @@ -1,4 +1,2 @@
22 DIST setproctitle-1.2.3.tar.gz 23618 BLAKE2B 58bafb30a9b0da9cd552c7ed1ccd197a2ee7a3c70ae02773e6a857e4f16069126d2507f30206c83a24d84d030a1fc9306d024f4e5b988f73d95df049fa9c055f SHA512 ae94e3f5e1dd10e80488f81250e979a6a15c7c3ae399bf557612b9b1edbdcb8aec4e68a7f44ff7375a399ab53d6319dfb5c5c4a1e3a0bb824c40f6921c9d9c6b
23 -DIST setproctitle-1.3.0.tar.gz 26778 BLAKE2B 620df2c342fd76ff762135eed88b4d6d921c1c85c7865e3921c95e968de07b10cccf86e2d62297fdfb91aa5b44e9e9fb7c496aa2fdbbe039eecda668b079328e SHA512 41f0557b73ed41323c8d71d87d143ccd78f980c01027e76c7e6ff4cf375cb8cda55f01a5c4a3cd12fea3459070382b84fd1346995696df7a3e1cc03ff8e71b4e
24 -DIST setproctitle-1.3.1.tar.gz 27010 BLAKE2B c29f2acc1c02a375227b4f249340d979a4922d1ebf8e6f17f2e5a202ad2e41affe9d0ff8aed0345ebb534a00868896036e15a985c6d21ebbbb341afaa951ae8d SHA512 c21d87555cc258a779dbc5574ef0c58b4fdcd0cc28410a931f05974d9714f2bd9a57fbec4fa1cf16aef21ea50cd900a52eb85974c399b451bc357671d1490dc4
25 DIST setproctitle-1.3.2.tar.gz 27173 BLAKE2B 252ca0a4f71e1413e2474d6c4e9cebacb1642f8c7883709d03341ce1468441509dc54eb9d4191f2aefb65c9e76e130f76a51303a272bd34a6db781d3b2a86e92 SHA512 9c6d1748685e8b62f9542f73481a587dbe7b6ca157fdcecdd8d2f66bbb71169bf31e47da51867aa0ec9b620c39677ab9a936a7537769714bdc99ef0355c743e0
26
27 diff --git a/dev-python/setproctitle/setproctitle-1.3.0.ebuild b/dev-python/setproctitle/setproctitle-1.3.0.ebuild
28 deleted file mode 100644
29 index 13ace7223215..000000000000
30 --- a/dev-python/setproctitle/setproctitle-1.3.0.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Allow customization of the process title"
44 -HOMEPAGE="
45 - https://github.com/dvarrazzo/py-setproctitle/
46 - https://pypi.org/project/setproctitle/
47 -"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -
54 -distutils_enable_tests pytest
55
56 diff --git a/dev-python/setproctitle/setproctitle-1.3.1.ebuild b/dev-python/setproctitle/setproctitle-1.3.1.ebuild
57 deleted file mode 100644
58 index 13ace7223215..000000000000
59 --- a/dev-python/setproctitle/setproctitle-1.3.1.ebuild
60 +++ /dev/null
61 @@ -1,22 +0,0 @@
62 -# Copyright 1999-2022 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=8
66 -
67 -DISTUTILS_USE_PEP517=setuptools
68 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Allow customization of the process title"
73 -HOMEPAGE="
74 - https://github.com/dvarrazzo/py-setproctitle/
75 - https://pypi.org/project/setproctitle/
76 -"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="BSD"
80 -SLOT="0"
81 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
82 -
83 -distutils_enable_tests pytest