mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
media-video/vidify-audiosync: Remove py3_6
py3_6 does not work on dep of dep tekore so it has to go here as well Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index e23d76b..32ace2f 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -5,7 +5,7 @@ defines = []
|
|
||||||
args = ['-fno-finite-math-only']
|
|
||||||
|
|
||||||
# "Debug mode" flags by uncommenting them
|
|
||||||
-# defines.append(('DEBUG', '1'))
|
|
||||||
+defines.append(('DEBUG', '1'))
|
|
||||||
|
|
||||||
audiosync = Extension(
|
|
||||||
'vidify_audiosync',
|
|
||||||
@@ -6,8 +6,4 @@
|
|||||||
<email>andrewammerlaan@riseup.net</email>
|
<email>andrewammerlaan@riseup.net</email>
|
||||||
<name>Andrew Ammerlaan</name>
|
<name>Andrew Ammerlaan</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<maintainer type="project">
|
|
||||||
<email>proxy-maint@gentoo.org</email>
|
|
||||||
<name>Proxy Maintainers</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7} )
|
PYTHON_COMPAT=( python3_7 )
|
||||||
|
|
||||||
inherit cmake-utils git-r3 distutils-r1
|
inherit cmake-utils git-r3 distutils-r1
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/vidify/audiosync.git"
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=
|
KEYWORDS=""
|
||||||
|
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user