diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-24 13:56:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-24 16:31:23 +0200 |
commit | d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67 (patch) | |
tree | 241a509063b473ce078fa30a4d85b07d6ee45b3c /dev-python/process-tests | |
parent | dev-python/process-tests: Remove invalid metadata (diff) | |
download | gentoo-d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67.tar.gz gentoo-d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67.tar.bz2 gentoo-d0866bae8ea10e0fb0fd3fd6d66dff56bb3f6e67.zip |
dev-python/process-tests: Bump to 2.1.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r-- | dev-python/process-tests/Manifest | 1 | ||||
-rw-r--r-- | dev-python/process-tests/process-tests-2.1.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest index d7d71cb7faa5..5eb64b4ea31e 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 000000000000..5825fc67ce55 --- /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 ) |