summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-cors/Manifest1
-rw-r--r--dev-python/flask-cors/flask-cors-6.0.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/flask-cors/Manifest b/dev-python/flask-cors/Manifest
index 969214634bf6..87f684a9f176 100644
--- a/dev-python/flask-cors/Manifest
+++ b/dev-python/flask-cors/Manifest
@@ -1,2 +1 @@
-DIST flask-cors-6.0.0.gh.tar.gz 87922 BLAKE2B ff6b1bd780d4f12a4b1bec43713f9b7c0b9638f46ff901608a3ac102e1c8a5160bdb3dd4b51e0c689df468b8601e7832362c9c6247cb834d7a36f9698d3f6362 SHA512 8d8ad511a2ef0afff7781545e1d96aeae65a86e78be7ca258ca4f5b70ddd91cf68a9ffe380690db0fbe0ed0711bc1d2455399454004e7411bb41d026efff3a68
DIST flask-cors-6.0.1.gh.tar.gz 87916 BLAKE2B 09e47c4c00e418fe56c2a6907a68ec031474395631c3ac964b10d398325ec8cd338d26d3106845f55c583481931e90bb012f42f447a2df5f9788adfbc7f90f99 SHA512 94fd201579c613906f12f82d8eabc03d8fe2c4d9e5ebcd27f788439e4d5cb6bcde40f6620f1485c75e366c7243c35cb50663e7ddb985141558421935815a02c5
diff --git a/dev-python/flask-cors/flask-cors-6.0.0.ebuild b/dev-python/flask-cors/flask-cors-6.0.0.ebuild
deleted file mode 100644
index 19e33381ec87..000000000000
--- a/dev-python/flask-cors/flask-cors-6.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/corydolphin/flask-cors.git"
- inherit git-r3
-else
- SRC_URI="
- https://github.com/corydolphin/flask-cors/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
- "
- KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="A Flask extension for Cross Origin Resource Sharing (CORS)"
-HOMEPAGE="
- https://github.com/corydolphin/flask-cors/
- https://pypi.org/project/flask-cors/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/flask-0.9[${PYTHON_USEDEP}]
- >=dev-python/werkzeug-0.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/packaging[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest