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 DF54D138359 for ; Sun, 27 Sep 2020 04:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 070E9E0831; Sun, 27 Sep 2020 04:01:35 +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 45A54E0831 for ; Sun, 27 Sep 2020 04:01:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0C8733BEBC for ; Sun, 27 Sep 2020 04:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1399F376 for ; Sun, 27 Sep 2020 04:01:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1601179280.e86799f24396129396e8bb130c3672d0c080b2c3.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/dateparser-0.7.4.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e86799f24396129396e8bb130c3672d0c080b2c3 X-VCS-Branch: dev Date: Sun, 27 Sep 2020 04:01:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89960ee9-657d-4210-a009-ba9e99ce8d3e X-Archives-Hash: 17c5ac12973229622cb87b107c4d696a commit: e86799f24396129396e8bb130c3672d0c080b2c3 Author: Maciej Barć protonmail com> AuthorDate: Sun Sep 27 04:01:20 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Sun Sep 27 04:01:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e86799f2 dev-python/dateparser: add python3_8 impl compat Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć protonmail.com> dev-python/dateparser/dateparser-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dateparser/dateparser-0.7.4.ebuild b/dev-python/dateparser/dateparser-0.7.4.ebuild index 771d97c4..7f1b4a13 100644 --- a/dev-python/dateparser/dateparser-0.7.4.ebuild +++ b/dev-python/dateparser/dateparser-0.7.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1