summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-06 06:56:14 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-06 07:43:42 +0200
commit97df40e6ef4e0f5be1c670994166e6ae484596db (patch)
tree340a533a388a65cfb58b01d303a6ecd9cfbe6089 /dev-python/flask-api
parentdev-python/flask-api: Bump to 3.1 (diff)
downloadgentoo-97df40e6ef4e0f5be1c670994166e6ae484596db.tar.gz
gentoo-97df40e6ef4e0f5be1c670994166e6ae484596db.tar.bz2
gentoo-97df40e6ef4e0f5be1c670994166e6ae484596db.zip
dev-python/flask-api: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-api')
-rw-r--r--dev-python/flask-api/Manifest1
-rw-r--r--dev-python/flask-api/flask-api-3.0-r2.ebuild38
2 files changed, 0 insertions, 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="
- <dev-python/flask-2.3[${PYTHON_USEDEP}]
- dev-python/markdown[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
- local DOCS=( docs/about/release-notes.md docs/api-guide/* docs/index.md )
- distutils-r1_python_install_all
-}