[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/, dev-python/hypercorn/files/

2022-03-10 Thread Alessandro Barbieri
commit: 061c9934633875c69d045a7667446e09b33f1881
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:47:51 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:47:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=061c9934

dev-python/hypercorn: add 0.13.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/hypercorn/Manifest  |  1 +
 .../files/hypercorn-0.13.2-no-coverage.patch   | 11 +
 dev-python/hypercorn/hypercorn-0.13.2.ebuild   | 49 ++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/hypercorn/Manifest b/dev-python/hypercorn/Manifest
index 6274153d0..40a30786e 100644
--- a/dev-python/hypercorn/Manifest
+++ b/dev-python/hypercorn/Manifest
@@ -1 +1,2 @@
 DIST hypercorn-0.11.2.tar.gz 150475 BLAKE2B 
fa2c2572fe61aa09bfa62691ac18a8d0149a2e31dda82c77c4fc6ff2720739a824e05ff754d9aec9c499e6c02fb77e1f0a2bd4e3efbb3154730fc369f91b949c
 SHA512 
7d90f654445cc3db6cec001ac8523513dec78bd8bce03ddfb56cd46b999c6d5b4f44a7853f2e88673c3e288c104adae3d105c8c8147f306656136cbb9771b289
+DIST hypercorn-0.13.2.tar.gz 151984 BLAKE2B 
b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402
 SHA512 
c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd84387e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e

diff --git a/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch 
b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
new file mode 100644
index 0..78609bd73
--- /dev/null
+++ b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -88,7 +88,7 @@
+ ignore_missing_imports = true
+ 
+ [tool.pytest.ini_options]
+-addopts = "--no-cov-on-fail --showlocals --strict-markers"
++addopts = "--showlocals --strict-markers"
+ testpaths = ["tests"]
+ 
+ [build-system]

diff --git a/dev-python/hypercorn/hypercorn-0.13.2.ebuild 
b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
new file mode 100644
index 0..6346ab8cb
--- /dev/null
+++ b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+DOCS_BUILDER="sphinx"
+DOCS_DEPEND="
+   dev-python/sphinxcontrib-napoleon
+   dev-python/pydata-sphinx-theme
+"
+DOCS_DIR="${S}/docs"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 docs
+
+DESCRIPTION="ASGI Server based on Hyper libraries and inspired by Gunicorn"
+HOMEPAGE="
+   https://pgjones.gitlab.io/hypercorn
+   https://gitlab.com/pgjones/hypercorn
+   https://github.com/pgjones/hypercorn
+   https://pypi.org/project/Hypercorn/
+"
+SRC_URI="https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/h11[${PYTHON_USEDEP}]
+   >=dev-python/h2-3.1.0[${PYTHON_USEDEP}]
+   dev-python/priority[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   >=dev-python/mock-4[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" )
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/, dev-python/hypercorn/files/

2021-07-04 Thread Alessandro Barbieri
commit: d60b2ff1e30f2cf31c8879e9854e0aefd1d1922b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul  5 01:20:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul  5 01:20:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d60b2ff1

dev-python/hypercorn: ebuild maintenance

Closes: https://bugs.gentoo.org/784044
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../hypercorn/files/hypercorn-0.11.2-no-coverage.patch |  9 +
 dev-python/hypercorn/hypercorn-0.11.2.ebuild   | 18 ++
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch 
b/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch
new file mode 100644
index 0..8c3f4210a
--- /dev/null
+++ b/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch
@@ -0,0 +1,9 @@
+--- a/setup.cfg
 b/setup.cfg
+@@ -43,5 +43,5 @@
+ ignore_missing_imports = True
+ 
+ [tool:pytest]
+-addopts = --no-cov-on-fail --showlocals
++addopts = --showlocals
+ testpaths = tests

diff --git a/dev-python/hypercorn/hypercorn-0.11.2.ebuild 
b/dev-python/hypercorn/hypercorn-0.11.2.ebuild
index 56221e820..181ee3e08 100644
--- a/dev-python/hypercorn/hypercorn-0.11.2.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.11.2.ebuild
@@ -3,20 +3,20 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 DOCS_BUILDER="sphinx"
 DOCS_DEPEND="
dev-python/sphinxcontrib-napoleon
dev-python/pydata-sphinx-theme
 "
 DOCS_DIR="${S}/docs"
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1 docs optfeature
 
 DESCRIPTION="ASGI Server based on Hyper libraries and inspired by Gunicorn"
 HOMEPAGE="
+   https://pgjones.gitlab.io/hypercorn
https://gitlab.com/pgjones/hypercorn
https://github.com/pgjones/hypercorn
https://pypi.org/project/Hypercorn
@@ -33,29 +33,23 @@ RDEPEND="
dev-python/priority[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
>=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' 
python3_7)
 "
 BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
>=dev-python/mock-4[${PYTHON_USEDEP}]
-