public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsproto/
Date: Fri, 17 Aug 2018 08:38:26 +0000 (UTC)	[thread overview]
Message-ID: <1534494631.5a0eba86fc6a387f3723cec9f4e2589e8a83d8dc.mgorny@gentoo> (raw)

commit:     5a0eba86fc6a387f3723cec9f4e2589e8a83d8dc
Author:     Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 03:51:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 08:30:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0eba86

dev-python/wsproto: Introducing new package

Introducing wsproto into Gentoo.

Closes: https://bugs.gentoo.org/654862
Closes: https://github.com/gentoo/gentoo/pull/9503
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/wsproto/Manifest              |  1 +
 dev-python/wsproto/metadata.xml          | 17 +++++++++++++++++
 dev-python/wsproto/wsproto-0.11.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest
new file mode 100644
index 00000000000..a87f546b358
--- /dev/null
+++ b/dev-python/wsproto/Manifest
@@ -0,0 +1 @@
+DIST wsproto-0.11.0.tar.gz 41179 BLAKE2B 72486adde659e96910bcc56efe5f3ddd71d962e2844e332eabea2a0cbe5574678be85d330fdd54f951f679dfe5b1c185641a30169cc6cd9ac6c4ed066c6a3533 SHA512 583e030dc88971b3733e5e84e5fbaa70d6043d01485cabbbf45470baa31e4f511aea55e108132fc298aeae0031542af7bdd22b7ae25b11832179025a2fde4bdd

diff --git a/dev-python/wsproto/metadata.xml b/dev-python/wsproto/metadata.xml
new file mode 100644
index 00000000000..67543673df3
--- /dev/null
+++ b/dev-python/wsproto/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>oleksandr.trotsenko@gmail.com</email>
+		<name>Oleksandr Trotsenko</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">python-hyper/wsproto</remote-id>
+		<doc>https://wsproto.readthedocs.io/en/latest/</doc>
+		<bugs-to>https://github.com/python-hyper/wsproto/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/wsproto/wsproto-0.11.0.ebuild b/dev-python/wsproto/wsproto-0.11.0.ebuild
new file mode 100644
index 00000000000..6e936e5de83
--- /dev/null
+++ b/dev-python/wsproto/wsproto-0.11.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="WebSockets state-machine based protocol implementation"
+HOMEPAGE="https://github.com/python-hyper/wsproto https://pypi.python.org/pypi/wsproto"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	=dev-python/h11-0.7*[${PYTHON_USEDEP}]
+	virtual/python-enum34[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	py.test -v || die "Testing failed"
+}


             reply	other threads:[~2018-08-17  8:38 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-17  8:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-24 12:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/wsproto/ Michał Górny
2020-02-05 14:24 Michał Górny
2020-03-16 18:55 Michał Górny
2020-03-27 11:35 Michał Górny
2020-04-20 17:31 Rick Farina
2020-04-26 23:28 Jonas Stein
2020-04-27  7:18 Michał Górny
2020-04-27  7:18 Michał Górny
2020-04-27  8:33 Michał Górny
2020-05-04 12:34 Michał Górny
2020-08-02  4:08 Aaron Bauman
2020-08-02 22:04 Sam James
2020-11-23  8:21 Michał Górny
2020-12-11 13:04 Michał Górny
2021-01-22 23:01 Sam James
2021-03-01  9:20 Agostino Sarubbo
2021-05-15  2:23 Sam James
2021-05-15 19:28 Sam James
2021-05-18 17:28 Sam James
2021-06-16 15:40 Sergei Trofimovich
2021-07-26  2:14 Sam James
2021-07-26  2:14 Sam James
2021-08-04 18:43 Louis Sautier
2021-10-17  9:44 Michał Górny
2021-11-24 23:59 Sam James
2021-12-03 20:47 Arthur Zamarin
2022-02-26  8:34 Michał Górny
2022-02-28  8:28 Michał Górny
2022-03-31 14:09 Jakov Smolić
2022-03-31 14:09 Jakov Smolić
2022-04-01  5:15 Arthur Zamarin
2022-04-01 12:28 Arthur Zamarin
2022-04-02  7:33 Arthur Zamarin
2022-04-02 12:04 Arthur Zamarin
2022-04-08 11:09 Michał Górny
2022-04-08 14:23 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2022-04-09 19:35 Arthur Zamarin
2022-04-17 18:44 Arthur Zamarin
2022-04-19 11:41 Arthur Zamarin
2022-04-19 12:13 Arthur Zamarin
2022-04-19 12:46 Arthur Zamarin
2022-04-19 17:15 Arthur Zamarin
2022-04-19 18:34 Arthur Zamarin
2022-05-01  1:52 WANG Xuerui
2022-05-02  8:56 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-15  8:43 Michał Górny
2022-08-24 19:36 Arthur Zamarin
2022-09-25 18:00 Arthur Zamarin
2022-09-25 18:10 Arthur Zamarin
2022-09-25 18:50 Arthur Zamarin
2022-09-25 18:55 Arthur Zamarin
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-25 23:58 Sam James
2022-09-26  4:16 Arthur Zamarin
2022-09-26  5:05 Arthur Zamarin
2023-02-13  3:22 Matt Turner
2023-03-16  4:13 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2024-05-11 17:36 Michał Górny

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=1534494631.5a0eba86fc6a387f3723cec9f4e2589e8a83d8dc.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