diff options
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/Manifest | 2 | ||||
-rw-r--r-- | app-text/xmldiff/xmldiff-2.6.3-r1.ebuild (renamed from app-text/xmldiff/xmldiff-2.6.3.ebuild) | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest index 685d5bf4d264..3c09bba46cb2 100644 --- a/app-text/xmldiff/Manifest +++ b/app-text/xmldiff/Manifest @@ -1,3 +1,3 @@ DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33 -EBUILD xmldiff-2.6.3.ebuild 570 BLAKE2B 1055aae8948b9c5665dec58ef027769c7ebec57257f55b5a92b079618dc39d3295f348e1982e230d47e3e8935501cf62c4cfc56e44fd5ecf50d7634b078c0a95 SHA512 94a54ff023d27032971b01a19f7b1c2c849d7cd1f32f22ccb65b910910033220899f9b2adc11e716a50461981a2e0790625b25340f39d3c533c7271455633b46 +EBUILD xmldiff-2.6.3-r1.ebuild 567 BLAKE2B 0c21dedb596a471e91a50e5b6d21573fcb3e98a2349687ffeb43c8919186f863015644d0230101d36f7882ec2621a8f2d7c531e6a24d6c5ccc8f42865ec63f9f SHA512 fe629d448777406b4a46e5f6b4563a3423a204db234ab9c54637980e074ed336af63b71aec1e3d636dfc07609833c6a742618b99705a264fab40306d0615d4f2 MISC metadata.xml 661 BLAKE2B 118804d4908cb78863d8daec482c6e9f60a565da13068e75e2d99f069bcaae47d40e9a54a7bfc53476f1a199e891aea34c9f699be52541e6cb5cd62f321334fd SHA512 c7dc45b2014cedde528216c48e1eb77ad6182840795b30d6339cc7084729e03a728c84f687225948f0b0e045e95abd1f8b66c8af144a6a85d574daad805012e1 diff --git a/app-text/xmldiff/xmldiff-2.6.3.ebuild b/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild index 2f0ca504ed68..128479dcf28b 100644 --- a/app-text/xmldiff/xmldiff-2.6.3.ebuild +++ b/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi -DESCRIPTION="A tool that figures out the differences between two similar XML files" +DESCRIPTION="Tool that figures out the differences between two similar XML files" HOMEPAGE=" https://github.com/Shoobx/xmldiff https://pypi.org/project/xmldiff/ |