summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-26 08:22:18 +0100
committerSam James <sam@gentoo.org>2022-08-26 08:22:18 +0100
commitde46607ddb5e1099418cce18c7a1061102bb3948 (patch)
treee6c584e50db92764917f9c703ddcd7942d221a2d
parentdev-python/pytest-twisted: add python@, rejig metadata.xml layout, add pypi r... (diff)
downloadgentoo-de46607d.tar.gz
gentoo-de46607d.tar.bz2
gentoo-de46607d.zip
dev-python/pytest-twisted: fix BadDescription, PythonGHDistfileSuffix
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pytest-twisted/Manifest2
-rw-r--r--dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pytest-twisted/Manifest b/dev-python/pytest-twisted/Manifest
index dc6c53d82ef4..6b18234e3f8b 100644
--- a/dev-python/pytest-twisted/Manifest
+++ b/dev-python/pytest-twisted/Manifest
@@ -1 +1 @@
-DIST pytest-twisted-1.13.4.tar.gz 15687 BLAKE2B 8e1024da02a5a1c9c33df96c18a355b9be5757446d9f5495ba1f043c15a2e44efd6e59693986a0684d77b8518393ce9f382d62e3d1e5b903876e8cff34efb427 SHA512 99899ad73f87582023a0e639986a287b4571638be4f1ae134078a15a4d4bebd24153f813c993382603edc14306c12931e2daf517d7998e48d3d19b8469c0b7aa
+DIST pytest-twisted-1.13.4.gh.tar.gz 15687 BLAKE2B 8e1024da02a5a1c9c33df96c18a355b9be5757446d9f5495ba1f043c15a2e44efd6e59693986a0684d77b8518393ce9f382d62e3d1e5b903876e8cff34efb427 SHA512 99899ad73f87582023a0e639986a287b4571638be4f1ae134078a15a4d4bebd24153f813c993382603edc14306c12931e2daf517d7998e48d3d19b8469c0b7aa
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
index 7f0af08f78f5..6be311bf9bd5 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild
@@ -4,13 +4,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
-
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-DESCRIPTION="pytest-twisted is a plugin for pytest that allows you to test code which uses the twisted framework"
+DESCRIPTION="A pytest plugin for testing Twisted framework consumers"
HOMEPAGE="https://github.com/pytest-dev/pytest-twisted"
-SRC_URI="https://github.com/pytest-dev/pytest-twisted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/pytest-dev/pytest-twisted/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"