Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-twisted/
Date: Fri, 26 Aug 2022 07:22:44
Message-Id: 1661498538.de46607ddb5e1099418cce18c7a1061102bb3948.sam@gentoo
1 commit: de46607ddb5e1099418cce18c7a1061102bb3948
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 07:22:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 07:22:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de46607d
7
8 dev-python/pytest-twisted: fix BadDescription, PythonGHDistfileSuffix
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pytest-twisted/Manifest | 2 +-
13 dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild | 5 ++---
14 2 files changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/pytest-twisted/Manifest b/dev-python/pytest-twisted/Manifest
17 index dc6c53d82ef4..6b18234e3f8b 100644
18 --- a/dev-python/pytest-twisted/Manifest
19 +++ b/dev-python/pytest-twisted/Manifest
20 @@ -1 +1 @@
21 -DIST pytest-twisted-1.13.4.tar.gz 15687 BLAKE2B 8e1024da02a5a1c9c33df96c18a355b9be5757446d9f5495ba1f043c15a2e44efd6e59693986a0684d77b8518393ce9f382d62e3d1e5b903876e8cff34efb427 SHA512 99899ad73f87582023a0e639986a287b4571638be4f1ae134078a15a4d4bebd24153f813c993382603edc14306c12931e2daf517d7998e48d3d19b8469c0b7aa
22 +DIST pytest-twisted-1.13.4.gh.tar.gz 15687 BLAKE2B 8e1024da02a5a1c9c33df96c18a355b9be5757446d9f5495ba1f043c15a2e44efd6e59693986a0684d77b8518393ce9f382d62e3d1e5b903876e8cff34efb427 SHA512 99899ad73f87582023a0e639986a287b4571638be4f1ae134078a15a4d4bebd24153f813c993382603edc14306c12931e2daf517d7998e48d3d19b8469c0b7aa
23
24 diff --git a/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
25 index 7f0af08f78f5..6be311bf9bd5 100644
26 --- a/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
27 +++ b/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
28 @@ -4,13 +4,12 @@
29 EAPI=8
30
31 PYTHON_COMPAT=( python3_{8..11} )
32 -
33 DISTUTILS_USE_PEP517=setuptools
34 inherit distutils-r1
35
36 -DESCRIPTION="pytest-twisted is a plugin for pytest that allows you to test code which uses the twisted framework"
37 +DESCRIPTION="A pytest plugin for testing Twisted framework consumers"
38 HOMEPAGE="https://github.com/pytest-dev/pytest-twisted"
39 -SRC_URI="https://github.com/pytest-dev/pytest-twisted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/pytest-dev/pytest-twisted/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
41
42 LICENSE="BSD"
43 SLOT="0"