Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/confuse/
Date: Thu, 18 Aug 2022 09:35:38
Message-Id: 1660815331.07df0cc34aa4ea4fad5281e1f59b7e37c107de9e.mgorny@gentoo
1 commit: 07df0cc34aa4ea4fad5281e1f59b7e37c107de9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 08:13:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 09:35:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07df0cc3
7
8 dev-python/confuse: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/confuse/Manifest | 1 -
13 dev-python/confuse/confuse-1.7.0-r1.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/confuse/Manifest b/dev-python/confuse/Manifest
17 index a04cc49afb94..d697b03cbb94 100644
18 --- a/dev-python/confuse/Manifest
19 +++ b/dev-python/confuse/Manifest
20 @@ -1,2 +1 @@
21 -DIST confuse-1.7.0.tar.gz 49171 BLAKE2B f102ed445d4fc259739305f745fea6c1fef90fe4d8eb7b77bb6c370d37929807478df86ad78ffc8fc2fb1d4cd7033d76e34d880d6dab6721b5fd6cc0e7f5d02a SHA512 0da6cb237aa31f63cf6d2df2e90eb27e7b1a81bd126546a4314425b9dc1d9f993232b4787815abaf7ef4b54ef03ac3286c321e6654fdf18f05f92aa69c3da78e
22 DIST confuse-2.0.0.gh.tar.gz 48269 BLAKE2B 58b96ab65da7b48236b798ad5546a72f0f74934c42525b26b44c0aad08ba4de385dbc2dd6915a4b570b1c4e59003e23119f0da80cf84b1bbc88abb9f72d4d8b1 SHA512 53732ef24903bc464f4cda0c9a2728814ff286c2e2a2150b4703b61f925d5bf77d75b98469a4fb92267caeec736e51d33285264f3fd8daa4adaaf23fa9511733
23
24 diff --git a/dev-python/confuse/confuse-1.7.0-r1.ebuild b/dev-python/confuse/confuse-1.7.0-r1.ebuild
25 deleted file mode 100644
26 index 865cf80bbc1d..000000000000
27 --- a/dev-python/confuse/confuse-1.7.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
36 -DISTUTILS_USE_PEP517=flit
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Confuse is a configuration library for Python that uses YAML"
41 -HOMEPAGE="https://github.com/beetbox/confuse"
42 -SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~x86"
47 -
48 -RDEPEND="
49 - dev-python/pyyaml[${PYTHON_USEDEP}]
50 -"
51 -
52 -distutils_enable_tests unittest
53 -distutils_enable_sphinx docs \
54 - 'dev-python/sphinx_rtd_theme'