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 907CC158090 for ; Sun, 29 May 2022 18:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB797E08D3; Sun, 29 May 2022 18:29:51 +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 7A4B7E08D3 for ; Sun, 29 May 2022 18:29:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 909DA3419D5 for ; Sun, 29 May 2022 18:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483CE4C8 for ; Sun, 29 May 2022 18:29:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653774367.6a612d9fd4884be3fc81ae6fdb21a624562e37cc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/strictyaml/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/strictyaml/Manifest dev-python/strictyaml/strictyaml-1.5.0.ebuild X-VCS-Directories: dev-python/strictyaml/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6a612d9fd4884be3fc81ae6fdb21a624562e37cc X-VCS-Branch: master Date: Sun, 29 May 2022 18:29:49 +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: f71f5327-11bd-4f5b-991f-2b86b1754789 X-Archives-Hash: 56e83a28633fdfbd2541f7d6a0f6b971 commit: 6a612d9fd4884be3fc81ae6fdb21a624562e37cc Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 21:46:07 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat May 28 21:46:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a612d9f dev-python/strictyaml: drop 1.5.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/strictyaml/Manifest | 1 - dev-python/strictyaml/strictyaml-1.5.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/strictyaml/Manifest b/dev-python/strictyaml/Manifest index 35870dfa1..a98c1cbc4 100644 --- a/dev-python/strictyaml/Manifest +++ b/dev-python/strictyaml/Manifest @@ -1,2 +1 @@ -DIST strictyaml-1.5.0.tar.gz 201594 BLAKE2B 39217a6189cfedde8c4ddf54097db3af558d098d016ef3bef64915e4f652f9780bf7544db7513dfea56acc0b34c41c396533ec6af22e9c204c70706554dd20d5 SHA512 708f82356a081bd0b53b9e1f59d669897be8262d57d3d8bb6d75af2225f68eb9c16791cdf2bc7148dfd5b94f54a2d214bbe166f5dd513dbb7987cc472e6e7b4d DIST strictyaml-1.6.1.tar.gz 287908 BLAKE2B ab59addc5a86624c242339ec371403dd0ebb509c0bcf6d9484e71c26ee2670df897458bc7613367eaabe1493068ecaff37cd0b5e2cf08dc97e10107b9f3061f2 SHA512 8492432b599a6af283bd4d9adeac7fba0fc5dd3e081fb5055526799475e62987de30527ca94eecfebf568673d9bd18ffa9a70bb298c88a49e81683e4eea11349 diff --git a/dev-python/strictyaml/strictyaml-1.5.0.ebuild b/dev-python/strictyaml/strictyaml-1.5.0.ebuild deleted file mode 100644 index b662784d1..000000000 --- a/dev-python/strictyaml/strictyaml-1.5.0.ebuild +++ /dev/null @@ -1,22 +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} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A type-safe YAML parser built atop ruamel.yaml" -HOMEPAGE="https://github.com/crdoconnor/strictyaml" -SRC_URI="https://github.com/crdoconnor/strictyaml/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"