[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2024-05-11 Thread Michał Górny
commit: 3e6342b380bf6630c83c1b533b2fb80ca617f2b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 11:00:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 11:03:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6342b3

dev-python/hpack: Fix distfile name

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/Manifest  | 2 +-
 dev-python/hpack/hpack-4.0.0-r1.ebuild | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
index 854dd72c0ae9..6b5558390e71 100644
--- a/dev-python/hpack/Manifest
+++ b/dev-python/hpack/Manifest
@@ -1 +1 @@
-DIST hpack-4.0.0.tar.gz 5301419 BLAKE2B 
0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b
 SHA512 
f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b
+DIST hpack-4.0.0.gh.tar.gz 5301419 BLAKE2B 
0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b
 SHA512 
f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index f11144f203aa..6f140d78135a 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -14,7 +14,11 @@ HOMEPAGE="
https://github.com/python-hyper/hpack/
https://pypi.org/project/hpack/
 "
-SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+# PyPI sdist is missing test fixtures, as of 4.0.0
+SRC_URI="
+   https://github.com/python-hyper/hpack/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2024-05-11 Thread Michał Górny
commit: 8de571729ffde1919dfd3d8621c0eafe63a3cfac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 10:45:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 11:03:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de57172

dev-python/hpack: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-4.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index 213a5bca45cc..f11144f203aa 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2024-04-17 Thread Conrad Kostecki
commit: 297ee7d6823c0421f01eb774cfc754b852ce1850
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Apr 10 18:35:08 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 21:01:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297ee7d6

dev-python/hpack: add missing remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/hpack/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/hpack/metadata.xml b/dev-python/hpack/metadata.xml
index bf52e22daad9..3c801126a927 100644
--- a/dev-python/hpack/metadata.xml
+++ b/dev-python/hpack/metadata.xml
@@ -11,6 +11,7 @@
Cory Benfield

hpack
+   python-hyper/hpack

This module contains a pure-Python HTTP/2 header 
encoding
(HPACK) logic for use in Python programs that implement HTTP/2. 
It



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2023-05-26 Thread Arthur Zamarin
commit: 3feb5f847b0312acd53f70206496adf719cc8dc9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 20:38:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 20:38:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feb5f84

dev-python/hpack: enable py3.12

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/hpack/hpack-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index 3c364d22a005..213a5bca45cc 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/files/

2023-03-17 Thread Arthur Zamarin
commit: 20f19f011ca8103973a8264404f0613f2fcaf33a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Mar 17 12:15:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 12:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f19f01

dev-python/hpack: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../files/hpack-3.0.0-hypothesis-healthcheck.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch 
b/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch
deleted file mode 100644
index aaabac3b3046..
--- a/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/test/conftest.py b/test/conftest.py
-index f5801da..c5e3c66 100644
 a/test/conftest.py
-+++ b/test/conftest.py
-@@ -4,11 +4,16 @@ import os
- import json
- import sys
- 
-+from hypothesis import settings, HealthCheck
- from hypothesis.strategies import text
- 
- if sys.version_info[0] == 2:
- from codecs import open
- 
-+settings.register_profile("gentoo",
-+suppress_health_check=(HealthCheck.too_slow,))
-+settings.load_profile("gentoo")
-+
- # We need to grab one text example from hypothesis to prime its cache.
- text().example()
- 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2023-03-16 Thread Michał Górny
commit: faf4c6df1a18873cb04eba93e0e23e9584ca157e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:09:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf4c6df

dev-python/hpack: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/Manifest  |  1 -
 dev-python/hpack/hpack-3.0.0-r1.ebuild | 44 --
 dev-python/hpack/hpack-3.0.0.ebuild| 40 ---
 3 files changed, 85 deletions(-)

diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
index 5a78d6f92ee8..854dd72c0ae9 100644
--- a/dev-python/hpack/Manifest
+++ b/dev-python/hpack/Manifest
@@ -1,2 +1 @@
-DIST hpack-3.0.0.tar.gz 5305971 BLAKE2B 
d1df8a1b2a1ce8b91e63cab475d3957f937fb74c0bec343d342971be1bb7cfbc929c53cf041845df2965cef0cfb098345bf0612acabc7ef3e5e23f6f0aa44f2f
 SHA512 
7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6
 DIST hpack-4.0.0.tar.gz 5301419 BLAKE2B 
0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b
 SHA512 
f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b

diff --git a/dev-python/hpack/hpack-3.0.0-r1.ebuild 
b/dev-python/hpack/hpack-3.0.0-r1.ebuild
deleted file mode 100644
index 5ce4b72bd759..
--- a/dev-python/hpack/hpack-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="
-   https://python-hyper.org/projects/hpack/en/latest/
-   https://github.com/python-hyper/hpack/
-   https://pypi.org/project/hpack/
-"
-SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-# dev-python/pytest-relaxed causes tests to fail
-BDEPEND="
-   test? (
-   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
-   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch
-)
-
-EPYTEST_DESELECT=(
-   # relies on outdated exception strings
-   test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range
-)
-
-EPYTEST_IGNORE=(
-   bench
-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
deleted file mode 100644
index 5486b7db607d..
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="
-   https://python-hyper.org/hpack/en/latest/
-   https://pypi.org/project/hpack/;
-SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-# dev-python/pytest-relaxed causes tests to fail
-BDEPEND="
-   test? (
-   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
-   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch
-)
-
-python_test() {
-   local deselect=(
-   # relies on outdated exception strings
-   
test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range
-   )
-
-   epytest hpack test ${deselect[@]/#/--deselect }
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-05-12 Thread Michał Górny
commit: 66ec0aa47ac2014634d79f1f518401920a7a7f19
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 15:41:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 16:17:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ec0aa4

dev-python/hpack: EAPI 8, PEP517

Signed-off-by: Michał Górny  gentoo.org>

 .../{hpack-4.0.0-r1.ebuild => hpack-3.0.0-r1.ebuild}   | 18 --
 dev-python/hpack/hpack-4.0.0-r1.ebuild |  3 ++-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-3.0.0-r1.ebuild
similarity index 64%
copy from dev-python/hpack/hpack-4.0.0-r1.ebuild
copy to dev-python/hpack/hpack-3.0.0-r1.ebuild
index e13be709b52f..22154a1a396e 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-3.0.0-r1.ebuild
@@ -12,12 +12,13 @@ DESCRIPTION="Pure-Python HPACK header compression"
 HOMEPAGE="
https://python-hyper.org/projects/hpack/en/latest/
https://github.com/python-hyper/hpack/
-   https://pypi.org/project/hpack/;
+   https://pypi.org/project/hpack/
+"
 SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="
@@ -28,3 +29,16 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch
+)
+
+EPYTEST_DESELECT=(
+   # relies on outdated exception strings
+   test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range
+)
+
+EPYTEST_IGNORE=(
+   bench
+)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index e13be709b52f..3e28dbdeb984 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -12,7 +12,8 @@ DESCRIPTION="Pure-Python HPACK header compression"
 HOMEPAGE="
https://python-hyper.org/projects/hpack/en/latest/
https://github.com/python-hyper/hpack/
-   https://pypi.org/project/hpack/;
+   https://pypi.org/project/hpack/
+"
 SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-05-12 Thread Michał Górny
commit: b76788dc4865947833223425153887412cb68497
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 15:41:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 16:17:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76788dc

dev-python/hpack: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0-r1.ebuild | 2 +-
 dev-python/hpack/hpack-4.0.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0-r1.ebuild 
b/dev-python/hpack/hpack-3.0.0-r1.ebuild
index 22154a1a396e..488e4cb833c9 100644
--- a/dev-python/hpack/hpack-3.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-3.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index 3e28dbdeb984..5831a863b3ee 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-03-15 Thread Michał Górny
commit: 8ea89992a60512194b3d28e59cc4dcdad34e967a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 14:06:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 14:06:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea89992

dev-python/hpack: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-4.0.0.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
deleted file mode 100644
index cdb23ae1bd30..
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="
-   https://python-hyper.org/hpack/en/latest/
-   https://pypi.org/project/hpack/;
-SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-# dev-python/pytest-relaxed causes tests to fail
-BDEPEND="
-   test? (
-   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
-   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-03-15 Thread Jakov Smolić
commit: 371338f5cde317e5ee51e8e92964b5bd75777e0d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 11:35:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 11:35:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371338f5

dev-python/hpack: Stabilize 4.0.0-r1 ALLARCHES, #835204

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/hpack/hpack-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
index 1a0ef6040ee2..27754d034104 100644
--- a/dev-python/hpack/hpack-4.0.0-r1.ebuild
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-02-02 Thread Michał Górny
commit: ddcbacd1cc534a140992e6ae98b47b8fa5607e6e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  2 09:11:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  2 09:26:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcbacd1

dev-python/hpack: Switch to PEP 517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-4.0.0-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/hpack/hpack-4.0.0-r1.ebuild 
b/dev-python/hpack/hpack-4.0.0-r1.ebuild
new file mode 100644
index ..1a0ef6040ee2
--- /dev/null
+++ b/dev-python/hpack/hpack-4.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python HPACK header compression"
+HOMEPAGE="
+   https://python-hyper.org/projects/hpack/en/latest/
+   https://github.com/python-hyper/hpack/
+   https://pypi.org/project/hpack/;
+SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+# dev-python/pytest-relaxed causes tests to fail
+BDEPEND="
+   test? (
+   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-02-02 Thread Michał Górny
commit: 0cd5be6274c64c2b08c398db1e3aa06b177b7c47
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  2 09:01:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  2 09:26:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd5be62

dev-python/hpack: Add pypy3 love

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 dev-python/hpack/hpack-4.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index cfb818a6527a..fe09f7fda4f3 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
index 3c8276b2ff78..cdb23ae1bd30 100644
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-01-27 Thread James Le Cuirot
commit: e139c8869f7e701ab55b544be97d974cc3aa3e3b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 23:40:48 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 23:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e139c886

dev-python/hpack: Keyword 4.0.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/hpack/hpack-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
index 3e785ac0702e..3c8276b2ff78 100644
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2022-01-27 Thread James Le Cuirot
commit: ea1df3012971cc7930dfbce82db29709535b375e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 22:50:17 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 22:55:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1df301

dev-python/hpack: Keyword 3.0.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 99cf18dfe91d..cfb818a6527a 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2021-05-18 Thread Michał Górny
commit: fec9eef953e725bef4f7304266ae0ef46c1a0ff8
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Sun May 16 09:11:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 11:39:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec9eef9

dev-python/hpack: Bump 3.0.0 to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 30 ++
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index b52fcbda705..99cf18dfe91 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -1,42 +1,40 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8,9})
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
 DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="https://python-hyper.org/hpack/en/latest/ 
https://pypi.org/project/hpack/;
+HOMEPAGE="
+   https://python-hyper.org/hpack/en/latest/
+   https://pypi.org/project/hpack/;
 SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
 # dev-python/pytest-relaxed causes tests to fail
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
-   >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
>=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
!!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
)
 "
 
+distutils_enable_tests pytest
+
 PATCHES=(
"${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch
 )
 
-python_prepare_all() {
-   # Remove a test that is not part of the mainstream tests
-   # Also, it's data directory is not included in the release
-   rm test/test_hpack_integration.py || die
-   distutils-r1_python_prepare_all
-}
-
 python_test() {
-   pytest -vv hpack test || die "Tests fail with ${EPYTHON}"
+   local deselect=(
+   # relies on outdated exception strings
+   
test/test_table.py::TestHeaderTable::test_get_by_index_out_of_range
+   )
+
+   epytest hpack test ${deselect[@]/#/--deselect }
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2021-05-09 Thread Michał Górny
commit: 5a68443643206caa60f91f96788345aa15786642
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat May  8 12:31:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 11:35:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a684436

dev-python/hpack: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
index c35586ef47f..3e785ac0702 100644
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-09-30 Thread Sam James
commit: cc6fce7d1e903b2727226381ac56f283e3e0f02d
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 30 23:51:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 30 23:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6fce7d

dev-python/hpack: Stabilize 4.0.0 ALLARCHES, #745537

Signed-off-by: Sam James  gentoo.org>

 dev-python/hpack/hpack-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
index b0734a0afcf..d62e5f28b8a 100644
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-09-30 Thread Michał Górny
commit: dc63fd3dc8a9c524f73992b6ee19be6bffb5fac5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 30 07:56:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 30 07:56:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc63fd3d

dev-python/hpack: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/hpack/metadata.xml b/dev-python/hpack/metadata.xml
index 83d597b0e26..a4853f53cb1 100644
--- a/dev-python/hpack/metadata.xml
+++ b/dev-python/hpack/metadata.xml
@@ -17,4 +17,5 @@
also contains a compatibility layer that automatically enables 
the use
of nghttp2 if it’s available.

+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-09-28 Thread Göktürk Yüksek
commit: 2a89b37db02bdc49633d79415e8fe8789d7832ff
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Sep 28 13:51:56 2020 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Sep 28 13:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a89b37d

dev-python/hpack: keyword for riscv

Bug: https://bugs.gentoo.org/743709
Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="riscv"
Signed-off-by: Göktürk Yüksek  gentoo.org>

 dev-python/hpack/hpack-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
index 3d2885a3931..b0734a0afcf 100644
--- a/dev-python/hpack/hpack-4.0.0.ebuild
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 # dev-python/pytest-relaxed causes tests to fail
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-08-31 Thread Michał Górny
commit: e0adb04717cbdb182b794a7902e512482aaf634a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 31 07:11:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 31 07:26:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0adb047

dev-python/hpack: Bump to 4.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/Manifest   |  1 +
 dev-python/hpack/hpack-4.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
index 9c95e6ee792..5a78d6f92ee 100644
--- a/dev-python/hpack/Manifest
+++ b/dev-python/hpack/Manifest
@@ -1 +1,2 @@
 DIST hpack-3.0.0.tar.gz 5305971 BLAKE2B 
d1df8a1b2a1ce8b91e63cab475d3957f937fb74c0bec343d342971be1bb7cfbc929c53cf041845df2965cef0cfb098345bf0612acabc7ef3e5e23f6f0aa44f2f
 SHA512 
7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6
+DIST hpack-4.0.0.tar.gz 5301419 BLAKE2B 
0164f6aafc0d1f17f6c397efe710503a22501faae3c7dbba4e57ca2dc76e4d373bc5e65bf55acda8bc61975d12f8a2084de0e0c4587539e5a3102e3cf66d562b
 SHA512 
f482d086d7a82649393e3cfea55c98966ce57055cb1826bc4dec1ea334661c02708e7903f2e8e588ee1c30df41373e1de9fb960c2e7bbc18d0ace0b8f97b195b

diff --git a/dev-python/hpack/hpack-4.0.0.ebuild 
b/dev-python/hpack/hpack-4.0.0.ebuild
new file mode 100644
index 000..3d2885a3931
--- /dev/null
+++ b/dev-python/hpack/hpack-4.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python HPACK header compression"
+HOMEPAGE="
+   https://python-hyper.org/hpack/en/latest/
+   https://pypi.org/project/hpack/;
+SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+# dev-python/pytest-relaxed causes tests to fail
+BDEPEND="
+   test? (
+   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-08-04 Thread Michał Górny
commit: 63161b6dd1182ddf9cbd48c5ceaae680de543888
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 21:12:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  4 11:59:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63161b6d

dev-python/hpack: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 3a62a22097c..e19f0adffbc 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9})
+PYTHON_COMPAT=( python3_{6,7,8,9})
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-05-27 Thread Michał Górny
commit: 829a680824ebd6e8b373794c6388fb8111d9722f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 07:46:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 07:46:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829a6808

dev-python/hpack: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index de96e1d0134..3a62a22097c 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9})
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-18 Thread Sergei Trofimovich
commit: ac14f9ce27496190db165bf62dc692a6bcea3460
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb 18 07:06:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 18 08:59:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac14f9ce

dev-python/hpack: stable 3.0.0 for hppa, bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index e3fc99046c2..8f7ed209d65 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-13 Thread Agostino Sarubbo
commit: 5a3d121396ed2ecffe223bd40f31d8ba213c7464
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 13:02:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 13:02:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3d1213

dev-python/hpack: s390 stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 104f7e0f00b..e3fc99046c2 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: 0435c5fb55d2e0e716d8b3a0033f6a4627d8f1ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:29:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:29:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0435c5fb

dev-python/hpack: ppc stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 36fab602b8b..104f7e0f00b 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: 6f96439193879dcb82f063f3260bb0a2fdb64972
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 10:58:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 10:58:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f964391

dev-python/hpack: ppc64 stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 363c6572363..36fab602b8b 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: 24c17c8e94bb633d97bcc04d2586043e52d3c15c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 10:55:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 10:55:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c17c8e

dev-python/hpack: ia64 stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 87795851e8a..363c6572363 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: 844f86b71b3c591bc8671ba1e072c730b0bcaf9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:51:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:51:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844f86b7

dev-python/hpack: x86 stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index d114ea7fb62..87795851e8a 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: f98ba7b0178380c251297c7cb641e9fa0bafd2a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:43:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:43:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98ba7b0

dev-python/hpack: sparc stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index f8308311e6d..d114ea7fb62 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2020-02-11 Thread Agostino Sarubbo
commit: f636f0866395cc0701b57363ef0afa1df71f800e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 08:36:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 08:36:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f636f086

dev-python/hpack: arm stable wrt bug #708944

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 8b32f9ce0ba..f8308311e6d 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2019-12-01 Thread Aaron Bauman
commit: a656be2f5ef262ee96dcf5da15e03e77dad46378
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 02:44:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 02:44:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a656be2f

dev-python/hpack: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index d6235dee735..5e8a8acf5e6 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2019-11-21 Thread Michał Górny
commit: a94217f99b233486eb5af6858ce9f94bc8fe1737
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 21 20:12:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 21 21:25:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94217f9

dev-python/hpack: Enable py3.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-3.0.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 93a872a12ec..65570c88f59 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy)
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy)
 
 inherit distutils-r1
 
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=""
 # dev-python/pytest-relaxed causes tests to fail
