Gentoo Archives: gentoo-commits

From: Steven Davies <gentoo-guru@××××××××.uk>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/python-btrfs/
Date: Tue, 05 Jul 2022 18:14:00
Message-Id: 1657044637.e796056f0a329480d3a25966fb65e356a6d6232e.gentoo-guru@gentoo
1 commit: e796056f0a329480d3a25966fb65e356a6d6232e
2 Author: Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
3 AuthorDate: Tue Jul 5 18:10:37 2022 +0000
4 Commit: Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
5 CommitDate: Tue Jul 5 18:10:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e796056f
7
8 Update python dependencies, remove old versions
9
10 Signed-off-by: Steven Davies <gentoo-guru <AT> steev.me.uk>
11
12 sys-fs/python-btrfs/Manifest | 1 -
13 ...n-btrfs-12.ebuild => python-btrfs-13-r1.ebuild} | 2 +-
14 sys-fs/python-btrfs/python-btrfs-13.ebuild | 28 ----------------------
15 3 files changed, 1 insertion(+), 30 deletions(-)
16
17 diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest
18 index 6ef6e6aeb..2aa86a14e 100644
19 --- a/sys-fs/python-btrfs/Manifest
20 +++ b/sys-fs/python-btrfs/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-btrfs-12.tar.gz 92369 BLAKE2B bc899900c4d436ca4ad940247ac6edc9022f09f604c4c9b78288065e8950a9ba86147d1d9992e2410edb9907a2e7748467b1ae92d33b21c6e7ab9149c84431e3 SHA512 93d7ac4b0c8cc62e5a89b0ffd269695c2c52a4111385ec00d2cb467b6d1c35e59a450c128ca4ddedf91955f51962092ec2e2431ce3d9243d25beeaa2d2ec38ac
23 DIST python-btrfs-13.tar.gz 93110 BLAKE2B 286e5d1d9aa66ce5072f2fe144b2da6bbcde65dd90eb21efe1eb69b9aaa3230d76e8b8baffcfd269ce5d53e1004b5fc6c5546125bc1a5c26413ba8abc66f068a SHA512 5117b9c6542fe191eccbed56a15bb5d8eadc2d3c0edd986a3e1a33d0b63f58c3db5e7f6d234c43a83d1cc74eea3e106c5882a92926c3087601edc36e6672721f
24
25 diff --git a/sys-fs/python-btrfs/python-btrfs-12.ebuild b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
26 similarity index 94%
27 rename from sys-fs/python-btrfs/python-btrfs-12.ebuild
28 rename to sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
29 index d652f1dec..615022760 100644
30 --- a/sys-fs/python-btrfs/python-btrfs-12.ebuild
31 +++ b/sys-fs/python-btrfs/python-btrfs-13-r1.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=7
35
36 -PYTHON_COMPAT=( python3_{8,9} )
37 +PYTHON_COMPAT=( python3_{8,9,10} )
38 DISTUTILS_USE_SETUPTOOLS="no"
39
40 inherit distutils-r1
41
42 diff --git a/sys-fs/python-btrfs/python-btrfs-13.ebuild b/sys-fs/python-btrfs/python-btrfs-13.ebuild
43 deleted file mode 100644
44 index d652f1dec..000000000
45 --- a/sys-fs/python-btrfs/python-btrfs-13.ebuild
46 +++ /dev/null
47 @@ -1,28 +0,0 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=7
52 -
53 -PYTHON_COMPAT=( python3_{8,9} )
54 -DISTUTILS_USE_SETUPTOOLS="no"
55 -
56 -inherit distutils-r1
57 -
58 -DESCRIPTION="Python 3 module to inspect btrfs filesystems"
59 -HOMEPAGE="https://github.com/knorrie/python-btrfs"
60 -SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64"
65 -IUSE="examples"
66 -
67 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
68 -
69 -RDEPEND="${PYTHON_DEPS}"
70 -DEPEND="${RDEPEND}"
71 -
72 -python_install_all() {
73 - use examples && local DOCS=( README.md CHANGES examples )
74 - distutils-r1_python_install_all
75 -}