summaryrefslogtreecommitdiff
path: root/dev-python/flask-cors
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/flask-cors
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-python/flask-cors')
-rw-r--r--dev-python/flask-cors/Manifest3
-rw-r--r--dev-python/flask-cors/flask-cors-6.0.3.ebuild42
-rw-r--r--dev-python/flask-cors/flask-cors-6.0.4.ebuild42
-rw-r--r--dev-python/flask-cors/flask-cors-6.0.5.ebuild42
4 files changed, 129 insertions, 0 deletions
diff --git a/dev-python/flask-cors/Manifest b/dev-python/flask-cors/Manifest
index 42c3c76ee16d..de6f33d1e655 100644
--- a/dev-python/flask-cors/Manifest
+++ b/dev-python/flask-cors/Manifest
@@ -1 +1,4 @@
DIST flask-cors-6.0.2.gh.tar.gz 87929 BLAKE2B 7eabcd020ebd1695aefd30d41d2d45417f26a0489e35ba66cf62bfa2ce4158c62e2d04a79e7f8b5a6e3392bb88ee8a2dbd48f5ea3f8dadcb3ca8a89465f54cc7 SHA512 abf2a633979ebd11dd395bf01ae65b78e135c73b23db5308249f8e56db5fc5bca6c460629663609065e9e9ce885e9ce409808cc4b7dbbc88e02adf62f2b39a84
+DIST flask-cors-6.0.3.gh.tar.gz 89012 BLAKE2B 969fa7b47274b8e94ac60d4d207d84e18708bffd88ebdd2c105ad79516efa84e1ff6d6d86675f6290ed33d33c391694267824199536fedcb48960ec7b82de84b SHA512 60f22ba4b9ffb51983f11a5a30e6e6d543ef1b285224e12b6a2c1bf79c13de384d588edf81c3df5718d2bb4af4c5dbaa09855476e6cbc53ea8709c7a42a2e6d4
+DIST flask-cors-6.0.4.gh.tar.gz 97226 BLAKE2B 46375a7a053b87a1633f992ebc99ab5adf056ce2a91263220eacf651355cdc4caf11bfecdef8abe5cc939734bdb13a642efe66c49a39dc184e950639368e1a54 SHA512 465904623400317ed1b9bb53955340dccf2f27f8ed686e5714101c22132d3acab27c087dd824e58e4e94c60e77c9b9ae2e5b5e04b3b20d52a22c5695ffa85085
+DIST flask-cors-6.0.5.gh.tar.gz 98754 BLAKE2B 7a5267fc6f1b0c314182aca80f4d7a5cde8dd4beab08d3693d1cbf78888232823144d9d74929141043c177489c37539f1e458ad8e24acb2bc19fe202e4477f43 SHA512 728f977cf627f61d31fa91103bb7dc4cd3ad67c58e03c616bb3f627d638055a60962989fd056d81f884bbc3d74e6676e4074aa198941b7fc932985511b4281c8
diff --git a/dev-python/flask-cors/flask-cors-6.0.3.ebuild b/dev-python/flask-cors/flask-cors-6.0.3.ebuild
new file mode 100644
index 000000000000..c8faaefad331
--- /dev/null
+++ b/dev-python/flask-cors/flask-cors-6.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..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}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
diff --git a/dev-python/flask-cors/flask-cors-6.0.4.ebuild b/dev-python/flask-cors/flask-cors-6.0.4.ebuild
new file mode 100644
index 000000000000..c8faaefad331
--- /dev/null
+++ b/dev-python/flask-cors/flask-cors-6.0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..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}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
diff --git a/dev-python/flask-cors/flask-cors-6.0.5.ebuild b/dev-python/flask-cors/flask-cors-6.0.5.ebuild
new file mode 100644
index 000000000000..c8faaefad331
--- /dev/null
+++ b/dev-python/flask-cors/flask-cors-6.0.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{13..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}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest