diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/polib/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/polib/files')
| -rw-r--r-- | dev-python/polib/files/polib-1.0.7-BE-test.patch | 11 | ||||
| -rw-r--r-- | dev-python/polib/files/polib-1.2.0-gettext-0.22.patch | 23 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/polib/files/polib-1.0.7-BE-test.patch b/dev-python/polib/files/polib-1.0.7-BE-test.patch deleted file mode 100644 index e2192bb7091b..000000000000 --- a/dev-python/polib/files/polib-1.0.7-BE-test.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://bitbucket.org/izi/polib/pull-requests/24/tests-force-msgfmt-into-machines-byte/diff -https://bugs.gentoo.org/641464 -diff --git a/tests/tests.py b/tests/tests.py -index 50ad0c6..239ce88 100644 ---- a/tests/tests.py -+++ b/tests/tests.py -@@ -551,3 +551,3 @@ class TestPoFile(unittest.TestCase): - po.save_as_mofile(tmpfile1) -- subprocess.call([msgfmt, '--no-hash', '-o', tmpfile2, reffile]) -+ subprocess.call([msgfmt, '--no-hash', '--endianness=%s' % sys.byteorder, '-o', tmpfile2, reffile]) - try: diff --git a/dev-python/polib/files/polib-1.2.0-gettext-0.22.patch b/dev-python/polib/files/polib-1.2.0-gettext-0.22.patch deleted file mode 100644 index c544fa89c41e..000000000000 --- a/dev-python/polib/files/polib-1.2.0-gettext-0.22.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 127f746ebef68cd3485a5feee2739ab83a9c3612 Mon Sep 17 00:00:00 2001 -From: Dave Vasilevsky <dave@vasilevsky.ca> -Date: Fri, 28 Mar 2025 16:38:43 -0400 -Subject: [PATCH] Don't convert to UTF-8 in test - -Fixes #150 ---- - tests/tests.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/tests.py b/tests/tests.py -index 4b408d5..61533d0 100644 ---- a/tests/tests.py -+++ b/tests/tests.py -@@ -675,7 +675,7 @@ def test_save_as_mofile(self): - os.close(fd) - po = polib.pofile(reffile, autodetect_encoding=False, encoding=encoding) - po.save_as_mofile(tmpfile1) -- subprocess.call([msgfmt, '--no-hash', '--endianness=%s' % sys.byteorder, '-o', tmpfile2, reffile]) -+ subprocess.call([msgfmt, '--no-hash', '--endianness=%s' % sys.byteorder, '--no-convert', '-o', tmpfile2, reffile]) - try: - f = open(tmpfile1, 'rb') - s1 = f.read() |
