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 3482C158090 for ; Thu, 26 May 2022 20:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30568E081E; Thu, 26 May 2022 20:43:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1431AE081E for ; Thu, 26 May 2022 20:43:20 +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 BC2E8341929 for ; Thu, 26 May 2022 20:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21B94430 for ; Thu, 26 May 2022 20:43:18 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1653597524.d75e81c26b363a20199c12fc52d95f5fb21e4993.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyclip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyclip/pyclip-0.5.4.ebuild dev-python/pyclip/pyclip-0.6.0.ebuild dev-python/pyclip/pyclip-9999.ebuild X-VCS-Directories: dev-python/pyclip/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: d75e81c26b363a20199c12fc52d95f5fb21e4993 X-VCS-Branch: dev Date: Thu, 26 May 2022 20:43:18 +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: 60a3d0dc-a2fd-4ba0-9a4e-44de53da371a X-Archives-Hash: 470ab318a09b7b4e47a992a3112f71e5 commit: d75e81c26b363a20199c12fc52d95f5fb21e4993 Author: Ryan Fox 2a03 party> AuthorDate: Thu May 26 20:38:44 2022 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Thu May 26 20:38:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d75e81c2 dev-python/pyclip: Fix docs installation The README.md in the repo is a symlink, so einstalldocs doesn't know how to handle it. Signed-off-by: Ryan Fox 2a03.party> Closes: https://bugs.gentoo.org/847178 dev-python/pyclip/pyclip-0.5.4.ebuild | 1 + dev-python/pyclip/pyclip-0.6.0.ebuild | 1 + dev-python/pyclip/pyclip-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/pyclip/pyclip-0.5.4.ebuild b/dev-python/pyclip/pyclip-0.5.4.ebuild index 4bcb1c89a..f57d3f5c1 100644 --- a/dev-python/pyclip/pyclip-0.5.4.ebuild +++ b/dev-python/pyclip/pyclip-0.5.4.ebuild @@ -22,6 +22,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +DOCS="${S}/docs/README.md" DEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) diff --git a/dev-python/pyclip/pyclip-0.6.0.ebuild b/dev-python/pyclip/pyclip-0.6.0.ebuild index 409487c50..61efa2b6a 100644 --- a/dev-python/pyclip/pyclip-0.6.0.ebuild +++ b/dev-python/pyclip/pyclip-0.6.0.ebuild @@ -22,6 +22,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +DOCS="${S}/docs/README.md" DEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] ) diff --git a/dev-python/pyclip/pyclip-9999.ebuild b/dev-python/pyclip/pyclip-9999.ebuild index 409487c50..61efa2b6a 100644 --- a/dev-python/pyclip/pyclip-9999.ebuild +++ b/dev-python/pyclip/pyclip-9999.ebuild @@ -22,6 +22,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +DOCS="${S}/docs/README.md" DEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] )