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 87E7815814C for ; Tue, 10 Oct 2023 15:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C052BC023; Tue, 10 Oct 2023 15:41:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72C8D2BC021 for ; Tue, 10 Oct 2023 15:41:32 +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 6DF8C335CB9 for ; Tue, 10 Oct 2023 15:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C29DA10D2 for ; Tue, 10 Oct 2023 15:41:28 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1696933654.80a7cdce2dd63e115112cf13fe8f7424eab0b231.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/flask-restx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/flask-restx/Manifest dev-python/flask-restx/flask-restx-0.5.1.ebuild X-VCS-Directories: dev-python/flask-restx/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 80a7cdce2dd63e115112cf13fe8f7424eab0b231 X-VCS-Branch: master Date: Tue, 10 Oct 2023 15:41:28 +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: 86134a44-ffe9-4f11-a836-d7b292891eb6 X-Archives-Hash: fc3b852ac4bb5cea4c6ca3847fe71a7e commit: 80a7cdce2dd63e115112cf13fe8f7424eab0b231 Author: David Roman gmail com> AuthorDate: Tue Oct 10 10:27:34 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Oct 10 10:27:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80a7cdce dev-python/flask-restx: drop 0.5.1 Signed-off-by: David Roman gmail.com> dev-python/flask-restx/Manifest | 1 - dev-python/flask-restx/flask-restx-0.5.1.ebuild | 48 ------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-python/flask-restx/Manifest b/dev-python/flask-restx/Manifest index 52b760f31a..3fcd91b416 100644 --- a/dev-python/flask-restx/Manifest +++ b/dev-python/flask-restx/Manifest @@ -1,2 +1 @@ -DIST flask-restx-0.5.1.tar.gz 398653 BLAKE2B 605c66decc83d8d7fc3449d3b7053cc2bb589d23f4db22d3a61b9422a97ceefdc0335af8c002762ec7693844b005f5562fdfda09e95c1e83fa266709af640a9d SHA512 0e4ca95a6bb45f7dfba1758387aded6215ec64fa55060889e6843fb50eed09fda96ba936eacd0d8f27b29f5dec2468d4945386f25ff4de6a51f571e16617cf52 DIST flask-restx-1.1.0.tar.gz 398890 BLAKE2B 0268d0173e35bd36e3cd7c8eb40b1083370eed9cad3fe0cd0c55c548481844f14fa68b80f7d0461ef98074ca384cb880c1c9c30fb8d1bf0ca5e497b0cfc134b2 SHA512 83c0319591078827fe7ad2db04833817df13b5e808e3137b309b6b994908c9ae40c665aa8f10def5e06a7d1f41d9b4dc03be35c46b6403e03ef28684cc512380 diff --git a/dev-python/flask-restx/flask-restx-0.5.1.ebuild b/dev-python/flask-restx/flask-restx-0.5.1.ebuild deleted file mode 100644 index 22760a33c3..0000000000 --- a/dev-python/flask-restx/flask-restx-0.5.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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_10) -inherit distutils-r1 - -DESCRIPTION="Framework API development with Flask" -HOMEPAGE="https://flask-restx.readthedocs.io" -SRC_URI="https://github.com/python-restx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" - -RDEPEND=" - dev-python/aniso8601[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND} - test? ( - dev-python/blinker[${PYTHON_USEDEP}] - dev-python/Faker[${PYTHON_USEDEP}] - dev-python/pytest-flask[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/tzlocal[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - skip_tests=" \ - not ReqParseTest and \ - not EmailTest and \ - not URLTest and \ - not LoggingTest" - - epytest tests/test_*.py -k "${skip_tests}" -}