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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89CA7138EEE for ; Thu, 24 Jun 2021 20:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB7C2E0833; Thu, 24 Jun 2021 20:41:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A525CE0833 for ; Thu, 24 Jun 2021 20:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72C1F340AB5 for ; Thu, 24 Jun 2021 20:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77977A1 for ; Thu, 24 Jun 2021 20:41:25 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1624567267.33276ee1a77b31c144e0ae95145bed9b9205c990.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/transitions/transitions-0.8.8.ebuild X-VCS-Directories: dev-python/transitions/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 33276ee1a77b31c144e0ae95145bed9b9205c990 X-VCS-Branch: master Date: Thu, 24 Jun 2021 20:41:25 +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: e6cd10a1-47f8-4c6c-a582-7b7a843053b3 X-Archives-Hash: 70dfaacd6a9b0a1b28ad50d7d2b4ec1d commit: 33276ee1a77b31c144e0ae95145bed9b9205c990 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jun 24 20:41:07 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jun 24 20:41:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33276ee1 dev-python/transitions: fix qa warning Closes: https://bugs.gentoo.org/797811 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/transitions/transitions-0.8.8.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-python/transitions/transitions-0.8.8.ebuild b/dev-python/transitions/transitions-0.8.8.ebuild index c4dc2836302..fed98ff0c27 100644 --- a/dev-python/transitions/transitions-0.8.8.ebuild +++ b/dev-python/transitions/transitions-0.8.8.ebuild @@ -34,6 +34,13 @@ DEPEND=" distutils_enable_tests pytest +src_prepare() { + default + + # https://github.com/pytransitions/transitions/pull/538 + sed -e 's/description-file/description_file/g' -i setup.cfg || die +} + src_install() { distutils-r1_src_install