From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/
Date: Fri, 7 Oct 2016 18:11:28 +0000 (UTC) [thread overview]
Message-ID: <1475863871.be2b87c28323077a66d5d6512f61ad0cf78e87a3.dolsen@gentoo> (raw)
commit: be2b87c28323077a66d5d6512f61ad0cf78e87a3
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 22:55:01 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 18:11:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2b87c2
dev-python/hyperframe: New package, dependency of dev-python/hyper-h2
Also an indirect dependency of dev-python/twisted
Package-Manager: portage-2.3.1
dev-python/hyperframe/Manifest | 1 +
dev-python/hyperframe/hyperframe-4.0.1.ebuild | 20 ++++++++++++++++++++
dev-python/hyperframe/metadata.xml | 23 +++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/hyperframe/Manifest b/dev-python/hyperframe/Manifest
new file mode 100644
index 00000000..79cd12c
--- /dev/null
+++ b/dev-python/hyperframe/Manifest
@@ -0,0 +1 @@
+DIST hyperframe-4.0.1.tar.gz 16110 SHA256 8a57365b9c5046819fb7bb9c47eb4b44fd4385b976edf3518940f11725c04e43 SHA512 0970faf8711b12b4be2cb4a41b4be6d067eea57c40ee063e2ea0c15b148f1eed0214b29c9e8a4341ed453edd8679b55f290c3818157d66f247dc4ab8e3d369b9 WHIRLPOOL ad7283e6f70dabaf932ba77600ededeca357b6fb97ea3e32e2a9d687474bea15618dfc69b3ce8b4864563d05813472e0ddb6000c59f890b3c2fff4b2d8a4a500
diff --git a/dev-python/hyperframe/hyperframe-4.0.1.ebuild b/dev-python/hyperframe/hyperframe-4.0.1.ebuild
new file mode 100644
index 00000000..f9070cf
--- /dev/null
+++ b/dev-python/hyperframe/hyperframe-4.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP/2 framing layer for Python"
+HOMEPAGE="http://python-hyper.org/hyperframe https://pypi.python.org/pypi/hyperframe"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/hyperframe/metadata.xml b/dev-python/hyperframe/metadata.xml
new file mode 100644
index 00000000..0d50723
--- /dev/null
+++ b/dev-python/hyperframe/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dol-sen@gentoo.org</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>cory@lukasa.co.uk</email>
+ <name>Cory Benfield</name>
+ </maintainer>
+ <remote-id type="pypi">hyperframe</remote-id>
+ </upstream>
+ <longdescription>This library contains the HTTP/2 framing code used in the
+ hyper project. It provides a pure-Python codebase that is capable of
+ decoding a binary stream into HTTP/2 frames.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2016-10-07 18:11 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 18:11 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-22 1:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/ Brian Dolbec
2017-01-25 6:39 Jeroen Roovers
2017-02-12 7:06 Zac Medico
2017-02-19 8:40 Markus Meier
2017-03-12 12:30 Anthony G. Basile
2017-03-22 19:48 Markus Meier
2017-03-29 1:43 Brian Dolbec
2017-05-26 10:16 Tobias Klausmann
2017-06-09 18:18 Brian Dolbec
2017-06-26 20:18 Tobias Klausmann
2017-06-28 13:19 Agostino Sarubbo
2017-07-02 15:02 Sergei Trofimovich
2017-07-02 15:02 Sergei Trofimovich
2017-09-28 13:42 Michael Palimaka
2017-10-28 22:34 Sergei Trofimovich
2017-12-13 22:15 Sergei Trofimovich
2017-12-13 22:15 Sergei Trofimovich
2018-01-04 20:35 Michał Górny
2018-02-22 17:02 Michał Górny
2018-03-30 18:08 Sergei Trofimovich
2018-04-06 5:23 Matt Turner
2018-05-04 15:17 Mart Raudsepp
2018-07-15 8:37 Michał Górny
2018-07-16 19:57 Michał Górny
2018-08-20 18:17 Sergei Trofimovich
2019-01-05 17:19 Mikle Kolyada
2019-01-17 20:45 Mikle Kolyada
2019-11-21 21:25 Michał Górny
2019-12-02 2:48 Aaron Bauman
2020-02-11 8:36 Agostino Sarubbo
2020-02-11 9:43 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11 10:58 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-13 13:03 Agostino Sarubbo
2020-02-16 13:51 Sergei Trofimovich
2020-05-04 11:07 Michał Górny
2020-05-27 7:52 Michał Górny
2020-08-04 12:01 Michał Górny
2020-09-06 15:25 Michał Górny
2020-10-01 14:04 Michał Górny
2020-10-01 22:33 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-10-01 23:06 Sergei Trofimovich
2020-10-02 20:41 Sam James
2021-04-18 7:05 Michał Górny
2021-05-09 11:35 Michał Górny
2021-05-18 11:40 Michał Górny
2021-05-19 3:23 Sam James
2021-05-19 7:11 Michał Górny
2022-01-27 22:56 James Le Cuirot
2022-01-27 23:41 James Le Cuirot
2022-02-02 9:27 Michał Górny
2022-02-02 9:27 Michał Górny
2022-03-15 11:36 Jakov Smolić
2022-03-15 14:10 Michał Górny
2022-05-12 16:17 Michał Górny
2022-05-12 16:17 Michał Górny
2023-03-16 3:50 Michał Górny
2023-03-16 18:13 Michał Górny
2023-05-27 15:42 Sam James
2024-05-11 11:05 Michał Górny
2025-01-23 5:39 Michał Górny
2025-02-08 10:47 Arthur Zamarin
2025-02-08 11:45 Michał Górny
2025-02-15 11:30 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=1475863871.be2b87c28323077a66d5d6512f61ad0cf78e87a3.dolsen@gentoo \
--to=dolsen@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