Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/vidify-audiosync/files/, media-video/vidify-audiosync/
Date: Mon, 03 Feb 2020 18:07:58
Message-Id: 1580753225.f1f4e0615cbd2bcce4134dbbd0f313cfc1e86a5d.andrewammerlaan@gentoo
1 commit: f1f4e0615cbd2bcce4134dbbd0f313cfc1e86a5d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 3 18:07:05 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 3 18:07:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1f4e061
7
8 media-video/vidify-audiosync: Remove py3_6
9
10 py3_6 does not work on dep of dep tekore
11 so it has to go here as well
12
13 Package-Manager: Portage-2.3.86, Repoman-2.3.20
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15
16 .../files/vidify-audiosync-9999-debug.patch | 13 -------------
17 media-video/vidify-audiosync/metadata.xml | 4 ----
18 media-video/vidify-audiosync/vidify-audiosync-9999.ebuild | 4 ++--
19 3 files changed, 2 insertions(+), 19 deletions(-)
20
21 diff --git a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch b/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
22 deleted file mode 100644
23 index 69061de..0000000
24 --- a/media-video/vidify-audiosync/files/vidify-audiosync-9999-debug.patch
25 +++ /dev/null
26 @@ -1,13 +0,0 @@
27 -diff --git a/setup.py b/setup.py
28 -index e23d76b..32ace2f 100644
29 ---- a/setup.py
30 -+++ b/setup.py
31 -@@ -5,7 +5,7 @@ defines = []
32 - args = ['-fno-finite-math-only']
33 -
34 - # "Debug mode" flags by uncommenting them
35 --# defines.append(('DEBUG', '1'))
36 -+defines.append(('DEBUG', '1'))
37 -
38 - audiosync = Extension(
39 - 'vidify_audiosync',
40
41 diff --git a/media-video/vidify-audiosync/metadata.xml b/media-video/vidify-audiosync/metadata.xml
42 index 20ab941..a878754 100644
43 --- a/media-video/vidify-audiosync/metadata.xml
44 +++ b/media-video/vidify-audiosync/metadata.xml
45 @@ -6,8 +6,4 @@
46 <email>andrewammerlaan@××××××.net</email>
47 <name>Andrew Ammerlaan</name>
48 </maintainer>
49 - <maintainer type="project">
50 - <email>proxy-maint@g.o</email>
51 - <name>Proxy Maintainers</name>
52 - </maintainer>
53 </pkgmetadata>
54
55 diff --git a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
56 index f4fc153..b248dd5 100644
57 --- a/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
58 +++ b/media-video/vidify-audiosync/vidify-audiosync-9999.ebuild
59 @@ -3,7 +3,7 @@
60
61 EAPI=7
62
63 -PYTHON_COMPAT=( python3_{6,7} )
64 +PYTHON_COMPAT=( python3_7 )
65
66 inherit cmake-utils git-r3 distutils-r1
67
68 @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
69
70 LICENSE="MIT"
71 SLOT="0"
72 -KEYWORDS=
73 +KEYWORDS=""
74
75 IUSE="debug"