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 69810158086 for ; Sat, 13 Nov 2021 13:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789532BC03A; Sat, 13 Nov 2021 13:22:13 +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 089FF2BC057 for ; Sat, 13 Nov 2021 13:22:12 +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 B1974343381 for ; Sat, 13 Nov 2021 13:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32DFB1BC for ; Sat, 13 Nov 2021 13:22:10 +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: <1636809647.959e9d32167d13c73ddd6f7102058368081fa069.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pretty-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pretty-yaml/Manifest dev-python/pretty-yaml/pretty-yaml-21.8.3.ebuild X-VCS-Directories: dev-python/pretty-yaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 959e9d32167d13c73ddd6f7102058368081fa069 X-VCS-Branch: master Date: Sat, 13 Nov 2021 13:22:10 +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: b004fe63-c6fe-4e42-a170-1a082b597d40 X-Archives-Hash: 1e90f81505a55cec455228991e5cf62a commit: 959e9d32167d13c73ddd6f7102058368081fa069 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 13 13:20:47 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 13 13:20:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959e9d32 dev-python/pretty-yaml: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pretty-yaml/Manifest | 1 - dev-python/pretty-yaml/pretty-yaml-21.8.3.ebuild | 31 ------------------------ 2 files changed, 32 deletions(-) diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pretty-yaml/Manifest index 3a3097ae065..00a21680386 100644 --- a/dev-python/pretty-yaml/Manifest +++ b/dev-python/pretty-yaml/Manifest @@ -1,2 +1 @@ DIST pyaml-21.10.1.tar.gz 20466 BLAKE2B c90adb2023c9555f55a6fafe4e82fa8c50795a9f798250f640d9db6511584f3715a0a8fa4ee3cb26148967c75d59665b05915dd6ef1d4f807bfc7a68f2818482 SHA512 3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2 -DIST pyaml-21.8.3.tar.gz 20269 BLAKE2B 8b829ce374efe13007bb924393a8cde26914cc443999906b7bb4db610b614964170a80b8dd381eeaa9137026c60d98140b3b0d601a6af816c32d1ce9708e33be SHA512 69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653 diff --git a/dev-python/pretty-yaml/pretty-yaml-21.8.3.ebuild b/dev-python/pretty-yaml/pretty-yaml-21.8.3.ebuild deleted file mode 100644 index 0153c8dc8d1..00000000000 --- a/dev-python/pretty-yaml/pretty-yaml-21.8.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -MY_P=pyaml-${PV} -DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data" -HOMEPAGE="https://github.com/mk-fg/pretty-yaml" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_P%-*}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - ${RDEPEND} - dev-python/unidecode[${PYTHON_USEDEP}] - )" - -python_test() { - "${EPYTHON}" pyaml/tests/dump.py -v || - die "tests failed under ${EPYTHON}" -}