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 C8A1E13835A for ; Mon, 10 May 2021 21:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B222E07FA; Mon, 10 May 2021 21:56:49 +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 E5595E07FA for ; Mon, 10 May 2021 21:56:48 +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 DC549335D28 for ; Mon, 10 May 2021 21:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA53275F for ; Mon, 10 May 2021 21:56:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1620683794.89cfeca5d626e21fbff7df7e88b3861a7d10ecf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild X-VCS-Directories: dev-python/strict-rfc3339/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89cfeca5d626e21fbff7df7e88b3861a7d10ecf9 X-VCS-Branch: master Date: Mon, 10 May 2021 21:56:44 +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: de17674b-3331-439c-9ea2-59fefdd9dec6 X-Archives-Hash: 2328e69ac55bfc92f8e5ed175ca47e30 commit: 89cfeca5d626e21fbff7df7e88b3861a7d10ecf9 Author: Jakov Smolic sartura hr> AuthorDate: Mon May 10 12:32:33 2021 +0000 Commit: Michał Górny gentoo 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 sartura.hr> Signed-off-by: Michał Górny 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