diff options
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r-- | dev-python/diff-match-patch/Manifest | 2 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20241021.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest index c2c7d6893425..4c9fc9b055a3 100644 --- a/dev-python/diff-match-patch/Manifest +++ b/dev-python/diff-match-patch/Manifest @@ -1,3 +1,3 @@ DIST diff_match_patch-20241021.tar.gz 39962 BLAKE2B 798eb10166ec05226a017ca3718cf721dc48ee6bf16915779245bc7b29a000c6605f332834a7da45ffd6de9344853e1e5d3a95054c3aa73c7c995a9ea7ffa9be SHA512 23bdf81a159358f668e4adb1771780bef6cf14fc1bc90c76700d3339e35a2c00b61a72ef7cdabd0abc079c3aa8606ea91cef4d936c47b95b4fd94483c927daf5 -EBUILD diff-match-patch-20241021.ebuild 478 BLAKE2B 02e80e619073f6eb466ecc2c37f951444d7c4520dff0d0fdc7e81fe219be6d30c6296dcaad4a6d315e3a1dacc5cdd42054fcd276b60d4d884b1bee4a44014d76 SHA512 20552f0dd09bd8d3c74870dd74864a20b3aa03e480e8700eb938e3ec93691938df7e95c1a3efe44e485b401718d404a7c05227948522e0c290ba930e0fe8ed1c +EBUILD diff-match-patch-20241021.ebuild 487 BLAKE2B 0ccc2b4143d57eca18cfb10ba50cd3b01b29e6f0bf0e1e7e53a1725e3da0dbc8c9f55abc68d08e214e65007181e365867b4ecea49c800ce270a4bd6434111ff3 SHA512 619959781726d2d759e952555b80dc5650b028e0945a9e7d73514ab864b614445b9436d915bafecfc533a4f21c4d8ece0d6df2683d067e15c127863d2d6133e7 MISC metadata.xml 1265 BLAKE2B b9cee200ca7d1e918e77f065231d8860293ce280f6b66451609632d777d09f9b241119952805151120a361cc6f09eadac8c3cefe45cd66ae38f807dcff0641cd SHA512 0ccfcac32e5a2f4a3604cf2b97fae2e6a98fdf0b8a426c6c05c1f9818652a9ca4583e4bc4e7c6ba72d7c72b2fc397fbd3863e9f0a65da9f60c4373e4c087ad05 diff --git a/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild index b652299c0feb..03eb074ee1fa 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |