public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/
Date: Mon, 24 Oct 2016 23:17:33 +0000 (UTC)	[thread overview]
Message-ID: <1477350962.c9a278adfe18c17ef66e87379aa49a19cf66fd2b.dolsen@gentoo> (raw)

commit:     c9a278adfe18c17ef66e87379aa49a19cf66fd2b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 23:10:35 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 23:16:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a278ad

dev-python/hyper-h2: Version bump, bugfix release

Package-Manager: portage-2.3.2

 dev-python/hyper-h2/Manifest              |  1 +
 dev-python/hyper-h2/hyper-h2-2.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest
index 5dad240..ebdc53b 100644
--- a/dev-python/hyper-h2/Manifest
+++ b/dev-python/hyper-h2/Manifest
@@ -1 +1,2 @@
 DIST hyper-h2-2.4.0.tar.gz 77440 SHA256 c673efad0b8ee3c3c604375dd5e0c3dbc74f3c4e0385dae120d22b7d6f6ec301 SHA512 76835d6c97d4aed515b460bdbbcb8aea1ea061a416386cadf66a0e9b3c213a9ffe67948ce49b922d99e1895615a03159aa6aed198857e1ce73eb734b8bd9a016 WHIRLPOOL 9a5c1d313f53ee842403c77a8324aa432ff3d04d3d3737f6f7da83e5ff85e51ea6794419fa8886368cf34d4a7be3ff3b7ed19eb13a74ef8318fad738a71b9ef4
+DIST hyper-h2-2.4.1.tar.gz 78056 SHA256 a914161895f60a16d7049386c77f2eee72af7fd49b117856033906e16110c9f4 SHA512 f7a29350a3f31740acf6fc199fb5f3fa06d751abcfbf5a2742370c40c656417ccc659d49b9754e5faeb09ad121c362a478076af81325644d04473d56fc83b07a WHIRLPOOL 4917deb305cca78a6cc8fcfeb34e8f4ef8982c213edc7c3f242422e992d1105ccb151168ad7387fd53faca6061a693cf76f7cb3f91880470cd7bf03bb7a73b26

diff --git a/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild b/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
new file mode 100644
index 00000000..fbf71d6
--- /dev/null
+++ b/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
@@ -0,0 +1,31 @@
+# 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
+
+MY_PN="h2"
+
+DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
+HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2"
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
+	<dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}]
+	>=dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
+	<dev-python/hpack-3.0.0[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' python2_7)
+	$(python_gen_cond_dep '<dev-python/enum34-2.0.0[${PYTHON_USEDEP}]' python2_7)
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_PN}-${PV}


             reply	other threads:[~2016-10-24 23:17 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-24 23:17 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-06  7:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/ Michał Górny
2020-10-02 20:41 Sam James
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-10-01 22:33 Sergei Trofimovich
2020-09-28 13:53 Göktürk Yüksek
2020-09-20  6:28 Michał Górny
2020-08-04 12:01 Michał Górny
2020-05-27  7:52 Michał Górny
2020-05-04 11:07 Michał Górny
2020-03-27 11:35 Michał Górny
2020-03-27 11:35 Michał Górny
2020-02-18  8:59 Sergei Trofimovich
2020-02-13 13:03 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 10:58 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-11  8:36 Agostino Sarubbo
2020-02-10 10:54 Michał Górny
2020-02-10 10:54 Michał Górny
2019-12-02  2:48 Aaron Bauman
2019-11-21 21:25 Michał Górny
2019-01-17 20:45 Mikle Kolyada
2018-12-31 10:21 Mikle Kolyada
2018-08-20 18:17 Sergei Trofimovich
2018-07-16 19:57 Michał Górny
2018-07-15  8:37 Michał Górny
2018-05-04 15:17 Mart Raudsepp
2018-04-06  5:23 Matt Turner
2018-03-30 18:08 Sergei Trofimovich
2018-03-18 19:19 Michał Górny
2018-02-22 17:02 Michał Górny
2018-01-04 20:35 Michał Górny
2017-12-13 22:15 Sergei Trofimovich
2017-10-28 22:34 Sergei Trofimovich
2017-09-28 13:42 Michael Palimaka
2017-07-02 15:02 Sergei Trofimovich
2017-07-02 15:02 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2017-06-26 20:18 Tobias Klausmann
2017-06-14 17:00 Brian Dolbec
2017-06-14 16:44 Brian Dolbec
2017-06-10 13:17 Brian Dolbec
2017-06-09 18:18 Brian Dolbec
2017-05-26 10:16 Tobias Klausmann
2017-05-03  9:26 Michał Górny
2017-03-29  1:43 Brian Dolbec
2017-03-22 19:48 Markus Meier
2017-03-12 12:30 Anthony G. Basile
2017-02-19  8:40 Markus Meier
2017-02-12 22:20 Zac Medico
2017-01-25  6:39 Jeroen Roovers
2016-12-25 12:42 Manuel Rüger
2016-12-24 21:54 Brian Dolbec
2016-10-28  1:27 Brian Dolbec
2016-10-22  1:26 Brian Dolbec
2016-10-07 18:11 Brian Dolbec

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=1477350962.c9a278adfe18c17ef66e87379aa49a19cf66fd2b.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