From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E286B158094 for ; Fri, 26 Aug 2022 07:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C41E088C; Fri, 26 Aug 2022 07:22:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ABEEE088C for ; Fri, 26 Aug 2022 07:22:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37AA63410A7 for ; Fri, 26 Aug 2022 07:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 969955A0 for ; Fri, 26 Aug 2022 07:22:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661498538.de46607ddb5e1099418cce18c7a1061102bb3948.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-twisted/Manifest dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild X-VCS-Directories: dev-python/pytest-twisted/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de46607ddb5e1099418cce18c7a1061102bb3948 X-VCS-Branch: master Date: Fri, 26 Aug 2022 07:22:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f1a4a7d-73de-49fd-a7e2-4e1cb5378da6 X-Archives-Hash: 813536cc5d6965500efc1d3e6cde523d commit: de46607ddb5e1099418cce18c7a1061102bb3948 Author: Sam James gentoo org> AuthorDate: Fri Aug 26 07:22:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 26 07:22:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de46607d dev-python/pytest-twisted: fix BadDescription, PythonGHDistfileSuffix Signed-off-by: Sam James gentoo.org> dev-python/pytest-twisted/Manifest | 2 +- dev-python/pytest-twisted/pytest-twisted-1.13.4.ebuild | 5 ++--- 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"