mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-django-assets.
Developpement stopped upstream for years, still uses nose even on the last commit. * gnu/packages/django.scm (python-django-assets): Delete variable. Change-Id: Ibcd383413c01084f6772de48337cc2c10fa41ee2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
73dc09c097
commit
022ca7dab0
1 changed files with 0 additions and 32 deletions
|
@ -745,38 +745,6 @@ queries done via the Django ORM, SQLAlchemy generated queries are displayed.")
|
||||||
templatetags and a full test suite.")
|
templatetags and a full test suite.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-django-assets
|
|
||||||
(package
|
|
||||||
(name "python-django-assets")
|
|
||||||
(version "2.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "django-assets" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0fc6i77faxxv1gjlp06lv3kw64b5bhdiypaygfxh5djddgk83fwa"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
'(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'disable-bad-tests
|
|
||||||
(lambda _
|
|
||||||
(substitute* "tests/test_django.py"
|
|
||||||
(("bundles = self.loader.load_bundles\\(\\)")
|
|
||||||
"return")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list python-nose python-setuptools python-wheel))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-django python-webassets))
|
|
||||||
(home-page "https://github.com/miracle2k/django-assets")
|
|
||||||
(synopsis "Asset management for Django")
|
|
||||||
(description
|
|
||||||
"Asset management for Django, to compress and merge CSS and Javascript
|
|
||||||
files. Integrates the webassets library with Django, adding support for
|
|
||||||
merging, minifying and compiling CSS and Javascript files.")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public python-django-jinja
|
(define-public python-django-jinja
|
||||||
(package
|
(package
|
||||||
(name "python-django-jinja")
|
(name "python-django-jinja")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue