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 9B22C1382C5 for ; Sat, 27 Feb 2021 12:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0C2AE0825; Sat, 27 Feb 2021 12:46:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D858DE0825 for ; Sat, 27 Feb 2021 12:46:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB30634109D for ; Sat, 27 Feb 2021 12:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91C9653 for ; Sat, 27 Feb 2021 12:46:48 +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: <1614429996.4fd257e66f94692a7b78d1009af418080cbcc5cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgdev/pkgdev-9999.ebuild X-VCS-Directories: dev-util/pkgdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4fd257e66f94692a7b78d1009af418080cbcc5cf X-VCS-Branch: master Date: Sat, 27 Feb 2021 12:46:48 +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: ed75d6ff-ee8d-482b-858b-2e3a2fe46e11 X-Archives-Hash: cadb352956a395ae90ee3a65835823eb commit: 4fd257e66f94692a7b78d1009af418080cbcc5cf Author: Sam James gentoo org> AuthorDate: Sat Feb 27 12:46:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 12:46:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd257e6 dev-util/pkgdev: add dep references for future Signed-off-by: Sam James gentoo.org> dev-util/pkgdev/pkgdev-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index de1d953bf96..21c78f9d865 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -22,6 +22,7 @@ LICENSE="BSD MIT" SLOT="0" if [[ ${PV} == *9999 ]] ; then + # https://github.com/pkgcore/pkgdev/blob/main/requirements/dev.txt RDEPEND=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}] ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}] @@ -30,6 +31,8 @@ if [[ ${PV} == *9999 ]] ; then " fi +# Releases (in future): https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt + distutils_enable_sphinx doc python_install_all() {