commit: 525ae37dc260121a9cff2d975b77ef5c55dce32d
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 19 10:24:49 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 10:24:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=525ae37d
dev-python/*: replace virtual/python-cffi with dev-python/cffi
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/cmarkgfm/cmarkgfm-2022.10.27.ebuild | 4 ++--
dev-python/oscrypto/oscrypto-1.3.0-r1.ebuild | 4 ++--
dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 4 ++--
dev-python/python-olm/python-olm-3.2.15.ebuild | 4 ++--
dev-python/python-olm/python-olm-3.2.16.ebuild | 4 +---
5 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/dev-python/cmarkgfm/cmarkgfm-2022.10.27.ebuild
b/dev-python/cmarkgfm/cmarkgfm-2022.10.27.ebuild
index c12c621c1e..a2c9c39e9c 100644
--- a/dev-python/cmarkgfm/cmarkgfm-2022.10.27.ebuild
+++ b/dev-python/cmarkgfm/cmarkgfm-2022.10.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ SLOT="0"
RDEPEND="
app-text/cmark-gfm
- virtual/python-cffi[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
"
DEPEND="${RDEPEND}"
diff --git a/dev-python/oscrypto/oscrypto-1.3.0-r1.ebuild
b/dev-python/oscrypto/oscrypto-1.3.0-r1.ebuild
index 529e25c832..145e19a73a 100644
--- a/dev-python/oscrypto/oscrypto-1.3.0-r1.ebuild
+++ b/dev-python/oscrypto/oscrypto-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,7 @@ RDEPEND="
"
BDEPEND="
test? (
- virtual/python-cffi[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]'
'python*')
)
"
diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
index 9c0d6351b2..6c0c367058 100644
--- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
+++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
BDEPEND="
- virtual/python-cffi[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
test? (
$(epostgres --get-depend)
)
diff --git a/dev-python/python-olm/python-olm-3.2.15.ebuild
b/dev-python/python-olm/python-olm-3.2.15.ebuild
index d02994cb8d..e382c5fdcc 100644
--- a/dev-python/python-olm/python-olm-3.2.15.ebuild
+++ b/dev-python/python-olm/python-olm-3.2.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,8 +19,8 @@ KEYWORDS="~amd64"
DEPEND="dev-libs/olm"
RDEPEND="
${DEPEND}
+ dev-python/cffi[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
- virtual/python-cffi[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
diff --git a/dev-python/python-olm/python-olm-3.2.16.ebuild
b/dev-python/python-olm/python-olm-3.2.16.ebuild
index 4a3973d3bb..420a8a3ee5 100644
--- a/dev-python/python-olm/python-olm-3.2.16.ebuild
+++ b/dev-python/python-olm/python-olm-3.2.16.ebuild
@@ -20,9 +20,7 @@ KEYWORDS="~amd64"
DEPEND="dev-libs/olm"
RDEPEND="
${DEPEND}
- $(python_gen_cond_dep '
- dev-python/cffi[${PYTHON_USEDEP}]
- ' 'python*')
+ dev-python/cffi[${PYTHON_USEDEP}]
"
BDEPEND="
test? ( dev-python/aspectlib[${PYTHON_USEDEP}] )