diff options
author | 2024-10-22 05:05:51 +0200 | |
---|---|---|
committer | 2024-10-22 05:05:51 +0200 | |
commit | 48f1309ecc8c75f03bd796809b48d5b86cd3a2ac (patch) | |
tree | bfdfe90f597fc87b978f8f92eca270d4ee48bd14 | |
parent | dev-util/stripe-mock: Bump to 0.192.0 (diff) | |
download | gentoo-48f1309ecc8c75f03bd796809b48d5b86cd3a2ac.tar.gz gentoo-48f1309ecc8c75f03bd796809b48d5b86cd3a2ac.tar.bz2 gentoo-48f1309ecc8c75f03bd796809b48d5b86cd3a2ac.zip |
dev-python/diff-match-patch: Bump to 20241021
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/diff-match-patch/Manifest | 1 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20241021.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest index 418e4e6bbeef..5dc24c788c2e 100644 --- a/dev-python/diff-match-patch/Manifest +++ b/dev-python/diff-match-patch/Manifest @@ -1 +1,2 @@ DIST diff-match-patch-20230430.tar.gz 43324 BLAKE2B c13beb380d68cf96af41c124eb23f890c71664624de20780ea586f71b4c52a55ee06ac3427c61c233ebead309fcca02cb75f3447f17b7306c2728ebc5b06f6f8 SHA512 a62d15327de659999e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000 +DIST diff_match_patch-20241021.tar.gz 39962 BLAKE2B 798eb10166ec05226a017ca3718cf721dc48ee6bf16915779245bc7b29a000c6605f332834a7da45ffd6de9344853e1e5d3a95054c3aa73c7c995a9ea7ffa9be SHA512 23bdf81a159358f668e4adb1771780bef6cf14fc1bc90c76700d3339e35a2c00b61a72ef7cdabd0abc079c3aa8606ea91cef4d936c47b95b4fd94483c927daf5 diff --git a/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild new file mode 100644 index 000000000000..b583d1174dcb --- /dev/null +++ b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 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 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Diff, match and patch algorithms for plain text" +HOMEPAGE=" + https://github.com/diff-match-patch-python/diff-match-patch/ + https://pypi.org/project/diff-match-patch/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests pytest |