From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-cors/
Date: Sat, 31 Aug 2024 06:55:14 +0000 (UTC) [thread overview]
Message-ID: <1725087302.e377c684b3f728f50fb67442bc5d1e4152967c92.mgorny@gentoo> (raw)
commit: e377c684b3f728f50fb67442bc5d1e4152967c92
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 06:22:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 06:55:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e377c684
dev-python/flask-cors: Bump to 5.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-cors/Manifest | 1 +
dev-python/flask-cors/flask-cors-5.0.0.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/flask-cors/Manifest b/dev-python/flask-cors/Manifest
index 20195edb349a..f8c6e71aa80a 100644
--- a/dev-python/flask-cors/Manifest
+++ b/dev-python/flask-cors/Manifest
@@ -1 +1,2 @@
DIST flask-cors-4.0.1.gh.tar.gz 32226 BLAKE2B f6301842b20175587be43d3c1f22fb341463f25d21fcae9b6463e8c48b149ab7ddf000d5541645f217755bc43863ef060cf1e2f6e57941632db420efb1cd223e SHA512 51dd7c50d5db6a6b6985a32f08f9512603e64199bf90dd22349cd1dbff94f1706b1e26cbe7765fb6dc6310fce86ac470896b127dc83cc740436e1ae11c11f7eb
+DIST flask-cors-5.0.0.gh.tar.gz 32891 BLAKE2B 0315f37fdd10d6000c8b5613a9b8616df5db1009e23614a68e430979888ead49c20174cde0e4f1a1019b455cac868b113bf09f0c004552cc452a12e1840764d3 SHA512 36cff5f9d9a3692a794510b431ad1889931e9d09c569078ab604e4b6b0777139afb10063f851f2e64d76ae6441444ada4a04855f8578a78bb5d3aabdf346e0de
diff --git a/dev-python/flask-cors/flask-cors-5.0.0.ebuild b/dev-python/flask-cors/flask-cors-5.0.0.ebuild
new file mode 100644
index 000000000000..0486dac2f707
--- /dev/null
+++ b/dev-python/flask-cors/flask-cors-5.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+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[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/packaging[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme \
+ dev-python/sphinxcontrib-httpdomain
next reply other threads:[~2024-08-31 6:55 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-31 6:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 12:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-cors/ Michał Górny
2024-09-14 12:33 Arthur Zamarin
2024-07-07 14:36 Michał Górny
2024-05-05 6:13 Michał Górny
2024-05-05 6:05 Joonas Niilola
2024-05-05 4:33 Michał Górny
2023-11-24 14:19 Michał Górny
2023-07-28 7:05 Michał Górny
2023-07-28 6:49 Joonas Niilola
2023-06-27 3:54 Michał Górny
2023-06-02 18:19 Michał Górny
2023-06-02 18:19 Michał Górny
2023-06-02 18:19 Michał Górny
2022-06-22 7:42 Michał Górny
2022-06-22 5:33 Joonas Niilola
2022-06-22 5:33 Joonas Niilola
2022-06-04 17:52 Michał Górny
2022-05-18 14:22 Andrew Ammerlaan
2022-01-28 18:41 Arthur Zamarin
2021-12-13 3:09 Yixun Lan
2021-06-05 13:42 Michał Górny
2021-03-05 18:39 Sam James
2021-02-24 23:30 Sam James
2021-02-19 9:04 Michał Górny
2021-02-19 3:40 Sam James
2021-01-09 18:58 Sam James
2021-01-06 10:00 Michał Górny
2020-12-03 8:29 Michał Górny
2020-12-03 4:34 Sam James
2020-12-02 23:31 Thomas Deutschmann
2020-12-02 20:48 Aaron Bauman
2020-02-05 13:24 Michał Górny
2020-02-05 13:24 Michał Górny
2017-07-30 9:15 Michał Górny
2017-06-28 4:02 Sebastien Fabbro
2017-01-09 22:36 Aaron Bauman
2016-07-21 13:12 Patrick Lauer
2016-05-29 14:19 Pacho Ramos
2015-09-10 3:26 Zac Medico
2015-09-09 23:38 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725087302.e377c684b3f728f50fb67442bc5d1e4152967c92.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox