all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 53364@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#53364] [PATCH 09/28] gnu: Remove python2-openid.
Date: Wed, 19 Jan 2022 14:08:57 +0000	[thread overview]
Message-ID: <20220119140916.41578-9-monego@posteo.net> (raw)
In-Reply-To: <20220119140916.41578-1-monego@posteo.net>

* gnu/packages/python-web.scm (python2-openid): Remove variable.
---
 gnu/packages/python-web.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8f1b16f9f1..93e1bc31a5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1371,29 +1371,6 @@ is Python’s.")
 for clients and servers.")
     (license license:asl2.0)))
 
-(define-public python2-openid
-  (package
-    (name "python2-openid")
-    (version "2.2.5")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "python-openid" version))
-       (sha256
-        (base32
-         "1vvhxlghjan01snfdc4k7ykd80vkyjgizwgg9bncnin8rqz1ricj"))))
-    (build-system python-build-system)
-    (arguments
-     ;; Python 3 support is in `python3-openid`, a separate package.
-     `(#:python ,python-2
-       ;; Tests aren't initialized correctly.
-       #:tests? #f))
-    (home-page "https://github.com/openid/python-openid")
-    (synopsis "OpenID support for servers and consumers")
-    (description "This library provides OpenID authentication for Python, both
-for clients and servers.")
-    (license license:asl2.0)))
-
 (define-public python-cssutils
   (package
     (name "python-cssutils")
-- 
2.30.2





  parent reply	other threads:[~2022-01-19 14:57 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19 14:07 [bug#53364] [PATCH 00/28] Cleanup python2 packages in sphinx.scm and python-web.scm Vinicius Monego
2022-01-19 14:08 ` [bug#53364] [PATCH 01/28] gnu: Remove python2-sphinxcontrib-programoutput Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 02/28] gnu: Remove python2-sphinx-me Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 03/28] gnu: Remove python2-sphinx-repoze-autointerface Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 04/28] gnu: Remove python2-sphinx-cloud-sptheme Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 05/28] gnu: Remove python2-guzzle-sphinx-theme Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 06/28] gnu: Remove python2-sphinx-rtd-theme Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 07/28] gnu: Remove python2-html2text Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 08/28] gnu: Remove python2-html5-parser Vinicius Monego
2022-01-19 14:08   ` Vinicius Monego [this message]
2022-01-19 14:08   ` [bug#53364] [PATCH 10/28] gnu: Remove python2-cssutils Vinicius Monego
2022-01-19 14:08   ` [bug#53364] [PATCH 11/28] gnu: Remove python2-css-parser Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 12/28] gnu: Remove python2-cssselect Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 13/28] gnu: Remove python2-openid-cla Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 14/28] gnu: Remove python2-openid-teams Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 15/28] gnu: Remove python2-ndg-httpsclient Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 16/28] gnu: Remove python2-webtest Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 17/28] gnu: Remove python2-url Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 18/28] gnu: Remove python2-betamax-matchers Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 19/28] gnu: Remove python2-s3transfer Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 20/28] gnu: Remove python2-htmlmin Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 21/28] gnu: Remove python2-cssmin Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 22/28] gnu: Remove python2-elasticsearch Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 23/28] gnu: Remove python2-publicsuffix Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 24/28] gnu: Remove python2-publicsuffix2 Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 25/28] gnu: Remove python2-pastescript Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 26/28] gnu: Remove python2-paste Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 27/28] gnu: Add python-urlgrabber Vinicius Monego
2022-01-19 14:09   ` [bug#53364] [PATCH 28/28] gnu: Remove python2-urlgrabber Vinicius Monego
2022-01-20 13:34   ` bug#53364: [PATCH 00/28] Cleanup python2 packages in sphinx.scm and python-web.scm Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220119140916.41578-9-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=53364@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.