diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-07 19:13:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-07 19:13:18 +0000 |
| commit | 63cc2c766bddbc62e012b702853544b13e1d9612 (patch) | |
| tree | d1a813acde1218348da28db4415bf9bb9cd81705 /dev-python/python-xmp-toolkit | |
| parent | bd8f31291641f6114c228c3d0381a13a04169e93 (diff) | |
| download | baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.gz baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.xz baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-xmp-toolkit')
3 files changed, 0 insertions, 103 deletions
diff --git a/dev-python/python-xmp-toolkit/Manifest b/dev-python/python-xmp-toolkit/Manifest index a7538083df06..193d934f3178 100644 --- a/dev-python/python-xmp-toolkit/Manifest +++ b/dev-python/python-xmp-toolkit/Manifest @@ -1,2 +1 @@ -DIST python-xmp-toolkit-2.0.2.gh.tar.gz 3577828 BLAKE2B bc24224c5dc789b0f66545a85b10bcab2dd64dcd5195ef04eae6cac94e1c377466aa40adc4aa42d014a7094df4dbe6f437b78e38b5a0e36e0f2eeeb0a08f1f4b SHA512 7ab70e78abe3f315863c444c5d841ff4ae9e95968ccef45e15d20df5206140939f0e857e6c987a643ba908aa8d92dc4870e77d94cfafc547208e4705fa9187e1 DIST python-xmp-toolkit-2.1.0.gh.tar.gz 3576440 BLAKE2B 95c63715baad442070590ab4794c609b8b3b401562fd715448041f2479aa76505444e1ad594657fa44ceda98cd0d905853df37dc6681f0e4c9324737ac762974 SHA512 18d0cbcc05117b91e1b7f8d0311d7490b2d9a63801c9850b813860d2cb21d384848eb19dd16450c00ccb97803465ec801b5688c52a0333e162d6292f830797f3 diff --git a/dev-python/python-xmp-toolkit/files/python-xmp-toolkit-2.0.1-test.patch b/dev-python/python-xmp-toolkit/files/python-xmp-toolkit-2.0.1-test.patch deleted file mode 100644 index e2adc3c05403..000000000000 --- a/dev-python/python-xmp-toolkit/files/python-xmp-toolkit-2.0.1-test.patch +++ /dev/null @@ -1,67 +0,0 @@ -Squashed patches of the following: - -- https://github.com/exmakhina/python-xmp-toolkit/commit/3f7546173980610e0687f4eae4eb28aa026e4674 - gentoo commit 14321e655b7b3f6e531c0a079cb131dbd767e1be - -- https://github.com/exmakhina/python-xmp-toolkit/commit/1459510907764746534ce41afa85a3bedd7029b9 - test: disable tests involving BlueSquare.gif - -- https://github.com/exmakhina/python-xmp-toolkit/commit/bd8a0babef830e9a2c06150f6277ba0ddb1220bd - libxmp: exempi: exempi returns char-sized bool, not int - -diff --git a/libxmp/exempi.py b/libxmp/exempi.py -index 683e240..cddc038 100644 ---- a/libxmp/exempi.py -+++ b/libxmp/exempi.py -@@ -1693,6 +1693,7 @@ def check_error(success): - Return value from library function indicating success or failure. - """ - -+ success = success & 0xff - # Unfortunately the success parameter does not seem to always be reliable - # so we supplement it by explicitly checking the error code. - ecode = EXEMPI.xmp_get_error() -diff --git a/test/common_fixtures.py b/test/common_fixtures.py -index 135a795..363246c 100644 ---- a/test/common_fixtures.py -+++ b/test/common_fixtures.py -@@ -44,7 +44,6 @@ samplefiles = { - 'BlueSquare.ai' : libxmp.consts.XMP_FT_ILLUSTRATOR, - 'BlueSquare.avi' : libxmp.consts.XMP_FT_AVI, - 'BlueSquare.eps' : libxmp.consts.XMP_FT_EPS, -- 'BlueSquare.gif' : libxmp.consts.XMP_FT_GIF, - 'BlueSquare.indd' : libxmp.consts.XMP_FT_INDESIGN, - 'BlueSquare.jpg' : libxmp.consts.XMP_FT_JPEG, - 'BlueSquare.mov' : libxmp.consts.XMP_FT_MOV, -diff --git a/test/samples.py b/test/samples.py -index 4a97203..a7e0412 100644 ---- a/test/samples.py -+++ b/test/samples.py -@@ -65,7 +65,6 @@ samplefiles = { - 'BlueSquare.ai' : libxmp.consts.XMP_FT_ILLUSTRATOR, - 'BlueSquare.avi' : libxmp.consts.XMP_FT_AVI, - 'BlueSquare.eps' : libxmp.consts.XMP_FT_EPS, -- 'BlueSquare.gif' : libxmp.consts.XMP_FT_GIF, - 'BlueSquare.indd' : libxmp.consts.XMP_FT_INDESIGN, - 'BlueSquare.jpg' : libxmp.consts.XMP_FT_JPEG, - 'BlueSquare.mov' : libxmp.consts.XMP_FT_MOV, -diff --git a/test/test_exempi.py b/test/test_exempi.py -index 690ce15..54065e2 100644 ---- a/test/test_exempi.py -+++ b/test/test_exempi.py -@@ -422,7 +422,6 @@ class TestExempi(unittest.TestCase): - """Verify that check_file_format function works as expected.""" - pairs = { 'avi': libxmp.consts.XMP_FT_AVI, - 'eps': libxmp.consts.XMP_FT_EPS, -- 'gif': libxmp.consts.XMP_FT_GIF, - 'indd': libxmp.consts.XMP_FT_INDESIGN, - 'jpg': libxmp.consts.XMP_FT_JPEG, - 'mov': libxmp.consts.XMP_FT_MOV, -@@ -540,6 +539,7 @@ class TestIteration(unittest.TestCase): - self.assertEqual(props, ["2006, Hubert Figuiere"]) - - -+ @unittest.skip("Issue x1") - def test_single_namespace_single_path_leaf_names(self): - """Get just leaf names from a single path, single namespace.""" - # TODO: why? diff --git a/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.2-r1.ebuild b/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.2-r1.ebuild deleted file mode 100644 index ff72eb537a3e..000000000000 --- a/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.0.2-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -DESCRIPTION="Library for working with XMP metadata" -HOMEPAGE=" - https://github.com/python-xmp-toolkit/python-xmp-toolkit/ - https://pypi.org/project/python-xmp-toolkit/ -" -SRC_URI=" - https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ppc64 ~riscv x86" - -RDEPEND=" - dev-python/pytz[${PYTHON_USEDEP}] - media-libs/exempi -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.0.1-test.patch -) - -distutils_enable_sphinx docs -distutils_enable_tests unittest |
