[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/57: gnu: Remove python2-django-mailman3.
From: |
guix-commits |
Subject: |
03/57: gnu: Remove python2-django-mailman3. |
Date: |
Tue, 22 Sep 2020 12:43:29 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 23f6796880f5d8fd9f2ef9b881a2330b76675fdb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 19:05:41 2020 +0200
gnu: Remove python2-django-mailman3.
This package depends on Python 2 which is past end-of-life and not supported
by newer versions of Django.
* gnu/packages/mail.scm (python2-django-mailman3): Remove variable.
(python-django-mailman3)[properties]: Remove.
---
gnu/packages/mail.scm | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 06b04d6..c9edde6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3050,47 +3050,6 @@ installation on systems where resources are limited.
Its features include:
(description
"This package contains libraries and templates for Django-based interfaces
interacting with Mailman.")
- (properties `((python2-variant . ,(delay python2-django-mailman3))))
- (license license:gpl3+)))
-
-;; This is the last version to support Python-2.
-(define-public python2-django-mailman3
- (package
- (name "python2-django-mailman3")
- (version "1.1.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "django-mailman3" version))
- (sha256
- (base32
- "1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "django-admin"
- "test"
- "--settings=django_mailman3.tests.settings_test"
- "django_mailman3"))))
- #:python ,python-2))
- (inputs
- `(("python2-django" ,python2-django)))
- (propagated-inputs
- `(("python2-requests" ,python2-requests)
- ("python2-requests-oauthlib" ,python2-requests-oauthlib)
- ("python2-openid" ,python2-openid)
- ("python2-mailmanclient" ,python2-mailmanclient)
- ("python2-django-allauth" ,python2-django-allauth)
- ("python2-django-gravatar2" ,python2-django-gravatar2)
- ("python2-pytz" ,python2-pytz)))
- (home-page "https://gitlab.com/mailman/django-mailman3")
- (synopsis "Django library for Mailman UIs")
- (description
- "Libraries and templates for Django-based interfaces
-interacting with Mailman.")
(license license:gpl3+)))
(define-public python-mailman-hyperkitty
- branch master updated (c7011ff -> a2c0dbb), guix-commits, 2020/09/22
- 02/57: gnu: Remove pootle., guix-commits, 2020/09/22
- 01/57: gnu: python-uritemplate: Update to 3.0.1., guix-commits, 2020/09/22
- 04/57: gnu: Add python-asgiref., guix-commits, 2020/09/22
- 07/57: gnu: python-pytest-django: Update to 3.10.0., guix-commits, 2020/09/22
- 05/57: gnu: python-django: Update to 3.1.1., guix-commits, 2020/09/22
- 08/57: gnu: python-django-simple-math-captcha: Update to 1.0.9., guix-commits, 2020/09/22
- 09/57: gnu: python-django-classy-tags: Update to 2.0.0., guix-commits, 2020/09/22
- 03/57: gnu: Remove python2-django-mailman3.,
guix-commits <=
- 14/57: gnu: python-django-filter: Update to 2.3.0., guix-commits, 2020/09/22
- 15/57: gnu: python-django-allauth: Update to 0.42.0., guix-commits, 2020/09/22
- 18/57: gnu: python-django-jinja: Update to 2.6.0., guix-commits, 2020/09/22
- 06/57: gnu: python-django: Propagate python-sqlparse., guix-commits, 2020/09/22
- 11/57: gnu: python-django-taggit: Update to 1.3.0., guix-commits, 2020/09/22
- 24/57: gnu: python-django-picklefield: Update to 3.0.1., guix-commits, 2020/09/22
- 47/57: gnu: Add python-jsonplus., guix-commits, 2020/09/22
- 16/57: gnu: Add python-css-html-js-minify., guix-commits, 2020/09/22
- 28/57: gnu: python-django-redis: Update to 4.12.1., guix-commits, 2020/09/22
- 34/57: gnu: python-django-q: Update to 1.3.3., guix-commits, 2020/09/22