commit:     89cfeca5d626e21fbff7df7e88b3861a7d10ecf9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon May 10 12:32:33 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 21:56:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cfeca5

dev-python/strict-rfc3339: Port to python3.10

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild 
b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
index c005434b76e..83059b99022 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
@@ -4,8 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 MY_PN="${PN}-version"
@@ -14,11 +13,10 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
 HOMEPAGE="https://pypi.org/project/strict-rfc3339/ 
https://github.com/danielrichman/strict-rfc3339";
 SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
-SLOT="0"
 LICENSE="GPL-3+"
+SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
-S="${WORKDIR}/${MY_P}"
-
 distutils_enable_tests unittest

Reply via email to