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 DABA115802F for ; Thu, 23 Feb 2023 15:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150BDE07C7; Thu, 23 Feb 2023 15:18:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EE1F8E07C7 for ; Thu, 23 Feb 2023 15:18:44 +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 2939A340A9E for ; Thu, 23 Feb 2023 15:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FAB77D0 for ; Thu, 23 Feb 2023 15:18:42 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1677165428.42fba663ea2b060cda329e088dc705f0782fb18a.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dotenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-dotenv/python-dotenv-0.21.1-r1.ebuild X-VCS-Directories: dev-python/python-dotenv/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 42fba663ea2b060cda329e088dc705f0782fb18a X-VCS-Branch: master Date: Thu, 23 Feb 2023 15:18:42 +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: 99b25c13-996f-4051-91bc-bf88c4ab12c0 X-Archives-Hash: b2db422f5fbe62e1243f20276c68ede1 commit: 42fba663ea2b060cda329e088dc705f0782fb18a Author: Sebastian Pipping gentoo org> AuthorDate: Thu Feb 23 15:15:55 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu Feb 23 15:17:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fba663 dev-python/python-dotenv: Fix test dependencies Bug: https://bugs.gentoo.org/895970 Signed-off-by: Sebastian Pipping gentoo.org> .../python-dotenv/python-dotenv-0.21.1-r1.ebuild | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/dev-python/python-dotenv/python-dotenv-0.21.1-r1.ebuild b/dev-python/python-dotenv/python-dotenv-0.21.1-r1.ebuild new file mode 100644 index 000000000000..0daaef339c0d --- /dev/null +++ b/dev-python/python-dotenv/python-dotenv-0.21.1-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +# Re-add pypy3 after https://bugs.gentoo.org/729958 +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Manage .env files" +HOMEPAGE="https://github.com/theskumar/python-dotenv" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +# Requirement