commit:     c64a4e04445ef5ac17dce37c6acf7718f9f02e1a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 19:28:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 13 19:31:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64a4e04

dev-python/falcon: Fix obsolete rdeps

Thanks to Vytautas Liuolia for noticing.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/falcon/{falcon-2.0.0.ebuild => falcon-2.0.0-r1.ebuild} | 6 +-----
 dev-python/falcon/{falcon-3.0.1.ebuild => falcon-3.0.1-r1.ebuild} | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/dev-python/falcon/falcon-2.0.0.ebuild 
b/dev-python/falcon/falcon-2.0.0-r1.ebuild
similarity index 89%
rename from dev-python/falcon/falcon-2.0.0.ebuild
rename to dev-python/falcon/falcon-2.0.0-r1.ebuild
index ff5be1f6d87..1198e6c8fd9 100644
--- a/dev-python/falcon/falcon-2.0.0.ebuild
+++ b/dev-python/falcon/falcon-2.0.0-r1.ebuild
@@ -11,16 +11,12 @@ DESCRIPTION="A supersonic micro-framework for building 
cloud APIs"
 HOMEPAGE="https://falconframework.org/ https://pypi.org/project/falcon/";
 SRC_URI="https://github.com/falconry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+cython"
 
 BDEPEND="cython? ( dev-python/cython[${PYTHON_USEDEP}] )"
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/python-mimeparse[${PYTHON_USEDEP}]
-"
 DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest

diff --git a/dev-python/falcon/falcon-3.0.1.ebuild 
b/dev-python/falcon/falcon-3.0.1-r1.ebuild
similarity index 91%
rename from dev-python/falcon/falcon-3.0.1.ebuild
rename to dev-python/falcon/falcon-3.0.1-r1.ebuild
index 5c8184be661..3bd716866d6 100644
--- a/dev-python/falcon/falcon-3.0.1.ebuild
+++ b/dev-python/falcon/falcon-3.0.1-r1.ebuild
@@ -10,14 +10,10 @@ DESCRIPTION="A supersonic micro-framework for building 
cloud APIs"
 HOMEPAGE="https://falconframework.org/ https://pypi.org/project/falcon/";
 SRC_URI="https://github.com/falconry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/python-mimeparse[${PYTHON_USEDEP}]
-"
 BDEPEND="
        dev-python/cython[${PYTHON_USEDEP}]
        test? (

Reply via email to