commit:     8f639b214fa524fead41a53cd26285d319f0c987
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 19:01:42 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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

Reply via email to