gnu: python-django-assets: Update to 2.0.
* gnu/packages/django.scm (python-django-assets): Update to 2.0. [arguments]: Remove.master
parent
e2ac59f984
commit
357ab65bae
|
@ -559,33 +559,14 @@ templatetags and a full test suite.")
|
||||||
(define-public python-django-assets
|
(define-public python-django-assets
|
||||||
(package
|
(package
|
||||||
(name "python-django-assets")
|
(name "python-django-assets")
|
||||||
(version "0.12")
|
(version "2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "django-assets" version))
|
(uri (pypi-uri "django-assets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y0007fvkn1rdlj2g0y6k1cnkx53kxab3g8i85i0rd58k335p365"))))
|
"0fc6i77faxxv1gjlp06lv3kw64b5bhdiypaygfxh5djddgk83fwa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'fix-tests
|
|
||||||
(lambda _
|
|
||||||
(begin
|
|
||||||
;; https://github.com/miracle2k/django-assets/issues/87
|
|
||||||
(substitute* "tests/__init__.py"
|
|
||||||
(("settings.configure.*")
|
|
||||||
(string-append
|
|
||||||
"settings.configure(\n"
|
|
||||||
"INSTALLED_APPS=['django_assets', "
|
|
||||||
"'django.contrib.staticfiles'],\n"
|
|
||||||
"TEMPLATES=[{'BACKEND': "
|
|
||||||
"'django.template.backends.django.DjangoTemplates'}],\n"
|
|
||||||
")\n")))
|
|
||||||
;; These tests fail
|
|
||||||
(substitute* "tests/test_django.py"
|
|
||||||
(("TestLoader") "NoTestLoader"))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue