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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E15F158020 for ; Wed, 12 Oct 2022 20:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81A87E08CE; Wed, 12 Oct 2022 20:44:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68710E08C3 for ; Wed, 12 Oct 2022 20:44:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8587534127A for ; Wed, 12 Oct 2022 20:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6EBF615 for ; Wed, 12 Oct 2022 20:44:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665607459.904bdeb05d58cf8fc2323cba79f2821282e3a506.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-box/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-box/Manifest dev-python/python-box/metadata.xml dev-python/python-box/python-box-6.0.2.ebuild X-VCS-Directories: dev-python/python-box/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 904bdeb05d58cf8fc2323cba79f2821282e3a506 X-VCS-Branch: master Date: Wed, 12 Oct 2022 20:44:47 +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: 81bb702c-0890-404a-8b47-5e0eb8e5b11b X-Archives-Hash: 2d938bf3d65e395e74f85b42eadad84a commit: 904bdeb05d58cf8fc2323cba79f2821282e3a506 Author: Matt Jolly footclan ninja> AuthorDate: Wed Sep 28 12:42:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 20:44:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904bdeb0 dev-python/python-box: new package, add 6.0.2 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> dev-python/python-box/Manifest | 1 + dev-python/python-box/metadata.xml | 16 ++++++++++++ dev-python/python-box/python-box-6.0.2.ebuild | 35 +++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/python-box/Manifest b/dev-python/python-box/Manifest new file mode 100644 index 000000000000..3f4cd021c775 --- /dev/null +++ b/dev-python/python-box/Manifest @@ -0,0 +1 @@ +DIST python-box-6.0.2.gh.tar.gz 82454 BLAKE2B 2e29ae1fe62e588a4534b66dc4de53478b2a7a236c9ea43b8e3a3fa0985f75042b64d260ac0415a645fb3067bbb427fdb7d840b63260620d4754261a49237896 SHA512 9305f1e4b5694ac1bf3230a8f089ec7dce324272b6d11abc08aeaabf3e2c74f763170b23201139ea3368bc2682a893660376f2a9be0cdd4fc16827f04e7b6240 diff --git a/dev-python/python-box/metadata.xml b/dev-python/python-box/metadata.xml new file mode 100644 index 000000000000..c0dbbdd823f3 --- /dev/null +++ b/dev-python/python-box/metadata.xml @@ -0,0 +1,16 @@ + + + + + Matt.Jolly@footclan.ninja + Matt Jolly + + + proxy-maint@gentoo.org + Proxy Maintainers + + + cdgriffith/Box + python-box + + diff --git a/dev-python/python-box/python-box-6.0.2.ebuild b/dev-python/python-box/python-box-6.0.2.ebuild new file mode 100644 index 000000000000..30d2e1ecfc33 --- /dev/null +++ b/dev-python/python-box/python-box-6.0.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Python dictionaries with advanced dot notation access" +HOMEPAGE="https://github.com/cdgriffith/Box/" +SRC_URI="https://github.com/cdgriffith/Box/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/Box-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + $(python_gen_any_dep ' + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] + ') +" + +BDEPEND=" + test? ( + $(python_gen_any_dep ' + dev-python/pytest[${PYTHON_USEDEP}] + ') + ) +" + +distutils_enable_tests pytest