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 2433813835A for ; Mon, 28 Sep 2020 09:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396FDE0849; Mon, 28 Sep 2020 09:02:55 +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 1F394E0845 for ; Mon, 28 Sep 2020 09:02:55 +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 C521B3408A2 for ; Mon, 28 Sep 2020 09:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488BA386 for ; Mon, 28 Sep 2020 09:02:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1601179280.e86799f24396129396e8bb130c3672d0c080b2c3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e86799f24396129396e8bb130c3672d0c080b2c3 X-VCS-Branch: master Date: Mon, 28 Sep 2020 09:02:52 +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: 366944eb-0be2-4be8-b257-2d3ec1a12e4b X-Archives-Hash: ca70d7db519ac1914bc58c9db7693537 commit: e86799f24396129396e8bb130c3672d0c080b2c3 Author: Maciej Barć protonmail com> AuthorDate: Sun Sep 27 04:01:20 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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