From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B36D0158086 for ; Mon, 1 Nov 2021 10:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381E1E0841; Mon, 1 Nov 2021 10:09:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BB7BE0830 for ; Mon, 1 Nov 2021 10:09:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91A08342D74 for ; Mon, 1 Nov 2021 10:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2899D192 for ; Mon, 1 Nov 2021 10:09:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635761332.9827dc46288d783e240596e69bd2b9956ff4063e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-prometheus/django-prometheus-2.1.0.ebuild X-VCS-Directories: dev-python/django-prometheus/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9827dc46288d783e240596e69bd2b9956ff4063e X-VCS-Branch: master Date: Mon, 1 Nov 2021 10:09:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37d6c5b6-5c64-49dd-8ce9-94d87ca1bf3b X-Archives-Hash: be6e2428d47e13282221862adde20aee commit: 9827dc46288d783e240596e69bd2b9956ff4063e Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 1 09:43:58 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Nov 1 10:08:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9827dc46 dev-python/django-prometheus: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/django-prometheus/django-prometheus-2.1.0.ebuild | 4 ++-- 1 file 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 8a4134d77e2..a669adb8d16 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"