@@ -33,5 +34,5 @@ python_prepare_all() {
 }
 
 python_test() {
-   py.test -vv hpack test || die "Tests fail with ${EPYTHON}"
+   pytest -vv hpack test || die "Tests fail with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/, dev-python/hpack/files/

2019-11-21 Thread Michał Górny
commit: c7ac87c444c7595573a3dbd6ca460aee0f125ca4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 21 20:40:37 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 21 21:25:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ac87c4

dev-python/hpack: Disable Hypothesis health checks

Hypothesis health checks are of no use to Gentoo users, and needlessly
cause tests to fail, possibly due to bugs in Hypothesis itself.  Disable
them.

Signed-off-by: Michał Górny  gentoo.org>

 .../files/hpack-3.0.0-hypothesis-healthcheck.patch  | 21 +
 dev-python/hpack/hpack-3.0.0.ebuild |  4 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch 
b/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch
new file mode 100644
index 000..aaabac3b304
--- /dev/null
+++ b/dev-python/hpack/files/hpack-3.0.0-hypothesis-healthcheck.patch
@@ -0,0 +1,21 @@
+diff --git a/test/conftest.py b/test/conftest.py
+index f5801da..c5e3c66 100644
+--- a/test/conftest.py
 b/test/conftest.py
+@@ -4,11 +4,16 @@ import os
+ import json
+ import sys
+ 
++from hypothesis import settings, HealthCheck
+ from hypothesis.strategies import text
+ 
+ if sys.version_info[0] == 2:
+ from codecs import open
+ 
++settings.register_profile("gentoo",
++suppress_health_check=(HealthCheck.too_slow,))
++settings.load_profile("gentoo")
++
+ # We need to grab one text example from hypothesis to prime its cache.
+ text().example()
+ 

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 65570c88f59..d6235dee735 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -26,6 +26,10 @@ DEPEND="${RDEPEND}
)
 "
 
