diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-20 12:05:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-20 12:05:24 +0100 |
commit | da7ae1dd1fccb6b3c0e4763ab983ad96d57bf463 (patch) | |
tree | 0a7a1b7b3ad60c3b21c697e75908b256fc9ed6b1 /dev-python/pytest-custom-exit-code | |
parent | b6cfc0c19effe2d9f7b8ab303cd00636f16da253 (diff) |
gentoo auto-resync : 20:04:2024 - 12:05:23
Diffstat (limited to 'dev-python/pytest-custom-exit-code')
-rw-r--r-- | dev-python/pytest-custom-exit-code/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-custom-exit-code/Manifest b/dev-python/pytest-custom-exit-code/Manifest index b1538a3039e5..9bb51273b15c 100644 --- a/dev-python/pytest-custom-exit-code/Manifest +++ b/dev-python/pytest-custom-exit-code/Manifest @@ -1,3 +1,3 @@ DIST pytest-custom-exit-code-0.3.0.gh.tar.gz 11147 BLAKE2B 1ffbd021f9b637de19bccc7f6fe41048b6fc600236a29faa2e9729c814ce42c8d08ec19f29de4852ec3f82f6ec850740f5bb2c7119e047c2498edbed2c8bb6dd SHA512 6b412866d60580908d6e53829ca7c5661a7a7ff4927f014e8765315da6152c1e459b5076874a11c54f7b90e7a0480011d80d883d51f437a1780ad8442366e3a5 -EBUILD pytest-custom-exit-code-0.3.0.ebuild 786 BLAKE2B 748c4d8b806bd52d4ecba3126f2d16d125f27e8ab582da1a5f586179d726115a9887b7cb2532f1bf93c0dd4b42e2e7ae7eac6c0990337458ba0edc38b10d6b0c SHA512 ada8a5c67dc7876aefaac090d594267b1b949610bd073f604aaf043aa09c1655a6b3b6563d82ffb617aa742e998f4c7153781985e8bf97aaca4d25e6211eb191 +EBUILD pytest-custom-exit-code-0.3.0.ebuild 790 BLAKE2B 2eee61c07cd71b9f5c4666b19c4e20c7ff6f0c1d713aeb9f011b14097590c12257fd328cad92ae64d00af6d9565204c109999b29f20cd284824e75519ab4b71b SHA512 53852b8857ae95a32f720f1f4161b2e21533c043aecfeb045159d50200339e354ddac54175c33f79db5ee2b62bb4f54f71ed10af9ada6a9de2b9ac38741be9c8 MISC metadata.xml 410 BLAKE2B 14ad3097a9be8542b398b87faf38a55ba8a601d0f86257bf3505cc855a3aa6e22d401a1df4603649ef6bd77dc381499175cca5a58864a6d6aa396538420470e1 SHA512 3d81563cfaed1ef43d27540922dbbab9d4b1cd606eb8754534a25e6c80c23af2ee5aff5d495518d92fce86a299ed3523ddb2ef8e2b62ac76709adaa5d91e0056 diff --git a/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild b/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild index a34aec63857e..de6c485544e4 100644 --- a/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild +++ b/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" RDEPEND=" >=dev-python/pytest-7.0.2[${PYTHON_USEDEP}] |