diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-18 00:01:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-18 00:01:42 +0100 |
commit | 075fd1f8cabc5879c6eb42127fb84c3058677fde (patch) | |
tree | 8b761e85416656264e041b1954427a58894b3333 /dev-python/commonmark | |
parent | 6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff) |
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/commonmark')
-rw-r--r-- | dev-python/commonmark/Manifest | 2 | ||||
-rw-r--r-- | dev-python/commonmark/commonmark-0.9.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/commonmark/Manifest b/dev-python/commonmark/Manifest index aed08c73eb35..86de9e494404 100644 --- a/dev-python/commonmark/Manifest +++ b/dev-python/commonmark/Manifest @@ -1,3 +1,3 @@ DIST commonmark-0.9.1.tar.gz 95764 BLAKE2B 1f61de784c5cf03aa5255f5fae18c48df30aab8ef135ccf85a0b7a14cfc64275476458fc0853ecfc9beee96daca31d5cccb30d218f7d5b5343844e57aa7a77ec SHA512 bacf5ef387a0c330a2128f42c42c29c1a48ae623683e6e56ad28a1621aabd72e29cd3e2d661e8207b8cc0c347d267f262a55f2145fc58f8c8aeff91e7a283324 -EBUILD commonmark-0.9.1-r1.ebuild 1061 BLAKE2B 61e89be709eb2bcd23e1f1ca77ba9193144d387b12ebd567171f25470b948901c5c9008bcb796ae55a2eea3c43590b522b962dbe74ec2a6430c9932aa9966869 SHA512 8e4d19164cd5f8d004b84774563064a1b058f6e870d32dee7716ad923babac3e746e118797649b4a3859e2cdee4c6e5a8679aa7e63cbfbc77ce6db8dc073db1d +EBUILD commonmark-0.9.1-r1.ebuild 1069 BLAKE2B bd8e828e0cd4580d2f32db1dd06fee5fb69896cbd3cf248cfe2f786fe9f9afc90b977d933d1cbfbfeea7d177c4270b45e5fc7b041dc26d365e1f50f7f73b0d17 SHA512 08ecdb396e46178f7fe6672cbf65608f78a6f6dbe3efb125e310103deb6e43b0c2c6affdd877a3b35107e4bd0e60d91b979a3de3579d0e0cdefe27bf7cf1f0ec MISC metadata.xml 789 BLAKE2B 284f31d9db570e7f0048992699ec7346d5b757bcf84ad032b2416a005653900c2a360518b6e9b3c9161d83267385259ba154ef2da5172752fb10bbff669cb8ee SHA512 aab165078ec84944fcf258b9ff9ba7187bbfc775af417687fb68eb65b8d4fd1d5b09db43cbc021cb5715dd2a9da399764687a7b1444736bd88ca995efa3eeaf6 diff --git a/dev-python/commonmark/commonmark-0.9.1-r1.ebuild b/dev-python/commonmark/commonmark-0.9.1-r1.ebuild index 9b9d6837b501..c707a849d4a5 100644 --- a/dev-python/commonmark/commonmark-0.9.1-r1.ebuild +++ b/dev-python/commonmark/commonmark-0.9.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10,11,12,13,13} pypy3 ) inherit distutils-r1 pypi |