+PATCHES=(
+   "${FILESDIR}"/hpack-3.0.0-hypothesis-healthcheck.patch
+)
+
 python_prepare_all() {
# Remove a test that is not part of the mainstream tests
# Also, it's data directory is not included in the release



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2019-11-21 Thread Michał Górny
commit: 803605f255c7da1417dcd7e71ad3336f7db8669f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 21 21:17:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 21 21:25:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803605f2

dev-python/hpack: Fix remaining MissingTestRestrict

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 15885fcb035..d6771987760 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2019-01-29 Thread Mikle Kolyada
commit: e690e33ebeacbbf57f0facb54b5688b0d835bebb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan 29 13:25:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan 29 13:31:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e690e33e

dev-python/hpack: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 4 ++--
 dev-python/hpack/hpack-3.0.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 5c5ebb06161..43a4c23db3f 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND=""

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 812dcbc6354..bd7d4665050 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2019-01-17 Thread Mikle Kolyada
commit: 017aa17d02c1950cd68fb6fccf4b2791fe93425f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:43:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:43:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017aa17d

dev-python/hpack: Add ~sh keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/hpack/hpack-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index ee4d15d69a5..812dcbc6354 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-08-20 Thread Sergei Trofimovich
commit: 65db07a80fc6dd19faac19cfae8d899c87567f59
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 20 16:34:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 20 18:17:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65db07a8

dev-python/hpack: stable 2.3.0-r1 for sparc, bug #622648

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index b110c9c4eb3..5c5ebb06161 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-07-16 Thread Michał Górny
commit: 2fe8b6c38f5d71797933e2f11537f5ce685401b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 22:41:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 19:57:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe8b6c3

dev-python/hpack: Enable py3.7

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index fb38cffa6cc..ee4d15d69a5 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy)
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-07-15 Thread Michał Górny
commit: 6a46b29ef72c17949a7e1b941b6e0e9d49facee2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 15 06:40:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 15 08:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a46b29e

