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 074EA1580B2 for ; Thu, 2 Sep 2021 19:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4535EE0970; Thu, 2 Sep 2021 19:06:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2ACE8E0970 for ; Thu, 2 Sep 2021 19:06:33 +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 F41C13406C2 for ; Thu, 2 Sep 2021 19:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8326A9E for ; Thu, 2 Sep 2021 19:06:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1630609522.8f639b214fa524fead41a53cd26285d319f0c987.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/authheaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/authheaders/authheaders-0.13.0.ebuild X-VCS-Directories: dev-python/authheaders/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8f639b214fa524fead41a53cd26285d319f0c987 X-VCS-Branch: master Date: Thu, 2 Sep 2021 19:06:30 +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: d35bab7b-d2ca-4156-ab6f-4de5ae91a3ee X-Archives-Hash: d1b7882cc1d3c783fad52de90108ea3c commit: 8f639b214fa524fead41a53cd26285d319f0c987 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 2 19:01:42 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 2 19:05:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f639b21 dev-python/authheaders: enable py3.10, enable tests Closes: https://bugs.gentoo.org/797778 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/authheaders/authheaders-0.13.0.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/authheaders/authheaders-0.13.0.ebuild b/dev-python/authheaders/authheaders-0.13.0.ebuild index 90a48e48679..a16e7617ac8 100644 --- a/dev-python/authheaders/authheaders-0.13.0.ebuild +++ b/dev-python/authheaders/authheaders-0.13.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A library wrapping email authentication header verification and generation." @@ -13,12 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - dev-python/dkimpy[${PYTHON_USEDEP}] +RDEPEND=" >=dev-python/authres-1.0.1[${PYTHON_USEDEP}] + dev-python/dkimpy[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] >=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}] - dev-python/dnspython[${PYTHON_USEDEP}]" -BDEPEND="" +" + +distutils_enable_tests pytest