diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-10 13:32:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-10 23:56:34 +0200 |
commit | 89cfeca5d626e21fbff7df7e88b3861a7d10ecf9 (patch) | |
tree | 18f43882542e5bc7e0c54bd87c5c43d2d3cbcd6f /dev-python/strict-rfc3339 | |
parent | dev-python/paste: Port to python3.10 (diff) | |
download | gentoo-89cfeca5d626e21fbff7df7e88b3861a7d10ecf9.tar.gz gentoo-89cfeca5d626e21fbff7df7e88b3861a7d10ecf9.tar.bz2 gentoo-89cfeca5d626e21fbff7df7e88b3861a7d10ecf9.zip |
dev-python/strict-rfc3339: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 8 |
1 files 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 c005434b76e8..83059b990226 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 |