diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-19 08:46:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-19 08:46:18 +0100 |
commit | 9e65a38a260a44292ceb8a0bf4fea5f0b5666826 (patch) | |
tree | 40c907f5d72cda463e42d2ee5d5434b3790e06df /dev-python/multidict | |
parent | cf1a411e806b434c96329401a6ff0901ec7f0d5c (diff) |
gentoo auto-resync : 19:04:2025 - 08:46:17edge
Diffstat (limited to 'dev-python/multidict')
-rw-r--r-- | dev-python/multidict/Manifest | 2 | ||||
-rw-r--r-- | dev-python/multidict/multidict-6.4.3.ebuild | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest index 39effea6faf0..23ed8d6f2fe0 100644 --- a/dev-python/multidict/Manifest +++ b/dev-python/multidict/Manifest @@ -3,5 +3,5 @@ DIST multidict-6.3.2.gh.tar.gz 104692 BLAKE2B 8e8ea4d8d03b41c45ba26eab12da5f7bb8 DIST multidict-6.4.3.gh.tar.gz 106392 BLAKE2B 63ee89cc0dec98cd453aa7323bc7ddd9c705dfabe877c5982fe1ace405f3f2b666e8b668fecafdf83866c797b58e548f7d558f493ba4291e5d857725d4f8b1aa SHA512 d4c267a58c86f8cc257583dfefab77095b54124d34cea310beddfbbb58a4337154846165bd259884fb22a19ee13e02dbba6e44d5486fc6b9d96415fa582a8f36 EBUILD multidict-6.2.0.ebuild 1293 BLAKE2B fe9d42e87c83e6e6c1a2f97b79202f6fc2b0c6fe52921b84202c7b7b1b4d4ee7e19ec73053ed584482be61185a57a4c64489d7b27e0ff5d873aeb85d81c2bb31 SHA512 2bec70bbbda5085658bc93716b6c35a48472cbd8c3d77d34e11985b76d79e3f7490fd6da89b777ba910c84aad02fedde961dd42688063c91d1621b6885539e94 EBUILD multidict-6.3.2.ebuild 1334 BLAKE2B b18a5ab2cbc441d4f00358d3acd10816ec629f01baae5b1fc69f7cad62b0f0515f2e8f3f3d8098a6fba2aaff89472a42e49497e85e265c57a6e19186cec0a404 SHA512 1822a6619c215ff57cf54978629a8974654358d1c22abfe9f59b5c2d1026e24b2f13b5c3f5cae698275428bef7bda4e0dabdaaa89c2ff15d4e077dc5328c8007 -EBUILD multidict-6.4.3.ebuild 1392 BLAKE2B 2bbb773dbbe5033763bc0b6bca3da27f0894db81d4ed39064ff84a2650d57dba60585654a1910504756260fc6360ce5f2cf073e4b43986779246d2891c21be05 SHA512 df51336f03f7dbae6c0177767c219dc3f88a3a9dd530065e8c5994ef30015c98fee4ae14b2cea28113407249c822f519aee56aa1590c40632ea566180d4c2410 +EBUILD multidict-6.4.3.ebuild 1468 BLAKE2B 5f9ce7176bc8d4b0ece48e58849946ce7ca13611309840499b4959cc62047d91ac0f67f482bd526a0644fde9b5a40b7f5bfc069ca4dc52b4137c89f38d8b417c SHA512 6f42d71c1adab38706dae7d3a7e4a444bcb45e78fc65cbb16f6f2a54a2a96a9c3889aa7550e360c8a311fa9d67c45e37a3c94d4f30d6d3aa096ca24b0af06cff MISC metadata.xml 515 BLAKE2B bb7a1e779d87592818b14d185dce7c272e9dec29a20c7c9bc8f7e1bc320ef0c2786c1de542d886763910cd58d85c01f5560e33fd7029d451958d83e709c54a8c SHA512 3735ae21a8cb596a345b86e18df433156fe3cf2b7bd56204d51abf975efd3f1e97a5d23378ea81260d74cb5c84fed2fd9efabf5f782cb335c0dd3c4ee3293ea4 diff --git a/dev-python/multidict/multidict-6.4.3.ebuild b/dev-python/multidict/multidict-6.4.3.ebuild index b59094499e05..032162bde3f5 100644 --- a/dev-python/multidict/multidict-6.4.3.ebuild +++ b/dev-python/multidict/multidict-6.4.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 ) inherit distutils-r1 @@ -29,6 +29,11 @@ RDEPEND=" >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}] ' 3.10) " +BDEPEND=" + test? ( + dev-python/objgraph[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest |