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 3195A15800A for ; Fri, 11 Aug 2023 05:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4132A2BC018; Fri, 11 Aug 2023 05:48:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 255442BC018 for ; Fri, 11 Aug 2023 05:48:04 +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 119BF33BEE8 for ; Fri, 11 Aug 2023 05:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71795F4D for ; Fri, 11 Aug 2023 05:48:01 +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: <1691732849.54a531b75d90f82c56c9ba59035e4ad55e762e54.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flasgger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flasgger/Manifest dev-python/flasgger/flasgger-0.9.7.1.ebuild dev-python/flasgger/metadata.xml X-VCS-Directories: dev-python/flasgger/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54a531b75d90f82c56c9ba59035e4ad55e762e54 X-VCS-Branch: master Date: Fri, 11 Aug 2023 05:48:01 +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: 99a7a380-79d6-4126-a8fc-8793c44ec574 X-Archives-Hash: 3166096ed62566441d0db93e526d0f97 commit: 54a531b75d90f82c56c9ba59035e4ad55e762e54 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 11 05:33:34 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 11 05:47:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a531b7 dev-python/flasgger: New package, v0.9.7.1 Required by dev-python/httpbin. Signed-off-by: Michał Górny gentoo.org> dev-python/flasgger/Manifest | 1 + dev-python/flasgger/flasgger-0.9.7.1.ebuild | 39 +++++++++++++++++++++++++++++ dev-python/flasgger/metadata.xml | 12 +++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/flasgger/Manifest b/dev-python/flasgger/Manifest new file mode 100644 index 000000000000..bf46ca0ab2f9 --- /dev/null +++ b/dev-python/flasgger/Manifest @@ -0,0 +1 @@ +DIST flasgger-0.9.7.1.tar.gz 3979409 BLAKE2B 939b0adfdfa3fcc8305320c6a140ef378e5617d46743e1cae04093e8391b782b73d4f112174ed1e29711fbf55a7469ffe6008beff9a218f5eaa68bb8864ced1c SHA512 fe1feb5ebadc6c3cde8e9e70726c86efc8d88392c5eb44ddaa6135fa96fbaada975d2042187bd4cebe08d843d21dc8e89dea5f2935b6c65863b36e4a6a39d121 diff --git a/dev-python/flasgger/flasgger-0.9.7.1.ebuild b/dev-python/flasgger/flasgger-0.9.7.1.ebuild new file mode 100644 index 000000000000..322e60f3e6b8 --- /dev/null +++ b/dev-python/flasgger/flasgger-0.9.7.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Easy OpenAPI specs and Swagger UI for your Flask API" +HOMEPAGE=" + https://github.com/flasgger/flasgger/ + https://pypi.org/project/flasgger/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/flask-0.10[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}] + dev-python/mistune[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + local EPYTEST_IGNORE=( + # requires flex + tests/test_examples.py + ) + + epytest tests +} diff --git a/dev-python/flasgger/metadata.xml b/dev-python/flasgger/metadata.xml new file mode 100644 index 000000000000..afb6a76c4a91 --- /dev/null +++ b/dev-python/flasgger/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + flasgger/flasgger + flasgger + +