gnu: python-django-appconf: Update to 1.0.4.
* gnu/packages/django.scm (python-django-appconf): Update to 1.0.4. [arguments]: New field. [propagated-inputs]: Remove PYTHON-SIX.
This commit is contained in:
parent
52c8d4204c
commit
7e244ac663
@ -1008,17 +1008,24 @@ the order of added relations.")
|
||||
(define-public python-django-appconf
|
||||
(package
|
||||
(name "python-django-appconf")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django-appconf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qw0p9qh78bvkgi38ba58djwn0rd5j1lrkg2c2wk5wb7snj3rw9m"))))
|
||||
"101k8nkc7xlffpjdi2qbrp9pc4v8hzvmkzi12qp7vms39asxwn5y"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH" (string-append ".:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(setenv "DJANGO_SETTINGS_MODULE" "tests.test_settings")
|
||||
(invoke "django-admin.py" "test" "-v2"))))))
|
||||
(propagated-inputs
|
||||
`(("python-django" ,python-django)
|
||||
("python-six" ,python-six)))
|
||||
`(("python-django" ,python-django)))
|
||||
(home-page "https://github.com/django-compressor/django-appconf")
|
||||
(synopsis "Handle configuration defaults of packaged Django apps")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user