···
···
···
pname = "django-extensions";
36
-
hash = "sha256-A2+5FBv0IhTJPkwgd7je+B9Ac64UHJEa3HRBbWr2FxM=";
37
+
hash = "sha256-VosMPkwzqmEieB85k7qX5yfefHNn+RwAsoR1ezYJHC4=";
41
-
# Replace dead asyncore, smtp implementation with aiosmtpd
42
-
name = "django-extensions-aiosmtpd.patch";
43
-
url = "https://github.com/django-extensions/django-extensions/commit/37d56c4a4704c823ac6a4ef7c3de4c0232ceee64.patch";
44
-
hash = "sha256-49UeJQKO0epwY/7tqoiHgOXdgPcB/JBIZaCn3ulaHTg=";
49
-
substituteInPlace setup.cfg \
50
-
--replace-fail "--cov=django_extensions --cov-report html --cov-report term" ""
52
-
substituteInPlace django_extensions/management/commands/pipchecker.py \
53
-
--replace-fail "from distutils.version" "from looseversion"
build-system = [ setuptools ];
__darwinAllowLocalNetworking = true;
···
pygments # not explicitly declared in setup.py, but some tests require it
···
79
-
# Mismatch in expectation of exception message
80
-
"test_installed_apps_no_resolve_conflicts_function"
81
-
# pygments compat issue
82
-
"test_should_highlight_python_syntax_with_name"
65
+
postgresqlEnableTCP = 1;
66
+
PGUSER = "postgres";
67
+
PGPASSWORD = "postgres";
68
+
PGDATABASE = "django_extensions_test";
86
-
# requires network access
87
-
"tests/management/commands/test_pipchecker.py"
88
-
# django.db.utils.OperationalError: no such table: django_extensions_permmodel
72
+
# https://github.com/django-extensions/django-extensions/issues/1871
"tests/test_dumpscript.py"
77
+
changelog = "https://github.com/django-extensions/django-extensions/releases/tag/${src.tag}";
description = "Collection of custom extensions for the Django Framework";
homepage = "https://github.com/django-extensions/django-extensions";