diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-09 12:38:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-09 12:38:46 +0000 |
| commit | fa28403b5f1d59d71c140cbf9083dc87b506a196 (patch) | |
| tree | 9d0035aa98abd4218dc3fc21040f7656e5fa8fee /dev-python/process-tests | |
| parent | 51db3f38d594230fd2c57dd500c0bab891ff733f (diff) | |
| download | baldeagleos-repo-fa28403b5f1d59d71c140cbf9083dc87b506a196.tar.gz baldeagleos-repo-fa28403b5f1d59d71c140cbf9083dc87b506a196.tar.xz baldeagleos-repo-fa28403b5f1d59d71c140cbf9083dc87b506a196.zip | |
Updating liguros repo
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.0.2.ebuild | 22 | ||||
| -rw-r--r-- | dev-python/process-tests/process-tests-2.1.1.ebuild | 2 |
3 files changed, 1 insertions, 24 deletions
diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest index 5eb64b4ea31e..d5f71f930e07 100644 --- a/dev-python/process-tests/Manifest +++ b/dev-python/process-tests/Manifest @@ -1,2 +1 @@ -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.0.2.ebuild b/dev-python/process-tests/process-tests-2.0.2.ebuild deleted file mode 100644 index 0864a79da1f2..000000000000 --- a/dev-python/process-tests/process-tests-2.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7,8,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 ) diff --git a/dev-python/process-tests/process-tests-2.1.1.ebuild b/dev-python/process-tests/process-tests-2.1.1.ebuild index daa2da3d50c7..bf21f9546bf1 100644 --- a/dev-python/process-tests/process-tests-2.1.1.ebuild +++ b/dev-python/process-tests/process-tests-2.1.1.ebuild @@ -13,7 +13,7 @@ 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 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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/ |
