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 F3DE415810F for ; Sun, 11 Jun 2023 16:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F35E08BB; Sun, 11 Jun 2023 16:15:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C71AE08BB for ; Sun, 11 Jun 2023 16:15:14 +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 6027E335D7C for ; Sun, 11 Jun 2023 16:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FBD5A93 for ; Sun, 11 Jun 2023 16:15: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: <1686499958.7f1296bde1fa6a0f43ae87ca245d01bad32fbec0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyaml/Manifest dev-python/pyaml/pyaml-23.5.8.ebuild X-VCS-Directories: dev-python/pyaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f1296bde1fa6a0f43ae87ca245d01bad32fbec0 X-VCS-Branch: master Date: Sun, 11 Jun 2023 16:15: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: 1bb0fb9d-736b-4b43-8590-130409fd1732 X-Archives-Hash: 66a01ad1465d843417affd0ef0716c8f commit: 7f1296bde1fa6a0f43ae87ca245d01bad32fbec0 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 11 16:12:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 11 16:12:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1296bd dev-python/pyaml: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyaml/Manifest | 1 - dev-python/pyaml/pyaml-23.5.8.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest index 9d777c2fc205..c4d5218f1492 100644 --- a/dev-python/pyaml/Manifest +++ b/dev-python/pyaml/Manifest @@ -1,2 +1 @@ -DIST pyaml-23.5.8.tar.gz 20157 BLAKE2B 21d37c276af54cff6301403dcd446a0e0a9296a3394f7c96143a1efebca59d3afba58190c68798567adae2dd542e4525360363156da7002ca01432ffe7fe145d SHA512 ad6981d400053751772860e635761bb7474ae9bbd1b99eec1e45918fc8d702dd37db24dd9647d8624b36540f40f9b6eadff27469e9de680e86da42bedb708acb DIST pyaml-23.5.9.tar.gz 20234 BLAKE2B a6ff24e82eb25aa309466c56e5c2d4543b2ed972f4eb71c12023ae71d2fb3ddcd0824d890e475ceca9360f3e5d0ea755f4733448e1f2282dca82b6f313cd0b34 SHA512 ba6a7d51208b10a2265a52c684d43052fb57a7cd1fc4a4087a141a3adfc36f54b71e943056f346c26ae1b16800b8f2c3a2c0c20454322c9a24b760993c9dd49d diff --git a/dev-python/pyaml/pyaml-23.5.8.ebuild b/dev-python/pyaml/pyaml-23.5.8.ebuild deleted file mode 100644 index 8344d811b1b9..000000000000 --- a/dev-python/pyaml/pyaml-23.5.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data" -HOMEPAGE=" - https://github.com/mk-fg/pretty-yaml/ - https://pypi.org/project/pyaml/ -" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/unidecode[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest