diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-29 20:48:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-29 20:52:17 +0100 |
commit | 037427aa4ea299a858cec70b6e08d697eee868b2 (patch) | |
tree | 3e01f8aa3262bc44a42f080fbae60a6d2928635d | |
parent | dev-python/google-pasta: Enable py3.12 (diff) | |
download | gentoo-037427aa4ea299a858cec70b6e08d697eee868b2.tar.gz gentoo-037427aa4ea299a858cec70b6e08d697eee868b2.tar.bz2 gentoo-037427aa4ea299a858cec70b6e08d697eee868b2.zip |
dev-python/ioflo: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/ioflo/ioflo-2.0.2-r4.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/ioflo/ioflo-2.0.2-r4.ebuild b/dev-python/ioflo/ioflo-2.0.2-r4.ebuild index 114be58c3c6f..04bed9dd852c 100644 --- a/dev-python/ioflo/ioflo-2.0.2-r4.ebuild +++ b/dev-python/ioflo/ioflo-2.0.2-r4.ebuild @@ -3,13 +3,20 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework" -HOMEPAGE="https://github.com/ioflo/ioflo/" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/ioflo/ioflo/ + https://pypi.org/project/ioflo/ +" +SRC_URI=" + https://github.com/ioflo/ioflo/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="Apache-2.0" SLOT="0" |