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 BC7A515800A for ; Thu, 17 Aug 2023 12:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054BB2BC018; Thu, 17 Aug 2023 12:42:46 +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 DE0182BC013 for ; Thu, 17 Aug 2023 12:42:45 +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 09421335CCD for ; Thu, 17 Aug 2023 12:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466D8FBA for ; Thu, 17 Aug 2023 12:42:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1692276152.05468c17eedc77df9cf3e5c6cbc1cc9d7fff8df7.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dpath/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dpath/dpath-2.1.6.ebuild dev-python/dpath/metadata.xml X-VCS-Directories: dev-python/dpath/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 05468c17eedc77df9cf3e5c6cbc1cc9d7fff8df7 X-VCS-Branch: master Date: Thu, 17 Aug 2023 12:42:43 +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: 9edfd7cf-be6b-401d-8874-daf5aa76d933 X-Archives-Hash: 6eb84ff6ba21c068b7c6c8b031deeda9 commit: 05468c17eedc77df9cf3e5c6cbc1cc9d7fff8df7 Author: mschubertv gmail com> AuthorDate: Thu Aug 17 08:44:40 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Aug 17 12:42:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05468c17 dev-python/dpath: add ebuild Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/dpath/dpath-2.1.6.ebuild | 18 ++++++++++++++++++ dev-python/dpath/metadata.xml | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/dpath/dpath-2.1.6.ebuild b/dev-python/dpath/dpath-2.1.6.ebuild new file mode 100644 index 000000000..55da56b96 --- /dev/null +++ b/dev-python/dpath/dpath-2.1.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit pypi distutils-r1 + +DESCRIPTION="Accessing and searching dictionaries via /slashed/paths" +HOMEPAGE="https://pypi.org/project/dpath/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest diff --git a/dev-python/dpath/metadata.xml b/dev-python/dpath/metadata.xml new file mode 100644 index 000000000..347155fb7 --- /dev/null +++ b/dev-python/dpath/metadata.xml @@ -0,0 +1,16 @@ + + + + + mschu.dev@gmail.com + Michael Schubert + + + sci@gentoo.org + Gentoo Science Project + + + dpath-maintainers/dpath-python + dpath + +