From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B21D3138359 for ; Fri, 24 Jul 2020 14:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B434E0874; Fri, 24 Jul 2020 14:31:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 660B6E0874 for ; Fri, 24 Jul 2020 14:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3593134F1F5 for ; Fri, 24 Jul 2020 14:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B591E2D6 for ; Fri, 24 Jul 2020 14:31:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1595601083.d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/process-tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/process-tests/Manifest dev-python/process-tests/process-tests-2.1.1.ebuild X-VCS-Directories: dev-python/process-tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67 X-VCS-Branch: master Date: Fri, 24 Jul 2020 14:31:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a63f2d9c-690b-4ffa-8ee4-c9111406b3ab X-Archives-Hash: 74718e1a4084a0190e14f28c4cb7805e commit: d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 24 11:56:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 24 14:31:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0866bae dev-python/process-tests: Bump to 2.1.1 Signed-off-by: Michał Górny gentoo.org> dev-python/process-tests/Manifest | 1 + .../process-tests/process-tests-2.1.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest index d7d71cb7faa..5eb64b4ea31 100644 --- a/dev-python/process-tests/Manifest +++ b/dev-python/process-tests/Manifest @@ -1 +1,2 @@ DIST process-tests-2.0.2.tar.gz 4815 BLAKE2B 14f2b2e266fd7365c4c1382a608ce641734c34c5215131b45b895a6d1d72591c2396332d1483f006ea7333a30993fae98d25e1a95cd58b38995d949c395da035 SHA512 6cf64d14587ab577a0680760ab6be146a60590091a0bbd6fb35d5c06ddf5289fa4d873c5658f882313837291b70adb37a3e41c13f1fe541777e05f5e9dac1750 +DIST process-tests-2.1.1.tar.gz 11522 BLAKE2B 6f6b97da73f1e4f449c3c7f85a6d860611de57e78cb57c352ea4563be07d7866a5c44107fae0ecfaad24b262c933806b59c2c9218be959b2576fc0d8250da4b9 SHA512 4bb520074a9964d3eed4aca7a1952bf1a0d99b475f3f61b5c51137d8f2e804352639187da5b5ff30ea8739466200eb9361e77dc3c43a20d5ea418f63a2765a1c diff --git a/dev-python/process-tests/process-tests-2.1.1.ebuild b/dev-python/process-tests/process-tests-2.1.1.ebuild new file mode 100644 index 00000000000..5825fc67ce5 --- /dev/null +++ b/dev-python/process-tests/process-tests-2.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Tools for testing processes" +HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.org/project/process-tests/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +# There are no tests at all, under TODO +# see https://pypi.org/project/process-tests/2.0.2/ +RESTRICT="test" + +DOCS=( README.rst )