summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-23 17:17:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-23 17:29:25 +0200
commite12a811ef8be6a6d69f2912e7185f6c439c1d995 (patch)
treebc640cdc6c517ba5c5d3e268509c519950304a62
parentdev-python/easy-thumbnails: Enable py3.12 (diff)
downloadgentoo-e12a811e.tar.gz
gentoo-e12a811e.tar.bz2
gentoo-e12a811e.zip
dev-python/logfury: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/logfury/logfury-1.0.1-r1.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/logfury/logfury-1.0.1-r1.ebuild b/dev-python/logfury/logfury-1.0.1-r1.ebuild
index e293a74e48f8..42d917994d4e 100644
--- a/dev-python/logfury/logfury-1.0.1-r1.ebuild
+++ b/dev-python/logfury/logfury-1.0.1-r1.ebuild
@@ -4,16 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Boilerplate library for logging method calls"
HOMEPAGE="
https://github.com/reef-technologies/logfury
- https://pypi.org/project/logfury/"
+ https://pypi.org/project/logfury/
+"
SRC_URI="
https://github.com/reef-technologies/${PN}/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${P}.gh.tar.gz
+"
LICENSE="BSD"
SLOT="0"
@@ -22,7 +25,8 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
dev-python/testfixtures[${PYTHON_USEDEP}]
- )"
+ )
+"
distutils_enable_tests pytest