summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-11-01 11:43:58 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-11-01 12:08:52 +0200
commit9827dc46288d783e240596e69bd2b9956ff4063e (patch)
treec87f9b475f9ce9c95a7626a39aa7c3af18b2851c
parentdev-python/django-prometheus: enable tests (diff)
downloadgentoo-9827dc46.tar.gz
gentoo-9827dc46.tar.bz2
gentoo-9827dc46.zip
dev-python/django-prometheus: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/django-prometheus/django-prometheus-2.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
index 8a4134d77e2f..a669adb8d16e 100644
--- a/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.1.0.ebuild
@@ -3,12 +3,12 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Library to export Django metrics for Prometheus"
HOMEPAGE="https://github.com/korfuri/django-prometheus"
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-1.0"
SLOT="0"