diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-29 10:47:01 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-29 10:47:15 +0100 |
| commit | 797cfc7a0d067345cfff4e57bbc1a50acda2d1e9 (patch) | |
| tree | d435d5f2c5e88cb9d9e487343c5d5cfb2c9d1251 /gnu/packages/django.scm | |
| parent | 395591c09da35063b6936e22430eaf2a81e3a50b (diff) | |
gnu: Remove python-django-bulk-update.
* gnu/packages/django.scm (python-django-bulk-update): Delete variable.
Fixes: guix/guix#3088
Change-Id: I32850ec17e737cc4a70e10700f6a6f93c65c149a
Diffstat (limited to 'gnu/packages/django.scm')
| -rw-r--r-- | gnu/packages/django.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 586c18829c5..ee52dd0437b 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -1047,29 +1047,6 @@ applications with a @var{SEARCH_URL} variable.") | |||
| 1047 | (description "Pickled object field for Django") | 1047 | (description "Pickled object field for Django") |
| 1048 | (license license:expat))) | 1048 | (license license:expat))) |
| 1049 | 1049 | ||
| 1050 | (define-public python-django-bulk-update | ||
| 1051 | (package | ||
| 1052 | (name "python-django-bulk-update") | ||
| 1053 | (version "2.2.0") | ||
| 1054 | (source (origin | ||
| 1055 | (method url-fetch) | ||
| 1056 | (uri (pypi-uri "django-bulk-update" version)) | ||
| 1057 | (sha256 | ||
| 1058 | (base32 | ||
| 1059 | "0dxkmrm3skyw82i0qa8vklxw1ma1y308kh9w2hcnvhpacn5cxdss")))) | ||
| 1060 | (build-system python-build-system) | ||
| 1061 | (arguments | ||
| 1062 | ;; XXX: Tests require a Postgres database. | ||
| 1063 | `(#:tests? #f)) | ||
| 1064 | (propagated-inputs | ||
| 1065 | (list python-django)) | ||
| 1066 | (home-page "https://github.com/aykut/django-bulk-update") | ||
| 1067 | (synopsis "Simple bulk update over Django ORM or with helper function") | ||
| 1068 | (description | ||
| 1069 | "Simple bulk update over Django ORM or with helper function. This | ||
| 1070 | project aims to bulk update given objects using one query over Django ORM.") | ||
| 1071 | (license license:expat))) | ||
| 1072 | |||
| 1073 | (define-public python-django-contact-form | 1050 | (define-public python-django-contact-form |
| 1074 | (package | 1051 | (package |
| 1075 | (name "python-django-contact-form") | 1052 | (name "python-django-contact-form") |
