1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove python-django-bulk-update.

* gnu/packages/django.scm (python-django-bulk-update): Delete variable.

Fixes: guix/guix#3088
Change-Id: I32850ec17e737cc4a70e10700f6a6f93c65c149a
This commit is contained in:
Andreas Enge
2025-10-29 10:47:01 +01:00
parent 395591c09d
commit 797cfc7a0d

View File

@@ -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")