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/process-tests/
Date: Mon, 03 May 2021 09:16:46
Message-Id: 1620033398.79e9afcd4e44a661b625c75d76b659433924bdc4.mgorny@gentoo
1 commit: 79e9afcd4e44a661b625c75d76b659433924bdc4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 08:15:55 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 09:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e9afcd
7
8 dev-python/process-tests: Bump to 2.1.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/process-tests/Manifest | 1 +
13 .../process-tests/process-tests-2.1.2.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest
17 index d5f71f930e0..bec41d4828b 100644
18 --- a/dev-python/process-tests/Manifest
19 +++ b/dev-python/process-tests/Manifest
20 @@ -1 +1,2 @@
21 DIST process-tests-2.1.1.tar.gz 11522 BLAKE2B 6f6b97da73f1e4f449c3c7f85a6d860611de57e78cb57c352ea4563be07d7866a5c44107fae0ecfaad24b262c933806b59c2c9218be959b2576fc0d8250da4b9 SHA512 4bb520074a9964d3eed4aca7a1952bf1a0d99b475f3f61b5c51137d8f2e804352639187da5b5ff30ea8739466200eb9361e77dc3c43a20d5ea418f63a2765a1c
22 +DIST process-tests-2.1.2.tar.gz 11554 BLAKE2B bf4716f32b8d5e6cd8d5f8eef1156c09545fe22e48134fa0f98c47172141f0365f1995c2dad94c4e3a6f5a151883f92048bcd943fa07faeb7eff9c60f18555df SHA512 56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263
23
24 diff --git a/dev-python/process-tests/process-tests-2.1.2.ebuild b/dev-python/process-tests/process-tests-2.1.2.ebuild
25 new file mode 100644
26 index 00000000000..9b6ad71f5f4
27 --- /dev/null
28 +++ b/dev-python/process-tests/process-tests-2.1.2.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Tools for testing processes"
40 +HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.org/project/process-tests/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +SLOT="0"
44 +LICENSE="BSD"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
46 +
47 +# There are no tests at all, under TODO
48 +# see https://pypi.org/project/process-tests/2.0.2/
49 +RESTRICT="test"
50 +
51 +DOCS=( README.rst )