[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/57: gnu: Remove python-django-overextends.
From: |
guix-commits |
Subject: |
50/57: gnu: Remove python-django-overextends. |
Date: |
Tue, 22 Sep 2020 12:43:43 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 18eea4499f4ab6cbd71ce66003e33927bf2b4321
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 11 18:52:45 2020 +0200
gnu: Remove python-django-overextends.
This package does not work with newer versions of Django and its
functionality
has been superseded by a built-in extends module.
* gnu/packages/django.scm (python-django-overextends): Remove variable.
---
gnu/packages/django.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index f9a4a90..e1a2548 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -750,36 +750,6 @@ used to attach comments to any model, so you can use it
for comments on blog
entries, photos, book chapters, or anything else.")
(license license:bsd-3)))
-(define-public python-django-overextends
- (package
- (name "python-django-overextends")
- (version "0.4.3")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "django-overextends" version))
- (sha256
- (base32
- "0qc2pcf3i56pmfxh2jw7k3pgljd8xzficmkl2541n7bkcbngqfzm"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _ (invoke "./test_project/manage.py" "test"))))))
- (propagated-inputs
- `(("python-django" ,python-django)))
- (native-inputs
- `(("sphinx-me" ,python-sphinx-me)))
- (home-page "https://github.com/stephenmcd/django-overextends")
- (synopsis "Circular template inheritance")
- (description
- "A Django reusable app providing the overextends template tag, a drop-in
-replacement for Django's extends tag, which allows you to use circular template
-inheritance. The primary use-case for overextends is to simultaneously
-override and extend templates from other reusable apps, in your own Django
-project.")
- (license license:bsd-2)))
-
(define-public python-django-pipeline
(package
(name "python-django-pipeline")
- 37/57: gnu: python-django-statici18n: Update to 1.9.0., (continued)
- 37/57: gnu: python-django-statici18n: Update to 1.9.0., guix-commits, 2020/09/22
- 45/57: gnu: Add python-django-netfields., guix-commits, 2020/09/22
- 57/57: gnu: python-hyperkitty: Enable previously failing test., guix-commits, 2020/09/22
- 21/57: gnu: python-webassets: Update to 2.0., guix-commits, 2020/09/22
- 30/57: gnu: python-rq: Update to 1.5.1., guix-commits, 2020/09/22
- 39/57: gnu: python-django-override-storage: Update to 0.3.0., guix-commits, 2020/09/22
- 35/57: gnu: python-django-sortedm2m: Update to 3.0.2., guix-commits, 2020/09/22
- 36/57: gnu: python-django-appconf: Update to 1.0.4., guix-commits, 2020/09/22
- 38/57: gnu: python-django-sekizai: Update to 2.0.0., guix-commits, 2020/09/22
- 41/57: gnu: Deprecate python-django-jsonfield., guix-commits, 2020/09/22
- 50/57: gnu: Remove python-django-overextends.,
guix-commits <=
- 49/57: gnu: Add python-django-url-filter., guix-commits, 2020/09/22
- 53/57: gnu: Remove python2-mysqlclient., guix-commits, 2020/09/22
- 56/57: gnu: patchwork: Update to 2.2.2., guix-commits, 2020/09/22
- 10/57: gnu: python-django-extensions: Update to 3.0.6., guix-commits, 2020/09/22
- 12/57: gnu: python-django-crispy-forms: Update to 1.9.2., guix-commits, 2020/09/22
- 13/57: gnu: python-djangorestframework: Update to 3.11.1., guix-commits, 2020/09/22
- 17/57: gnu: python-django-pipeline: Update to 2.0.5., guix-commits, 2020/09/22
- 19/57: gnu: python-django-debug-toolbar: Update to 2.2., guix-commits, 2020/09/22
- 20/57: gnu: python-django-gravatar2: Update to 1.4.4., guix-commits, 2020/09/22
- 22/57: gnu: python-django-assets: Update to 2.0., guix-commits, 2020/09/22