dev-python/hpack: Remove unnecessary pytest-xdist dep

 dev-python/hpack/hpack-3.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index caefcf33a67..fb38cffa6cc 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -20,7 +20,6 @@ RDEPEND=""
 DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
!!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
)



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-07-14 Thread Michał Górny
commit: a37040e2bd83f976c67192b7853e24dc048b6905
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 22:34:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 14 22:44:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37040e2

dev-python/hpack: Remove unnecessary pytest-cov dep

 dev-python/hpack/hpack-3.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 07eac8c2bbc..44e8da1d9ac 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -20,7 +20,6 @@ RDEPEND=""
 DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
!!dev-python/pytest-relaxed[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-07-14 Thread Michał Górny
commit: 8dd339c957b1a97153aa41ac466ba31dd3d9dc3f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 22:38:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 14 22:44:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd339c9

dev-python/hpack: Simplify test phase

 dev-python/hpack/hpack-3.0.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 44e8da1d9ac..caefcf33a67 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -34,7 +34,5 @@ python_prepare_all() {
 }
 
 python_test() {
-   PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-   py.test -v hpack test/|| die
-   cd test
+   py.test -vv hpack test || die "Tests fail with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-05-04 Thread Mart Raudsepp
commit: e60a871497b85de7ecd378440abb194ea0c4c4e7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  4 14:47:54 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  4 15:17:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60a8714

dev-python/hpack-2.3.0-r1: arm64 stable

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index bb2be6eddbb..b110c9c4eb3 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-04-05 Thread Matt Turner
commit: 7ed6556c05a775e4dc1baf060b1edb2002744f0f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr  6 05:22:26 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr  6 05:22:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed6556c

dev-python/hpack-3.0.0: added ~mips, bug 605122

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index ba0df3e83ba..d28a69c82da 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-03-30 Thread Sergei Trofimovich
commit: d94afa6cd712a59ae48b928794e2eafb9ebf4cca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 30 18:07:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 30 18:08:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94afa6c

dev-python/hpack: stable 2.3.0-r1 for hppa, bug #622648

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="hppa"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 4912f9218fd..3dda7d73fe8 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-02-22 Thread Michał Górny
commit: c05c01c8181692b5346c6b5ef16e0aa31bd4ec0e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 16:40:35 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 17:01:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05c01c8

dev-python/hpack: Tested on ~amd64-fbsd

 dev-python/hpack/hpack-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 72efb5d5326..ffec554ffc1 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2018-02-22 Thread Michał Górny
commit: 4e550c77abdd5557ac313db8e516f8e1b3fdffcf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 16:42:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 17:01:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e550c77

dev-python/hpack: Block dev-python/pytest-relaxed rogue plugin

 dev-python/hpack/hpack-3.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index ffec554ffc1..ba0df3e83ba 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -16,12 +16,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~sparc ~x86 ~amd64-f
 IUSE="test"
 
 RDEPEND=""
+# dev-python/pytest-relaxed causes tests to fail
 DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
>=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+   !!dev-python/pytest-relaxed[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-12-13 Thread Sergei Trofimovich
commit: c2d12c0b8e926fc874f0a958709cadbcd2d13f58
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:13:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d12c0b

dev-python/hpack: keyworded 3.0.0 for sparc, bug #605122 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index f4c42fd21be..72efb5d5326 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-12-13 Thread Sergei Trofimovich
commit: a60bba126d5c71afdb8b9eaaa540aa9ba81ca258
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:13:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60bba12

dev-python/hpack: keyworded 2.3.0-r1 for sparc, bug #605122 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 4a0fed57c12..4912f9218fd 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-10-28 Thread Sergei Trofimovich
commit: 6511f7ed184cbd5cedc95e981061612c4bda50f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 28 22:33:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 28 22:34:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6511f7ed

dev-python/hpack: stable 2.3.0-r1 for ia64, bug #635418

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index cb4eb89e153..4a0fed57c12 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-09-28 Thread Michael Palimaka
commit: e62ab4e79ae350290b83567b8f481e9ee4e906dd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 28 12:51:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 28 13:42:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62ab4e7

dev-python/hpack: stabilise 2.3.0-r1 for arm using ALLARCHES

Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 7b883c6f7ad..cb4eb89e153 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-07-02 Thread Sergei Trofimovich
commit: e708406263cd03ce448b2d14eeb27df37e499f83
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  2 14:55:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  2 14:55:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7084062

dev-python/hpack: ia64 keyworded, bug #605122

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index e8e4abe7d12..2b578ea543c 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-07-02 Thread Sergei Trofimovich
commit: d1a611dd185651ddfdf65e7ddeb002c96ce57c6a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  2 14:57:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  2 14:57:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a611dd

dev-python/hpack: ia64 keyworded, bug #605122

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/hpack/hpack-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-3.0.0.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
index 67d5b0266c6..f4c42fd21be 100644
--- a/dev-python/hpack/hpack-3.0.0.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-06-28 Thread Agostino Sarubbo
commit: f740dad36791b44976ebdc4b2c828ab9be996363
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 28 13:16:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 28 13:16:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f740dad3

dev-python/hpack: amd64 stable wrt bug #622648

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index eeb614441e9..bcb303ec7fa 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-06-26 Thread Tobias Klausmann
commit: c4de89a01e7d1bbac45a8635adf6921e3a217763
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 26 20:18:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 26 20:18:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4de89a0

dev-python/hpack-2.3.0-r1: add alpha keyword

Gentoo-Bug: 622648

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index d4a79cf5156..eeb614441e9 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-06-09 Thread Brian Dolbec
commit: e1dc42245d39d635175f5ae42c234eed7f4a21a9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jun  9 16:45:32 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jun  9 18:18:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dc4224

dev-python/hpack: Version bump

Update HOMEPAGE

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-python/hpack/Manifest  | 1 +
 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 dev-python/hpack/{hpack-2.3.0-r1.ebuild => hpack-3.0.0.ebuild} | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
index a74bd98c2af..21c7ef9c83f 100644
--- a/dev-python/hpack/Manifest
+++ b/dev-python/hpack/Manifest
@@ -1 +1,2 @@
 DIST hpack-2.3.0.tar.gz 41610 SHA256 
51bd9aa8151efd190d70fe87991b1e3b79be0f93f0e34088fba2a8d34877a0a9 SHA512 
a3d13da105482bb258ee3a2314b2629215028777f84127f71359f08819c96af088a3952bb0a74435472035d10ee6e3943cdad689a28f04cbc12cddcc4af9a8a7
 WHIRLPOOL 
8f47b6c2a78f915b009c35ecefa517486c27eb45f0b99834718152e14f9e934c23d52981c87b0c39af28fb9cb58d94e5eda07db2e999c37900b76b7aefd64b08
+DIST hpack-3.0.0.tar.gz 5305971 SHA256 
0f8f5f92cfa59f91804eabb237d4b18895f3e200e282c41cedf6cd11a4416daa SHA512 
7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6
 WHIRLPOOL 
3252253a9f489d5bf4bc8ef243f576c99f5fa9a49d2767ca1e7f59ba15da1e00de3b083e6e64f69bb8c3c32bf27b177d94b3cf1aba1c726d473d7b062403

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index c668992919b..d4a79cf5156 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 inherit distutils-r1
 
 DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="http://python-hyper.org/hpack https://pypi.python.org/pypi/hpack;
+HOMEPAGE="https://python-hyper.org/hpack/en/latest/ 
https://pypi.python.org/pypi/hpack;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-3.0.0.ebuild
similarity index 83%
copy from dev-python/hpack/hpack-2.3.0-r1.ebuild
copy to dev-python/hpack/hpack-3.0.0.ebuild
index c668992919b..67d5b0266c6 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-3.0.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 inherit distutils-r1
 
 DESCRIPTION="Pure-Python HPACK header compression"
-HOMEPAGE="http://python-hyper.org/hpack https://pypi.python.org/pypi/hpack;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="https://python-hyper.org/hpack/en/latest/ 
https://pypi.python.org/pypi/hpack;
+SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-05-26 Thread Tobias Klausmann
commit: 8c698b7cf80389e15221025e2377da03f442e6c5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 26 08:25:02 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 26 10:16:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c698b7c

dev-python/hpack-2.3.0-r1: add ~alpha keyword

Gentoo-Bug: 605122

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index de2318256d6..c668992919b 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-03-22 Thread Markus Meier
commit: 44833fcd435ad4b880844fd32bc66795c5266842
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:44:36 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:47:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44833fcd

dev-python/hpack: add ~arm64, bug #605122

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 05bec32b430..de2318256d6 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-03-12 Thread Anthony G. Basile
commit: 7583d4b07c98d99caecc2109d296e7f3493d3109
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 12 12:23:44 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 12 12:30:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7583d4b0

dev-python/hpack: keyword ~ppc ~ppc64, bug #605122

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index c311fddd4fd..05bec32b430 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-02-19 Thread Markus Meier
commit: 67fc592ca52fd55f430401b14f66c44efa794cea
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Feb 19 08:37:56 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Feb 19 08:37:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fc592c

dev-python/hpack: add ~arm, bug #605122

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index 70ba1bdc6b..ea7045b6e6 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-02-12 Thread Zac Medico
commit: 2ebf3d320b1dc95bab0d3011520928d04b1ea8eb
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Feb 12 08:36:43 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Feb 12 22:19:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebf3d32

dev-python/hpack: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index d8e0518d1d..70ba1bdc6b 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-01-24 Thread Jeroen Roovers
commit: fadab3a078dc1f37d45cbed407883af327df2716
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 25 06:30:23 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 25 06:39:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadab3a0

dev-python/hpack: Mark ~hppa (bug #605122).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
index f394d12..d8e0518 100644
--- a/dev-python/hpack/hpack-2.3.0-r1.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2017-01-24 Thread Brian Dolbec
commit: 0f473fd29435e72900d65aada852c78d2250fa99
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 24 15:06:41 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jan 24 15:07:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f473fd2

dev-python/hpack: Revision bump, remove doc from IUSE

Documentation is not included in the release tarball.
Is available online only.

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 .../hpack/{hpack-2.3.0.ebuild => hpack-2.3.0-r1.ebuild}  | 16 ++--
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/dev-python/hpack/hpack-2.3.0.ebuild 
b/dev-python/hpack/hpack-2.3.0-r1.ebuild
similarity index 78%
rename from dev-python/hpack/hpack-2.3.0.ebuild
rename to dev-python/hpack/hpack-2.3.0-r1.ebuild
index 7bd3591..f394d12 100644
--- a/dev-python/hpack/hpack-2.3.0.ebuild
+++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,13 +14,10 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
test? (
>=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
>=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
@@ -36,17 +33,8 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile_all(){
-   use doc && emake -C docs html
-}
-
 python_test() {
PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
py.test -v hpack test/|| die
cd test
 }
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2016-10-21 Thread Brian Dolbec
commit: 3b69c30b6397ca2fc4beb72ee62aab6a949760de
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Oct 22 01:11:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Oct 22 01:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b69c30b

dev-python/hpack: Fix metadata.xml email address typo

Package-Manager: portage-2.3.2

 dev-python/hpack/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hpack/metadata.xml b/dev-python/hpack/metadata.xml
index e0b56ef..69a604f 100644
--- a/dev-python/hpack/metadata.xml
+++ b/dev-python/hpack/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   dol-...@gentoo.org
+   dol...@gentoo.org
Primary maintainer





[gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/

2016-10-07 Thread Brian Dolbec
commit: 74bbfed18d48ae0f067e3048baa9ff4fc8ae5285
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep 30 22:53:13 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Oct  7 18:11:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bbfed1

dev-python/hpack: New package, dependency for dev-python/hyper-h2

Also an indirect dependency of dev-python/twisted

Package-Manager: portage-2.3.1

 dev-python/hpack/Manifest   |  1 +
 dev-python/hpack/hpack-2.3.0.ebuild | 52 +
 dev-python/hpack/metadata.xml   | 24 +
 3 files changed, 77 insertions(+)

diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest
new file mode 100644
index ..a74bd98
--- /dev/null
+++ b/dev-python/hpack/Manifest
@@ -0,0 +1 @@
+DIST hpack-2.3.0.tar.gz 41610 SHA256 
51bd9aa8151efd190d70fe87991b1e3b79be0f93f0e34088fba2a8d34877a0a9 SHA512 
a3d13da105482bb258ee3a2314b2629215028777f84127f71359f08819c96af088a3952bb0a74435472035d10ee6e3943cdad689a28f04cbc12cddcc4af9a8a7
 WHIRLPOOL 
8f47b6c2a78f915b009c35ecefa517486c27eb45f0b99834718152e14f9e934c23d52981c87b0c39af28fb9cb58d94e5eda07db2e999c37900b76b7aefd64b08

diff --git a/dev-python/hpack/hpack-2.3.0.ebuild 
b/dev-python/hpack/hpack-2.3.0.ebuild
new file mode 100644
index ..7bd3591
--- /dev/null
+++ b/dev-python/hpack/hpack-2.3.0.ebuild
@@ -0,0 +1,52 @@
+# 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="Pure-Python HPACK header compression"
+HOMEPAGE="http://python-hyper.org/hpack https://pypi.python.org/pypi/hpack;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   # Remove a test that is not part of the mainstream tests
+   # Also, it's data directory is not included in the release
+   rm test/test_hpack_integration.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all(){
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+   py.test -v hpack test/|| die
+   cd test
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/hpack/metadata.xml b/dev-python/hpack/metadata.xml
new file mode 100644
index ..e0b56ef
--- /dev/null
+++ b/dev-python/hpack/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   c...@lukasa.co.uk
+   Cory Benfield
+   
+   hpack
+   
+   This module contains a pure-Python HTTP/2 header 
encoding
+   (HPACK) logic for use in Python programs that implement HTTP/2. 
It
+   also contains a compatibility layer that automatically enables 
the use
+   of nghttp2 if it’s available.
+   
+