diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-python/pytest-trio | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.7.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-trio/Manifest b/dev-python/pytest-trio/Manifest index 2eca0803157b..8582853c6bc8 100644 --- a/dev-python/pytest-trio/Manifest +++ b/dev-python/pytest-trio/Manifest @@ -1,3 +1,3 @@ DIST pytest-trio-0.7.0.tar.gz 47784 BLAKE2B 59b28df45e87804e0b6eb557a0cf259fdc3636cc7a03d78248fb814d55904ed01d00a530b194b2bfe93ccfb9de528d70a372faf1f6db24531c230319122db2e5 SHA512 547036c94f33cf8e755c88d608c5fddfa5c583fdaa7e604598d470e250a006c571702a81bac4f273b74450a8c10e4be404bad74d4104403fe1c9c70e872dff53 -EBUILD pytest-trio-0.7.0.ebuild 1336 BLAKE2B 340e02db478308407406f11933ed9e40559ae797254fa5ca73df916ce135fc49a42527618d43652f03389246c19fd6be8a5774adfed093374ed183c5e7a5ad9c SHA512 c99ad511efbd4ee4d3918a869f3193d52025dbbb899a5eecafc4ebf8b29ded26ffdfabe7f179ebbd012aff782a6cc4b8f149228e07c0f5aa2d70be8176feb187 +EBUILD pytest-trio-0.7.0.ebuild 1346 BLAKE2B 3b96d976861bb4a7c3a1d675c6dd4fd544ffe2c22b985b6842ad88d73db0a86d45f6aa2e5ec34f7bd1ebdda373682d250aafc5cd07c87c562270150b359161c1 SHA512 9c26a73a3d0a182c9721a60210c5ad025a85b26604e67edf43ef8fe8ca018dc5739e5162f055acd2aad042d87a95462368443b8d655a76ebb2646c38750b4e27 MISC metadata.xml 420 BLAKE2B 42bae65fb9b23797c96bdc057faebc577f89f0c83f27031079176c2a122cb15e70eb5937a8cd52d09b3d7c5a7d16f62768452c87523fdb0fad876b63836c171d SHA512 5dd3d9e96df753347ccdf41428b5faa1df217985d7cfda1d7bd933fdf755f8f254fd9fa80e7cbeedff318327c4ff4257d8598a17def8ee6144d27aa89305cc3d diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild index b50d103696c8..612dde1c4124 100644 --- a/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" RDEPEND=" >=dev-python/async_generator-1.9[${PYTHON_USEDEP}] |