From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Mon, 3 Aug 2020 15:30:05 +0000 (UTC) [thread overview]
Message-ID: <1596443823.8cd5f363c9eb38cf40b71fd2b8efd505f759fe6f.sam@gentoo> (raw)
commit: 8cd5f363c9eb38cf40b71fd2b8efd505f759fe6f
Author: Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Tue Jul 21 19:16:16 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 08:37:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd5f363
net-misc/httpie: Bump to version 2.2.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/httpie/Manifest | 1 +
net-misc/httpie/httpie-2.2.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest
index ff3b4039a86..aa02bf4cbda 100644
--- a/net-misc/httpie/Manifest
+++ b/net-misc/httpie/Manifest
@@ -1,3 +1,4 @@
DIST httpie-1.0.3.tar.gz 1745537 BLAKE2B 82279804bf10c1882a163f7b361917c9013a5d4ec9ace934f4d89a8c42d18575863cec57768bb4ccfed3b9913a7f2cba593f398a36f87d045a68f21c7237e381 SHA512 80e540dcb92a55fb8b3c5dd56f380cb1795e4296827591853070a5b775c1f87cd881758d9dd0bdfeff383d06ce8ffafe68ec0269e3d269473e528952a769ecb7
DIST httpie-2.0.0.tar.gz 1752529 BLAKE2B 212e7a142f3efdf1bf238d6eb7e472579a8a8248950caf19ec584eba4f903de09b08433805105a61714046857d32b662f54cde927d20db2a2a1ab81bc99bc753 SHA512 ddac5206107241c9fdc2d2697a31fc7a123c3a01c2ccbd0aad8d52e1472f093b201e422522972cce992bfb2fc7d32ffc6380d457112c83ab643008086f9a7f2d
DIST httpie-2.1.0.tar.gz 1754801 BLAKE2B dabb6a1ce0cc4ecebbc7e933ed3084d7b75e0fac1fbf6968f41d37ee95cef684ee3603ddb5361e072328d13c9c98332b23bfdd0454da3399038307b124ea2e98 SHA512 39d56c9b9aad4871ce439a235377a930ad7c78b833f9bad568142efc9fd8af9123ac931e434c6ddb7fa6e0deb0acf8f5fd1ddf79f3b7a65467267cbf4629555b
+DIST httpie-2.2.0.tar.gz 1761927 BLAKE2B 3ce8acf4abf9cb189315e07e7f9c8dfc1b0a537696a2c9fd795e8e944c85c1df8e7e13fbaee68d3b93115296ba048e664d31245fe2c6b832123818292b4fac8d SHA512 00c1f34041854319816d7d643a79358723c27a3744f405d629b5361685745bfdd8ce0a0f127cb3d6746e46405d24562625ca37733a5955809d7bfc077ae5c533
diff --git a/net-misc/httpie/httpie-2.2.0.ebuild b/net-misc/httpie/httpie-2.2.0.ebuild
new file mode 100644
index 00000000000..e3773e796fb
--- /dev/null
+++ b/net-misc/httpie/httpie-2.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Modern command line HTTP client"
+HOMEPAGE="https://httpie.org/ https://pypi.org/project/httpie/"
+SRC_URI="https://github.com/jakubroztocil/httpie/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]"
+DEPEND="test? (
+ ${RDEPEND}
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+ dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+ newbashcomp extras/httpie-completion.bash http
+ insinto /usr/share/fish/vendor_completions.d
+ newins extras/httpie-completion.fish http.fish
+ distutils-r1_python_install_all
+}
next reply other threads:[~2020-08-03 15:30 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 15:30 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 17:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/ Michał Górny
2024-11-23 13:16 Michał Górny
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-05-29 6:01 Joonas Niilola
2024-05-29 5:55 Joonas Niilola
2024-05-09 12:12 Sam James
2023-08-09 18:14 Piotr Karbowski
2023-08-09 18:14 Piotr Karbowski
2023-05-01 12:49 Sam James
2023-03-30 17:23 Arthur Zamarin
2023-03-30 17:23 Arthur Zamarin
2023-02-23 22:31 Piotr Karbowski
2023-02-18 20:04 Piotr Karbowski
2022-01-22 9:48 Agostino Sarubbo
2022-01-21 13:27 Jakov Smolić
2021-10-25 19:25 Piotr Karbowski
2021-10-25 14:00 Sam James
2021-10-20 1:51 Sam James
2021-09-17 2:38 Sam James
2021-09-17 2:37 Sam James
2021-09-08 0:18 Sam James
2021-04-19 19:41 Sam James
2021-04-18 2:58 Sam James
2021-04-18 2:57 Sam James
2021-02-06 20:56 Sam James
2021-02-06 14:15 Sam James
2021-01-31 18:48 Sam James
2021-01-26 15:19 Sam James
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-10-13 10:01 Agostino Sarubbo
2020-10-13 9:26 Agostino Sarubbo
2020-05-09 7:48 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-04-21 8:18 Joonas Niilola
2020-02-25 6:05 Joonas Niilola
2020-02-11 12:16 Michał Górny
2019-12-03 14:17 Joonas Niilola
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-10-13 16:55 Joonas Niilola
2019-07-02 10:33 Agostino Sarubbo
2019-07-01 19:23 Thomas Deutschmann
2018-11-16 20:50 Georgy Yakovlev
2018-11-10 4:05 Georgy Yakovlev
2017-05-29 16:33 Pacho Ramos
2016-12-28 4:48 Vikraman Choudhury
2016-07-02 14:08 Sebastian Pipping
2016-01-11 4:43 Vikraman Choudhury
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=1596443823.8cd5f363c9eb38cf40b71fd2b8efd505f759fe6f.sam@gentoo \
--to=sam@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