guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f35e7c12a39513e58d5d979a2bfd22c80b03ac98
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 29 10:53:19 2025 +0100
gnu: Remove python-django-debug-toolbar-alchemy.
* gnu/packages/django.scm (python-django-debug-toolbar-alchemy):
Delete variable.
Fixes: guix/guix#3085
Change-Id: I6cff3a3fe170e8b9f4c2c0222952a568f94464e5
---
gnu/packages/django.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index ee52dd0437..a93619e5f9 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -854,29 +854,6 @@ information about the current request and response as a
toolbar on the
rendered page.")
(license license:bsd-3)))
-(define-public python-django-debug-toolbar-alchemy
- (package
- (name "python-django-debug-toolbar-alchemy")
- (version "0.1.5")
- (home-page "https://github.com/miki725/django-debug-toolbar-alchemy")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "django-debug-toolbar-alchemy" version))
- (sha256
- (base32
- "1kmpzghnsc247bc1dl22s4y62k9ijgy1pjms227018h5a4frsa5b"))))
- (build-system python-build-system)
- (arguments '(#:tests? #f)) ;XXX: 'make check' does "echo TODO"
- (propagated-inputs
- (list python-django python-django-debug-toolbar python-jsonplus
- python-six python-sqlalchemy))
- (synopsis "Django Debug Toolbar panel for SQLAlchemy")
- (description
- "This package completely mimics the default Django Debug Toolbar SQL
-panel (internally it is actually subclassed), but instead of displaying
-queries done via the Django ORM, SQLAlchemy generated queries are displayed.")
- (license license:expat)))
-
(define-public python-django-gravatar2
(package
(name "python-django-gravatar2")