From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1159006-garchives=archives.gentoo.org@lists.gentoo.org>
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 B52FB138350
	for <garchives@archives.gentoo.org>; Sat,  4 Apr 2020 17:04:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CA71CE0956;
	Sat,  4 Apr 2020 17:04:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 ADE12E0956
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Apr 2020 17:04:26 +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 76FD534EFFF
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Apr 2020 17:04:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 086571BE
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Apr 2020 17:04:24 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1586019850.c6bc8f30bc42834627725f9f2a2cb6e8d3107caa.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/html5lib/html5lib-1.0.1-r1.ebuild dev-python/html5lib/html5lib-1.0.1-r2.ebuild
X-VCS-Directories: dev-python/html5lib/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: c6bc8f30bc42834627725f9f2a2cb6e8d3107caa
X-VCS-Branch: master
Date: Sat,  4 Apr 2020 17:04:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fb5c6de2-2ec4-4a66-bd7d-6a68459437a0
X-Archives-Hash: 3e63fcdde7e06e007c262769bcb07073

commit:     c6bc8f30bc42834627725f9f2a2cb6e8d3107caa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 15:01:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 17:04:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bc8f30

dev-python/html5lib: Fix deprecated imports

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../html5lib/{html5lib-1.0.1-r1.ebuild => html5lib-1.0.1-r2.ebuild}     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild b/dev-python/html5lib/html5lib-1.0.1-r2.ebuild
similarity index 92%
rename from dev-python/html5lib/html5lib-1.0.1-r1.ebuild
rename to dev-python/html5lib/html5lib-1.0.1-r2.ebuild
index 9622a02f426..89f23560821 100644
--- a/dev-python/html5lib/html5lib-1.0.1-r1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1-r2.ebuild
@@ -29,6 +29,8 @@ BDEPEND="${RDEPEND}
 RESTRICT+=" !test? ( test )"
 
 PATCHES=(
+	# fix deprecated import
+	"${FILESDIR}/html5lib-1.0.1-collections-abc.patch"
 	# https://github.com/html5lib/html5lib-python/pull/429
 	"${FILESDIR}/html5lib-python-1.0.1-support-pytest4.patch"
 )