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 B135D158020 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 8D124E08CA; Wed, 12 Oct 2022 20:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 767ABE08CA 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 8820434127B 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 E9C74616 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.88eeee24b6a6df861897cada4615e2ecc8a2e7ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tavern/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tavern/Manifest dev-python/tavern/metadata.xml dev-python/tavern/tavern-1.23.3.ebuild X-VCS-Directories: dev-python/tavern/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88eeee24b6a6df861897cada4615e2ecc8a2e7ce 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: f564f20a-43a5-4b37-96c8-1cb819b1b5b8 X-Archives-Hash: f7845a072d99228ace2d5427fc7ccc91 commit: 88eeee24b6a6df861897cada4615e2ecc8a2e7ce Author: Matt Jolly footclan ninja> AuthorDate: Wed Sep 28 13:07:44 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=88eeee24 dev-python/tavern: new package, add 1.23.3 Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> dev-python/tavern/Manifest | 1 + dev-python/tavern/metadata.xml | 20 +++++++++++++++++ dev-python/tavern/tavern-1.23.3.ebuild | 40 ++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/dev-python/tavern/Manifest b/dev-python/tavern/Manifest new file mode 100644 index 000000000000..81fe25ec877d --- /dev/null +++ b/dev-python/tavern/Manifest @@ -0,0 +1 @@ +DIST tavern-1.23.3.gh.tar.gz 162529 BLAKE2B cf4cb24b4e298b86917fc522a2b7b7da3fccb6d4efddeb53d45ee949273e66a0135a0dabb887a1cf1eec9a6429b3ac1eaaa01ef955e08eea452fb7eff2f9d994 SHA512 0a4e9bfde9b31e1b488ef022e73614c6f93c71837f813b76f98e02c69a71b05c3aad92b78d887764d4c9f6fbfc929b3cafc6b2e26a47618a81fcd00d5a6ad0d9 diff --git a/dev-python/tavern/metadata.xml b/dev-python/tavern/metadata.xml new file mode 100644 index 000000000000..8f87429466d9 --- /dev/null +++ b/dev-python/tavern/metadata.xml @@ -0,0 +1,20 @@ + + + + + A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, + with a simple, concise and flexible YAML-based syntax. + + + Matt.Jolly@footclan.ninja + Matt Jolly + + + proxy-maint@gentoo.org + Proxy Maintainers + + + taverntesting/tavern + tavern + + diff --git a/dev-python/tavern/tavern-1.23.3.ebuild b/dev-python/tavern/tavern-1.23.3.ebuild new file mode 100644 index 000000000000..2e586ac10311 --- /dev/null +++ b/dev-python/tavern/tavern-1.23.3.ebuild @@ -0,0 +1,40 @@ +# 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..10} ) +inherit distutils-r1 + +DESCRIPTION="A tool, library, and Pytest plugin for testing RESTful APIs" +HOMEPAGE="https://github.com/taverntesting/tavern" +SRC_URI="https://github.com/taverntesting/tavern/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + $(python_gen_any_dep ' + dev-python/jmespath[${PYTHON_USEDEP}] + dev-python/paho-mqtt[${PYTHON_USEDEP}] + dev-python/pyjwt[${PYTHON_USEDEP}] + dev-python/pykwalify[${PYTHON_USEDEP}] + dev-python/python-box[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/stevedore[${PYTHON_USEDEP}] + ')" + +BDEPEND=" + test? ( + $(python_gen_any_dep ' + dev-python/colorlog[${PYTHON_USEDEP}] + dev-python/Faker[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ') + ) +" + +distutils_enable_tests pytest