From 797cfc7a0d067345cfff4e57bbc1a50acda2d1e9 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 29 Oct 2025 10:47:01 +0100 Subject: [PATCH] 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 586c18829c5fcb2e74fc0111c57b4e8bcd7d7fc6..ee52dd0437b5f84bfd38641e0a60e6039d4b8925 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")