Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/
Date: Tue, 31 May 2022 07:27:08
Message-Id: 1653982008.1e2188c288a3110ce612edc0552e6d637add2941.cybertailor@gentoo
1 commit: 1e2188c288a3110ce612edc0552e6d637add2941
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 06:53:33 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2188c2
7
8 dev-python/hypercorn: update SRC_URI
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/hypercorn/Manifest | 2 +-
13 dev-python/hypercorn/hypercorn-0.13.2.ebuild | 7 +++----
14 2 files changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/hypercorn/Manifest b/dev-python/hypercorn/Manifest
17 index b2361427e..08d494604 100644
18 --- a/dev-python/hypercorn/Manifest
19 +++ b/dev-python/hypercorn/Manifest
20 @@ -1 +1 @@
21 -DIST hypercorn-0.13.2.tar.gz 151984 BLAKE2B b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402 SHA512 c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd8438aaaa7e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e
22 +DIST hypercorn-0.13.2.gh.tar.gz 151984 BLAKE2B b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402 SHA512 c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd8438aaaa7e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e
23
24 diff --git a/dev-python/hypercorn/hypercorn-0.13.2.ebuild b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
25 index 2911fac5d..2b56db096 100644
26 --- a/dev-python/hypercorn/hypercorn-0.13.2.ebuild
27 +++ b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
28 @@ -3,6 +3,7 @@
29
30 EAPI=8
31
32 +# bug #834994
33 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
34 PYTHON_COMPAT=( python3_{8..10} )
35 inherit distutils-r1
36 @@ -14,7 +15,7 @@ HOMEPAGE="
37 https://github.com/pgjones/hypercorn
38 https://pypi.org/project/hypercorn/
39 "
40 -SRC_URI="https://github.com/pgjones/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 +SRC_URI="https://github.com/pgjones/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
42
43 LICENSE="MIT"
44 SLOT="0"
45 @@ -41,6 +42,4 @@ PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" )
46
47 distutils_enable_tests pytest
48
49 -distutils_enable_sphinx docs \
50 - dev-python/sphinxcontrib-napoleon \
51 - dev-python/pydata-sphinx-theme
52 +distutils_enable_sphinx docs dev-python/pydata-sphinx-theme