summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-21 17:35:35 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:50 +0100
commit022ca7dab035e66a5101adec9774c0cc4d42e04c (patch)
tree02f6a50f12f961ffd3c8c5e8dd8564d1d1966fe5
parent73dc09c0978f3970db3f793e860c1c80c04be868 (diff)
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>
-rw-r--r--gnu/packages/django.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 5f67f44ab6..08a71f38c4 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -745,38 +745,6 @@ queries done via the Django ORM, SQLAlchemy generated queries are displayed.")
templatetags and a full test suite.")
(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
(package
(name "python-django-jinja")