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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CDE513835B for ; Fri, 9 Apr 2021 21:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A57E0898; Fri, 9 Apr 2021 21:24:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B5F0E0898 for ; Fri, 9 Apr 2021 21:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60CE8340D06 for ; Fri, 9 Apr 2021 21:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9747644 for ; Fri, 9 Apr 2021 21:24:35 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1618003471.d217e2af7a9f134f6e521ec58f55a41bf38e960d.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/environs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/environs/Manifest dev-python/environs/environs-9.3.2.ebuild dev-python/environs/metadata.xml X-VCS-Directories: dev-python/environs/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d217e2af7a9f134f6e521ec58f55a41bf38e960d X-VCS-Branch: master Date: Fri, 9 Apr 2021 21:24:35 +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: 1f586ff0-823f-4d10-9ab2-5158abf611b1 X-Archives-Hash: 315b076a01f2559fe6ef7eb26243a4d8 commit: d217e2af7a9f134f6e521ec58f55a41bf38e960d Author: Zac Medico gentoo org> AuthorDate: Fri Apr 9 20:46:35 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Apr 9 21:24:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217e2af dev-python/environs: Initial import Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/environs/Manifest | 1 + dev-python/environs/environs-9.3.2.ebuild | 32 +++++++++++++++++++++++++++++++ dev-python/environs/metadata.xml | 13 +++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest new file mode 100644 index 00000000000..c3c1a65d350 --- /dev/null +++ b/dev-python/environs/Manifest @@ -0,0 +1 @@ +DIST environs-9.3.2.tar.gz 22350 BLAKE2B f6b124e7918f305e55c3aecaa6349f1606f7d9e7e38fd03c02b796f647e140234fbb526d5e091dcf6510aeb0bb158af5d59df7368abc1e6046bd5eb68c5051c3 SHA512 68c411839995df5fc164d151dd85f0fe78c6a592c59b2f0eec2c7ddd7778c1863901b981224c1fc7a0e3cd26be235ea5107affeec4dac0d58ffd93b5363e857c diff --git a/dev-python/environs/environs-9.3.2.ebuild b/dev-python/environs/environs-9.3.2.ebuild new file mode 100644 index 00000000000..5dbd5eea487 --- /dev/null +++ b/dev-python/environs/environs-9.3.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +DESCRIPTION="Python library for simplified environment variable parsing" +HOMEPAGE="https://github.com/sloria/environs" +SRC_URI="https://github.com/sloria/environs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RDEPEND=" + dev-python/python-dotenv[${PYTHON_USEDEP}] + dev-python/marshmallow[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/django-cache-url[${PYTHON_USEDEP}] + dev-python/dj-database-url[${PYTHON_USEDEP}] + dev-python/dj-email-url[${PYTHON_USEDEP}] + ) +" +distutils_enable_tests pytest +DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) diff --git a/dev-python/environs/metadata.xml b/dev-python/environs/metadata.xml new file mode 100644 index 00000000000..5cfabb2808f --- /dev/null +++ b/dev-python/environs/metadata.xml @@ -0,0 +1,13 @@ + + + + + zmedico@gentoo.org + Zac Medico + + + + environs + sloria/environs + +