public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/
Date: Mon,  6 Apr 2020 12:09:54 +0000 (UTC)	[thread overview]
Message-ID: <1586174858.b8282ca7b1c2a4187a28a61fd72234cc81844031.sping@gentoo> (raw)

commit:     b8282ca7b1c2a4187a28a61fd72234cc81844031
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  6 12:07:38 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 12:07:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8282ca7

dev-python/websocket-client: 0.57.0

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/websocket-client/Manifest               |  1 +
 .../websocket-client-0.57.0.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/websocket-client/Manifest b/dev-python/websocket-client/Manifest
index 6606a7897ff..2685f0bed06 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619 SHA512 6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
 DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1 SHA512 f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50
+DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b SHA512 8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
new file mode 100644
index 00000000000..a9ecf6524a4
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE="examples test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+	test? ( ${RDEPEND} )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+	if use examples; then
+		docompress -x "/usr/share/doc/${PF}/examples"
+		dodoc -r examples
+	fi
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2020-04-06 12:09 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06 12:09 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21  7:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ Petr Vaněk
2024-05-08  8:15 Michał Górny
2024-04-24  2:03 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:49 Michał Górny
2023-12-04  6:48 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-08 17:48 Michał Górny
2023-09-25 18:57 Michał Górny
2023-09-25 18:27 Arthur Zamarin
2023-09-12  6:00 Michał Górny
2023-08-22 20:01 Michał Górny
2023-07-10  1:29 Michał Górny
2023-07-09 16:52 Arthur Zamarin
2023-06-24  6:10 Michał Górny
2023-06-18  2:16 Michał Górny
2023-06-09 12:22 Michał Górny
2023-05-31  8:31 Michał Górny
2023-05-22  5:53 Michał Górny
2023-03-14  5:02 Michał Górny
2023-03-13 19:47 Arthur Zamarin
2023-02-26 17:38 Michał Górny
2023-02-26 17:38 Michał Górny
2023-02-26 17:08 Arthur Zamarin
2023-02-05 17:07 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-08  5:06 Michał Górny
2023-01-07 18:25 Arthur Zamarin
2022-11-04  8:23 Arthur Zamarin
2022-09-25 17:58 Arthur Zamarin
2022-09-25 17:57 Arthur Zamarin
2022-09-05  7:18 Michał Górny
2022-08-25 19:25 Arthur Zamarin
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:45 Sam James
2022-07-16 12:22 Arthur Zamarin
2022-06-20 17:20 Arthur Zamarin
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-03-31 14:08 Michał Górny
2022-03-31 14:02 Jakov Smolić
2022-03-30 18:45 Michał Górny
2022-03-12 20:17 Arthur Zamarin
2022-03-12 20:17 Arthur Zamarin
2022-03-12 20:07 Arthur Zamarin
2022-03-12 13:04 Arthur Zamarin
2022-03-12 13:02 Arthur Zamarin
2022-02-25 23:41 Michał Górny
2022-02-08 17:38 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-02-07 11:36 Sam James
2022-02-07 11:30 Sam James
2022-02-07  9:35 Sam James
2022-01-08 13:35 Michał Górny
2022-01-08 13:31 Arthur Zamarin
2021-12-13  3:09 Yixun Lan
2021-12-07 23:27 Michał Górny
2021-12-07  9:32 Michał Górny
2021-09-13  6:28 Michał Górny
2021-09-12 22:57 Sam James
2021-09-12  8:21 Sam James
2021-09-12  8:12 Sam James
2021-09-12  7:09 Agostino Sarubbo
2021-08-11  5:58 Michał Górny
2021-08-06  6:22 Michał Górny
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-06-10  7:00 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-22  7:58 Michał Górny
2021-05-18  7:21 Michał Górny
2021-05-07 11:11 Michał Górny
2021-05-05  9:25 Michał Górny
2021-04-07 22:33 Michał Górny
2021-04-07 21:17 Michał Górny
2021-04-07  8:06 Michał Górny
2021-04-07  6:23 Sam James
2021-03-11 12:55 Sam James
2021-03-03  7:11 Michał Górny
2020-11-04  5:32 Sam James
2020-06-11  2:28 Georgy Yakovlev
2020-06-10 15:11 Michał Górny
2020-05-11 19:33 Michał Górny
2020-05-04 12:34 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-19 21:56 David Seifert
2020-03-17  8:08 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2020-02-06  7:10 Michał Górny
2018-09-28 20:33 Matt Thode
2018-08-13  8:45 Louis Sautier
2018-06-30  3:18 Louis Sautier
2018-06-30  3:18 Louis Sautier
2018-06-28  6:50 Fabian Groffen
2018-04-12  4:27 Matt Thode
2018-04-12  4:27 Matt Thode
2018-03-31  1:54 Matt Thode
2018-03-10 14:56 Pacho Ramos
2018-02-24  7:19 Matt Thode
2018-02-13 21:01 Matt Thode
2017-10-04  8:57 Michał Górny
2017-05-02  9:48 Michał Górny
2017-03-15  9:23 Zac Medico
2016-04-24 15:07 Alex Brandt
2016-04-24 15:07 Alex Brandt
2016-04-24 15:07 Alex Brandt
2016-01-06 21:06 Justin Lecher
2015-12-09 15:10 Justin Lecher
2015-10-31 21:54 Alex Brandt
2015-10-31 21:54 Alex Brandt
2015-09-11  7:53 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=1586174858.b8282ca7b1c2a4187a28a61fd72234cc81844031.sping@gentoo \
    --to=sping@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