Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/mat2/
Date: Mon, 02 Mar 2020 21:50:50
Message-Id: 1583185790.b21e21549b3f2d3988c3711fa8b139ba6b02cb77.andrewammerlaan@gentoo
1 commit: b21e21549b3f2d3988c3711fa8b139ba6b02cb77
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 2 21:49:50 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 2 21:49:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b21e2154
7
8 app-misc/mat2: Version bump 0.10.1
9
10 Fixed test? in rdepend, repoman complains about that
11 Added DISTUTILS_USE_SETUPTOOLS=rdepend, cause emerge complained about that
12 Added py3.8
13
14 Package-Manager: Portage-2.3.89, Repoman-2.3.20
15 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
16
17 app-misc/mat2/Manifest | 2 +-
18 .../{mat2-0.10.0.ebuild => mat2-0.10.1.ebuild} | 24 ++++++++++++----------
19 2 files changed, 14 insertions(+), 12 deletions(-)
20
21 diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest
22 index edb62ad..9a3e440 100644
23 --- a/app-misc/mat2/Manifest
24 +++ b/app-misc/mat2/Manifest
25 @@ -1 +1 @@
26 -DIST mat2-0.10.0.tar.gz 5720611 BLAKE2B 3aeb1b5fb1e5b39d5a59e84de48a1fefed8afff31d7ae2827324b9d54eab8a95f28f0e1de94d6c96ba250249531782f4a2cff4a82fdccc85da7382d00294fdaf SHA512 7434365766f5ba893b5b51e852d73af6b1dd562f3804e46b2aa5bf2097694d5465f0ddb5e401b157ed899a86caca2dd405424c5a7c86d66190cefd30eee3ba65
27 +DIST mat2-0.10.1.tar.gz 5780327 BLAKE2B d8ffeb1c10409aa4fb93849e641c13bb65508441fb847db2a46f289becd33a160ac711c3c3fb302bfbacd5704acc9b15876a182916cf3d34bf8bb867836fe6b4 SHA512 ee6ec621b3e98cfcf2f341364f60d853be8aedbee88fd41d2cc97888ba7ee33f7610f165cdf140e0169fbdabd41ecafe80a30dab44dc9f2b1cb501973a8e403a
28
29 diff --git a/app-misc/mat2/mat2-0.10.0.ebuild b/app-misc/mat2/mat2-0.10.1.ebuild
30 similarity index 78%
31 rename from app-misc/mat2/mat2-0.10.0.ebuild
32 rename to app-misc/mat2/mat2-0.10.1.ebuild
33 index a6d6c23..9671058 100644
34 --- a/app-misc/mat2/mat2-0.10.0.ebuild
35 +++ b/app-misc/mat2/mat2-0.10.1.ebuild
36 @@ -1,27 +1,27 @@
37 -# Copyright 2019 Gentoo Authors
38 +# Copyright 2020 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42
43 -# Supports python3_8 but not all it's deps in the tree do yet
44 -PYTHON_COMPAT=(python3_{5,6,7})
45 +PYTHON_COMPAT=(python3_{6,7,8})
46 PYTHON_REQ_USE="xml"
47
48 +DISTUTILS_USE_SETUPTOOLS=rdepend
49 +
50 inherit distutils-r1
51
52 DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata"
53 HOMEPAGE="https://0xacab.org/jvoisin/mat2"
54 +SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
55 +
56 LICENSE="LGPL-3"
57 SLOT="0"
58 -SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
59 KEYWORDS="~amd64"
60 -IUSE="+exif sandbox video test"
61 +
62 +IUSE="+exif sandbox video"
63 REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( exif video )"
64 -RESTRICT="!test? ( test )"
65
66 -DEPEND="${PYTHON_DEPS}"
67 -RDEPEND="
68 - ${DEPEND}
69 +RDEPEND="${PYTHON_DEPS}
70 media-libs/mutagen:0[${PYTHON_USEDEP}]
71 dev-python/pycairo:0[${PYTHON_USEDEP}]
72 dev-python/pygobject:3[${PYTHON_USEDEP}]
73 @@ -31,10 +31,12 @@ RDEPEND="
74 exif? ( media-libs/exiftool:* )
75 sandbox? ( sys-apps/bubblewrap )
76 video? ( media-video/ffmpeg:* )
77 +"
78 +
79 +DEPEND="${RDEPEND}
80 test? (
81 media-video/ffmpeg[mp3,vorbis]
82 x11-libs/gdk-pixbuf:2[jpeg,tiff]
83 - )
84 -"
85 + )"
86
87 distutils_enable_tests unittest