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 B442515808B for ; Wed, 14 Feb 2024 08:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 692B2E2A23; Wed, 14 Feb 2024 08:18:44 +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 452CFE2A23 for ; Wed, 14 Feb 2024 08: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 745913430B8 for ; Wed, 14 Feb 2024 08:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC65914C6 for ; Wed, 14 Feb 2024 08:18:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707898717.c84ac3445c7299fd874a2c02ec5ac76c1d3835ea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/noseofyeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/noseofyeti/Manifest dev-python/noseofyeti/metadata.xml dev-python/noseofyeti/noseofyeti-2.4.6.ebuild X-VCS-Directories: dev-python/noseofyeti/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c84ac3445c7299fd874a2c02ec5ac76c1d3835ea X-VCS-Branch: master Date: Wed, 14 Feb 2024 08:18:41 +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: d6db5bbb-aa24-4403-8d4e-3b39ed5193f4 X-Archives-Hash: 49444fc36832b29e774014d635caa52a commit: c84ac3445c7299fd874a2c02ec5ac76c1d3835ea Author: Michał Górny gentoo org> AuthorDate: Wed Feb 14 08:13:49 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 14 08:18:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84ac344 dev-python/noseofyeti: New package, v2.4.6 NIH test dependency for dev-python/dict2xml. Signed-off-by: Michał Górny gentoo.org> dev-python/noseofyeti/Manifest | 1 + dev-python/noseofyeti/metadata.xml | 12 +++++++++ dev-python/noseofyeti/noseofyeti-2.4.6.ebuild | 39 +++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/noseofyeti/Manifest b/dev-python/noseofyeti/Manifest new file mode 100644 index 000000000000..30e9c8c79a02 --- /dev/null +++ b/dev-python/noseofyeti/Manifest @@ -0,0 +1 @@ +DIST nose-of-yeti-release-2.4.6.gh.tar.gz 44946 BLAKE2B 8a99eb299b389729030d1f5de0f686d4186d1657c41f35aa8712c1a2a8214d808c853e1a435f05a262c676f1f4dcc453fc0541582f45d30f23696a83ec3e9c82 SHA512 276c1ad5d2c67c26ee8d3e3e9184f0881c4084889324e9b45d79897d46d94f64f4fc7267d2578feb76690fd2165633fa217a6bf1588585a5e0cf84dfceaa2a4b diff --git a/dev-python/noseofyeti/metadata.xml b/dev-python/noseofyeti/metadata.xml new file mode 100644 index 000000000000..c74af1cdd5de --- /dev/null +++ b/dev-python/noseofyeti/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + delfick/nose-of-yeti + noseOfYeti + + diff --git a/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild b/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild new file mode 100644 index 000000000000..777f4594a622 --- /dev/null +++ b/dev-python/noseofyeti/noseofyeti-2.4.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +MY_P=nose-of-yeti-release-${PV} +DESCRIPTION="A custom python codec that provides an RSpec style dsl for python" +HOMEPAGE=" + https://github.com/delfick/nose-of-yeti/ + https://pypi.org/project/noseOfYeti/ +" +SRC_URI=" + https://github.com/delfick/nose-of-yeti/archive/release-${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/black[${PYTHON_USEDEP}] + dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # requires alt-pytest-asyncio + tests/test_using_pytest.py::TestPyTest::test_it_collects_tests_correctly +)