diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 16:10:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 16:31:52 +0200 |
commit | eba9983b123d8c94ef93c3dcd8f02a3139e07b87 (patch) | |
tree | c96ca1affd429d8ccd70ac5e97723356cbf29744 | |
parent | dev-python/jsonpointer: Enable py3.11 (diff) | |
download | gentoo-eba9983b123d8c94ef93c3dcd8f02a3139e07b87.tar.gz gentoo-eba9983b123d8c94ef93c3dcd8f02a3139e07b87.tar.bz2 gentoo-eba9983b123d8c94ef93c3dcd8f02a3139e07b87.zip |
dev-python/strict-rfc3339: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild index bc75e01f1faf..128cf024e743 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild @@ -4,14 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 MY_P="${PN}-version-${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" +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}" LICENSE="GPL-3+" |