guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 797cfc7a0d067345cfff4e57bbc1a50acda2d1e9
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 29 10:47:01 2025 +0100

    gnu: Remove python-django-bulk-update.
    
    * gnu/packages/django.scm (python-django-bulk-update): Delete variable.
    
    Fixes: guix/guix#3088
    Change-Id: I32850ec17e737cc4a70e10700f6a6f93c65c149a
---
 gnu/packages/django.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 586c18829c..ee52dd0437 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1047,29 +1047,6 @@ applications with a @var{SEARCH_URL} variable.")
     (description "Pickled object field for Django")
     (license license:expat)))
 
-(define-public python-django-bulk-update
-  (package
-    (name "python-django-bulk-update")
-    (version "2.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "django-bulk-update" version))
-              (sha256
-               (base32
-                "0dxkmrm3skyw82i0qa8vklxw1ma1y308kh9w2hcnvhpacn5cxdss"))))
-    (build-system python-build-system)
-    (arguments
-     ;; XXX: Tests require a Postgres database.
-     `(#:tests? #f))
-    (propagated-inputs
-     (list python-django))
-    (home-page "https://github.com/aykut/django-bulk-update";)
-    (synopsis "Simple bulk update over Django ORM or with helper function")
-    (description
-      "Simple bulk update over Django ORM or with helper function.  This
-project aims to bulk update given objects using one query over Django ORM.")
-    (license license:expat)))
-
 (define-public python-django-contact-form
   (package
     (name "python-django-contact-form")

Reply via email to