Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/strictyaml/
Date: Sat, 28 May 2022 21:48:54
Message-Id: 1653774367.6a612d9fd4884be3fc81ae6fdb21a624562e37cc.Alessandro-Barbieri@gentoo
1 commit: 6a612d9fd4884be3fc81ae6fdb21a624562e37cc
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 21:46:07 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat May 28 21:46:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a612d9f
7
8 dev-python/strictyaml: drop 1.5.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/strictyaml/Manifest | 1 -
13 dev-python/strictyaml/strictyaml-1.5.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/strictyaml/Manifest b/dev-python/strictyaml/Manifest
17 index 35870dfa1..a98c1cbc4 100644
18 --- a/dev-python/strictyaml/Manifest
19 +++ b/dev-python/strictyaml/Manifest
20 @@ -1,2 +1 @@
21 -DIST strictyaml-1.5.0.tar.gz 201594 BLAKE2B 39217a6189cfedde8c4ddf54097db3af558d098d016ef3bef64915e4f652f9780bf7544db7513dfea56acc0b34c41c396533ec6af22e9c204c70706554dd20d5 SHA512 708f82356a081bd0b53b9e1f59d669897be8262d57d3d8bb6d75af2225f68eb9c16791cdf2bc7148dfd5b94f54a2d214bbe166f5dd513dbb7987cc472e6e7b4d
22 DIST strictyaml-1.6.1.tar.gz 287908 BLAKE2B ab59addc5a86624c242339ec371403dd0ebb509c0bcf6d9484e71c26ee2670df897458bc7613367eaabe1493068ecaff37cd0b5e2cf08dc97e10107b9f3061f2 SHA512 8492432b599a6af283bd4d9adeac7fba0fc5dd3e081fb5055526799475e62987de30527ca94eecfebf568673d9bd18ffa9a70bb298c88a49e81683e4eea11349
23
24 diff --git a/dev-python/strictyaml/strictyaml-1.5.0.ebuild b/dev-python/strictyaml/strictyaml-1.5.0.ebuild
25 deleted file mode 100644
26 index b662784d1..000000000
27 --- a/dev-python/strictyaml/strictyaml-1.5.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A type-safe YAML parser built atop ruamel.yaml"
40 -HOMEPAGE="https://github.com/crdoconnor/strictyaml"
41 -SRC_URI="https://github.com/crdoconnor/strictyaml/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -KEYWORDS="~amd64 ~x86"
44 -LICENSE="MIT"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
49 - dev-python/python-dateutil[${PYTHON_USEDEP}]
50 -"
51 -DEPEND="${RDEPEND}"