commit:     55537978d1d30458d1a2ff900491137993c61767
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 13:02:26 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 13:35:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55537978

dev-python/djangorestframework: Remove dev-python/core* deps

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

 .../djangorestframework/djangorestframework-3.14.0.ebuild   | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild 
b/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
index b31831ebf043..4a442c77fc6d 100644
--- a/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
@@ -10,7 +10,11 @@ inherit distutils-r1
 
 MY_P=django-rest-framework-${PV}
 DESCRIPTION="Web APIs with django made easy"
-HOMEPAGE="https://www.django-rest-framework.org/";
+HOMEPAGE="
+       https://www.django-rest-framework.org/
+       https://github.com/encode/django-rest-framework/
+       https://pypi.org/project/djangorestframework/
+"
 SRC_URI="
        https://github.com/encode/django-rest-framework/archive/${PV}.tar.gz
                -> ${MY_P}.gh.tar.gz
@@ -27,8 +31,6 @@ RDEPEND="
 "
 BDEPEND="
        test? (
-               dev-python/coreapi[${PYTHON_USEDEP}]
-               dev-python/coreschema[${PYTHON_USEDEP}]
                dev-python/pytest-django[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
        )
@@ -38,4 +40,9 @@ distutils_enable_tests pytest
 
 EPYTEST_DESELECT=(
        tests/test_description.py::TestViewNamesAndDescriptions::test_markdown
+
+       # require coreapi (but not skipped properly)
+       
tests/schemas/test_managementcommand.py::GenerateSchemaTests::test_coreapi_renders_default_schema_with_custom_title_url_and_desc
+       
tests/schemas/test_managementcommand.py::GenerateSchemaTests::test_coreapi_renders_openapi_json_schema
+       
tests/schemas/test_managementcommand.py::GenerateSchemaTests::test_renders_corejson_schema
 )

Reply via email to