From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpbin/
Date: Wed, 21 Feb 2024 04:45:10 +0000 (UTC) [thread overview]
Message-ID: <1708489769.b17a5de80e0a61549ce62d16c31996b8c51bc36a.mgorny@gentoo> (raw)
commit: b17a5de80e0a61549ce62d16c31996b8c51bc36a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 04:29:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 04:29:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17a5de8
dev-python/httpbin: Bump to 0.10.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpbin/Manifest | 1 +
dev-python/httpbin/httpbin-0.10.2.ebuild | 54 ++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-python/httpbin/Manifest b/dev-python/httpbin/Manifest
index 0dc9fe2291fa..c095ce2f4c3f 100644
--- a/dev-python/httpbin/Manifest
+++ b/dev-python/httpbin/Manifest
@@ -1 +1,2 @@
DIST httpbin-0.10.1.tar.gz 107058 BLAKE2B a46732946fc3454e2ae71c4eec4f88521e190b736445c54f555021a273a75f57acbc9234237e6973a21fc3bf8f71d8c8b51d6422d719f03546ecd6887a20fe1b SHA512 e3b851253c347893a80e866e7d0188c572f2a87a540125de3d9cbe0b8c3f1ddfab2c60ee3ffde3fd7274fc662294c978c39b1b52acfd92c52fd552966da203be
+DIST httpbin-0.10.2.tar.gz 107327 BLAKE2B 39ab1e518c9f7e1ede9cd0aa2e3155f7e36267c83d1d2537a5b6cb5aa1c9e70efe96c5bf98a5b22cd05e70368d1495f8e5364032fcf2f476d62512b7e7322652 SHA512 731b842090be516d9eccb1d2bb8303128d2b2e24b1ebf0b2018a2f0b8629b164c7de686e1775841cd57417ec89941d98fc81f878a284c7242bfef4db481a781b
diff --git a/dev-python/httpbin/httpbin-0.10.2.ebuild b/dev-python/httpbin/httpbin-0.10.2.ebuild
new file mode 100644
index 000000000000..a6c4050a2c16
--- /dev/null
+++ b/dev-python/httpbin/httpbin-0.10.2.ebuild
@@ -0,0 +1,54 @@
+# 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..12} pypy3 )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="HTTP Request and Response Service"
+HOMEPAGE="
+ https://github.com/psf/httpbin/
+ https://pypi.org/project/httpbin/
+"
+
+LICENSE="|| ( MIT ISC )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test-rust"
+
+RDEPEND="
+ dev-python/brotlicffi[${PYTHON_USEDEP}]
+ dev-python/decorator[${PYTHON_USEDEP}]
+ >=dev-python/flask-2.2.4[${PYTHON_USEDEP}]
+ dev-python/itsdangerous[${PYTHON_USEDEP}]
+ dev-python/markupsafe[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/werkzeug-2.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ test-rust? (
+ dev-python/flasgger[${PYTHON_USEDEP}]
+ )
+ )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ local PATCHES=(
+ # https://github.com/psf/httpbin/pull/44 (simplified)
+ "${FILESDIR}/httpbin-0.10.1-optional-flasgger.patch"
+ )
+
+ # remove unnecessary deps
+ sed -i -e '/greenlet/d' -e '/flasgger/d' pyproject.toml || die
+ distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+ optfeature "Fancy index" dev-python/flasgger
+}
next reply other threads:[~2024-02-21 4:45 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 4:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/httpbin/ Michał Górny
2024-05-14 9:54 Michał Górny
2024-03-07 16:17 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-12 4:42 Sam James
2023-10-07 16:05 Michał Górny
2023-10-02 15:16 Michał Górny
2023-10-01 15:43 Michał Górny
2023-10-01 15:43 Michał Górny
2023-10-01 3:22 Michał Górny
2023-09-25 8:00 Arthur Zamarin
2023-09-25 6:22 Arthur Zamarin
2023-09-24 15:28 Arthur Zamarin
2023-09-24 15:27 Arthur Zamarin
2023-09-11 16:01 Arthur Zamarin
2023-09-11 13:04 Arthur Zamarin
2023-09-11 12:25 Arthur Zamarin
2023-09-11 11:54 Arthur Zamarin
2023-09-11 11:41 Arthur Zamarin
2023-09-09 10:12 WANG Xuerui
2023-08-29 4:20 Michał Górny
2023-08-21 12:54 James Le Cuirot
2023-08-17 7:00 Sam James
2023-08-14 22:07 Jakov Smolić
2023-08-13 15:16 Michał Górny
2023-08-12 21:06 Sam James
2023-08-11 12:30 Arthur Zamarin
2023-08-11 12:30 Arthur Zamarin
2023-08-11 12:30 Arthur Zamarin
2023-08-11 12:30 Arthur Zamarin
2023-08-11 5:48 Michał Górny
2023-05-29 9:41 Michał Górny
2023-05-29 9:41 Michał Górny
2023-03-16 3:50 Michał Górny
2022-05-13 11:21 Michał Górny
2022-05-08 8:47 Michał Górny
2022-05-07 22:47 Jakov Smolić
2022-05-07 20:00 Michał Górny
2022-04-07 9:15 Michał Górny
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:24 Arthur Zamarin
2022-02-22 9:38 Michał Górny
2021-05-20 13:51 Michał Górny
2021-05-20 13:51 Michał Górny
2021-01-08 9:43 Michał Górny
2021-01-08 7:24 Sergei Trofimovich
2021-01-07 20:15 Sam James
2021-01-07 11:36 Sam James
2021-01-07 1:12 Sam James
2021-01-07 1:08 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-06 8:09 Sam James
2020-12-04 15:32 Mikle Kolyada
2020-11-28 8:27 Sam James
2020-11-28 8:27 Sam James
2020-09-20 10:24 Michał Górny
2020-07-15 20:18 Sergei Trofimovich
2020-07-14 16:32 Sam James
2020-07-14 15:22 Sam James
2020-05-26 10:35 Michał Górny
2020-05-08 17:15 Agostino Sarubbo
2020-05-05 22:13 Sergei Trofimovich
2020-04-11 12:08 Mart Raudsepp
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-07 7:03 Georgy Yakovlev
2020-03-27 11:45 Michał Górny
2020-03-25 13:12 Agostino Sarubbo
2020-03-16 5:54 Matt Turner
2020-02-21 10:08 Michał Górny
2020-02-19 19:33 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2019-11-27 13:37 Mikle Kolyada
2019-05-21 15:25 Stephen Klimaszewski
2018-03-16 21:19 Michał Górny
2017-05-05 14:56 Manuel Rüger
2017-01-21 18:54 Agostino Sarubbo
2016-02-18 19:20 Patrick Lauer
2015-12-17 14:48 Justin Lecher
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=1708489769.b17a5de80e0a61549ce62d16c31996b8c51bc36a.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