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 BB67815806E for ; Tue, 6 Jun 2023 05:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08365E0898; Tue, 6 Jun 2023 05:43:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E370BE0898 for ; Tue, 6 Jun 2023 05:43:57 +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 02E1B33BF08 for ; Tue, 6 Jun 2023 05:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318B7A90 for ; Tue, 6 Jun 2023 05:43:54 +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: <1686030222.97df40e6ef4e0f5be1c670994166e6ae484596db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-api/Manifest dev-python/flask-api/flask-api-3.0-r2.ebuild X-VCS-Directories: dev-python/flask-api/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 97df40e6ef4e0f5be1c670994166e6ae484596db X-VCS-Branch: master Date: Tue, 6 Jun 2023 05:43:54 +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: 0b50250f-f570-4d1d-9f9a-bee26f151481 X-Archives-Hash: cbd426e431b04836cddb4f81bb9bc82e commit: 97df40e6ef4e0f5be1c670994166e6ae484596db Author: Michał Górny gentoo org> AuthorDate: Tue Jun 6 04:56:14 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 6 05:43:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97df40e6 dev-python/flask-api: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/flask-api/Manifest | 1 - dev-python/flask-api/flask-api-3.0-r2.ebuild | 38 ---------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/flask-api/Manifest b/dev-python/flask-api/Manifest index 320db8ac3153..a70221b4ff20 100644 --- a/dev-python/flask-api/Manifest +++ b/dev-python/flask-api/Manifest @@ -1,2 +1 @@ -DIST flask-api-3.0.gh.tar.gz 249620 BLAKE2B 63ce0ce6a2d4755caf40c020fc6b88f3b585b0c30f5800df62c8e442f629b8b489917ff0f0d1266d941478336f38aa0560c144620f6c11d60cbd9e31870bf984 SHA512 c86b919f8681a73be166ddc50022faecb376b1b6f99bd0d78b2f2fc8b64f82bf82779dbdcfbcaa1c5e321ea2d286b95f1a1aab32864e6c3923417d7828c7c79a DIST flask-api-3.1.gh.tar.gz 258812 BLAKE2B f62fb820a467575738deda299de33b87efc066dcc468adad28309cd848f6710a91187a599aba05981457fa8bd8c598ba3014639d7b5d3869434eea32a513a08e SHA512 158692b5d90f3c66231e26ee98df0496973a0fd1d9433041c0c19ff9255601af22cac7968273d2b27fc656f48dcf5e600e6eb939c7ed87f1af222d6fc47fc1ba diff --git a/dev-python/flask-api/flask-api-3.0-r2.ebuild b/dev-python/flask-api/flask-api-3.0-r2.ebuild deleted file mode 100644 index 924851d79164..000000000000 --- a/dev-python/flask-api/flask-api-3.0-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Browsable web APIs for Flask" -HOMEPAGE=" - https://github.com/flask-api/flask-api/ - https://pypi.org/project/Flask-API/ -" -# pypi mirror don't have docs folder -SRC_URI=" - https://github.com/flask-api/flask-api/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# tests are broken with 2.3, I don't know if the code works -# https://github.com/flask-api/flask-api/issues/151 -RDEPEND=" -