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 EC45D15808C for ; Wed, 16 Mar 2022 08:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41828E086A; Wed, 16 Mar 2022 08:00:59 +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 261E3E086A for ; Wed, 16 Mar 2022 08:00:59 +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 382B034367E for ; Wed, 16 Mar 2022 08:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F84832D for ; Wed, 16 Mar 2022 08:00:55 +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: <1647417633.2a279eb7f6bc85ca6c1ee98df1d51766b7b7e51a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a279eb7f6bc85ca6c1ee98df1d51766b7b7e51a X-VCS-Branch: master Date: Wed, 16 Mar 2022 08:00:55 +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: 50f6c506-a15e-4e07-8121-f3e65cda318b X-Archives-Hash: 101422ee7a95038ac8b74cf3303066d8 commit: 2a279eb7f6bc85ca6c1ee98df1d51766b7b7e51a Author: Michał Górny gentoo org> AuthorDate: Wed Mar 16 08:00:33 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 16 08:00:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a279eb7 dev-python/ruamel-yaml: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild index c5d584c09124..bbb698d9950c 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.21.ebuild @@ -10,7 +10,8 @@ MY_P="${P/-/.}" DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation" HOMEPAGE=" https://pypi.org/project/ruamel.yaml/ - https://sourceforge.net/p/ruamel-yaml/" + https://sourceforge.net/projects/ruamel-yaml/ +" # PyPI tarballs do not include tests SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz" S="${WORKDIR}"/${MY_P} @@ -21,11 +22,13 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" RDEPEND=" dev-python/namespace-ruamel[${PYTHON_USEDEP}] - dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]" + dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}] +" BDEPEND=" test? ( dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest