From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC5D1138334 for ; Sat, 7 Jul 2018 12:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C56E0BBA; Sat, 7 Jul 2018 12:39:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE1CE0BBA for ; Sat, 7 Jul 2018 12:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A988A335C9B for ; Sat, 7 Jul 2018 12:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DBB0368 for ; Sat, 7 Jul 2018 12:39:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530967177.453f853494171c081e8e5f8e833682c55e7c21e8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/e4u/, dev-python/e4u/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/e4u/e4u-0.1_rc5.ebuild dev-python/e4u/files/initialize-e4u-tests.patch X-VCS-Directories: dev-python/e4u/ dev-python/e4u/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 453f853494171c081e8e5f8e833682c55e7c21e8 X-VCS-Branch: master Date: Sat, 7 Jul 2018 12:39:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e363ae2-1269-4f93-96cd-f41389d47e4b X-Archives-Hash: 19ea2034dacc79316d19e91aa76d4047 commit: 453f853494171c081e8e5f8e833682c55e7c21e8 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jul 6 22:44:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 7 12:39:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453f8534 dev-python/e4u: fix tests Closes: https://bugs.gentoo.org/660532 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9075 dev-python/e4u/e4u-0.1_rc5.ebuild | 5 ++++- dev-python/e4u/files/initialize-e4u-tests.patch | 11 +++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/dev-python/e4u/e4u-0.1_rc5.ebuild b/dev-python/e4u/e4u-0.1_rc5.ebuild index b52ae0edf6d..018777c32b7 100644 --- a/dev-python/e4u/e4u-0.1_rc5.ebuild +++ b/dev-python/e4u/e4u-0.1_rc5.ebuild @@ -25,7 +25,10 @@ DEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" -PATCHES=( "${FILESDIR}"/change-emoji4unicode-url.patch ) +PATCHES=( + "${FILESDIR}"/change-emoji4unicode-url.patch + "${FILESDIR}"/initialize-e4u-tests.patch +) python_test() { esetup.py test diff --git a/dev-python/e4u/files/initialize-e4u-tests.patch b/dev-python/e4u/files/initialize-e4u-tests.patch new file mode 100644 index 00000000000..cc120ba3d48 --- /dev/null +++ b/dev-python/e4u/files/initialize-e4u-tests.patch @@ -0,0 +1,11 @@ +--- a/test/test.py 2018-05-22 08:32:05.000000000 +0200 ++++ b/test/test.py 2018-07-07 00:41:02.861367660 +0200 +@@ -7,7 +7,7 @@ + import unittest + import e4u + +-e4u.load() ++e4u.load(filename=r"./e4u/data/emoji4unicode.xml") + + DISPLAY_INFO = False +