dev-python/e4u: New package

Closes: https://bugs.gentoo.org/652256
Closes: https://github.com/gentoo/gentoo/pull/7779
Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
Conrad Kostecki
2018-05-16 14:28:06 +02:00
committed by Michał Górny
parent 1652c10044
commit b67f2bae31
5 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/test/test.py 2013-06-13 09:14:06.000000000 +0200
+++ b/test/test.py 2018-05-16 13:40:22.000000000 +0200
@@ -7,6 +7,8 @@
import unittest
import e4u
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
+
DISPLAY_INFO = False
class TestCaseAbstract(object):