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 6A608158030 for ; Sun, 26 Feb 2023 04:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2B81E0869; Sun, 26 Feb 2023 04:01:31 +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 98BBFE0869 for ; Sun, 26 Feb 2023 04:01:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99AA6340DC5 for ; Sun, 26 Feb 2023 04:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70DFD8C6 for ; Sun, 26 Feb 2023 04:01:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1677383987.1dbd950b68d6b86db4dec9caf8fdb86da053b8d8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doit/doit-0.36.0-r1.ebuild X-VCS-Directories: dev-python/doit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1dbd950b68d6b86db4dec9caf8fdb86da053b8d8 X-VCS-Branch: master Date: Sun, 26 Feb 2023 04:01:28 +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: 7b8e1181-978c-4a7a-a8a4-35c459c6bf22 X-Archives-Hash: 2c4361ad80347652e77506d955d2dd4f commit: 1dbd950b68d6b86db4dec9caf8fdb86da053b8d8 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 25 20:02:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 26 03:59:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbd950b dev-python/doit: Style adjustments Signed-off-by: Michał Górny gentoo.org> dev-python/doit/doit-0.36.0-r1.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/doit/doit-0.36.0-r1.ebuild b/dev-python/doit/doit-0.36.0-r1.ebuild index 086ace410ac9..337d30c34722 100644 --- a/dev-python/doit/doit-0.36.0-r1.ebuild +++ b/dev-python/doit/doit-0.36.0-r1.ebuild @@ -5,12 +5,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) + inherit bash-completion-r1 distutils-r1 DESCRIPTION="Automation tool" -HOMEPAGE="https://pydoit.org/ +HOMEPAGE=" + https://pydoit.org/ + https://github.com/pydoit/doit/ https://pypi.org/project/doit/ - https://github.com/pydoit/doit" +" SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -31,7 +34,9 @@ BDEPEND=" dev-python/pyflakes[${PYTHON_USEDEP}] ) " -PDEPEND=">=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}]" +PDEPEND=" + >=dev-python/doit-py-0.4.0[${PYTHON_USEDEP}] +" distutils_enable_tests pytest distutils_enable_sphinx doc \