unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53364] [PATCH 00/28] Cleanup python2 packages in sphinx.scm and python-web.scm
@ 2022-01-19 14:07 Vinicius Monego
  2022-01-19 14:08 ` [bug#53364] [PATCH 01/28] gnu: Remove python2-sphinxcontrib-programoutput Vinicius Monego
  0 siblings, 1 reply; 30+ messages in thread
From: Vinicius Monego @ 2022-01-19 14:07 UTC (permalink / raw)
  To: 53364; +Cc: Vinicius Monego

Vinicius Monego (28):
  gnu: Remove python2-sphinxcontrib-programoutput.
  gnu: Remove python2-sphinx-me.
  gnu: Remove python2-sphinx-repoze-autointerface.
  gnu: Remove python2-sphinx-cloud-sptheme.
  gnu: Remove python2-guzzle-sphinx-theme.
  gnu: Remove python2-sphinx-rtd-theme.
  gnu: Remove python2-html2text.
  gnu: Remove python2-html5-parser.
  gnu: Remove python2-openid.
  gnu: Remove python2-cssutils.
  gnu: Remove python2-css-parser.
  gnu: Remove python2-cssselect.
  gnu: Remove python2-openid-cla.
  gnu: Remove python2-openid-teams.
  gnu: Remove python2-ndg-httpsclient.
  gnu: Remove python2-webtest.
  gnu: Remove python2-url.
  gnu: Remove python2-betamax-matchers.
  gnu: Remove python2-s3transfer.
  gnu: Remove python2-htmlmin.
  gnu: Remove python2-cssmin.
  gnu: Remove python2-elasticsearch.
  gnu: Remove python2-publicsuffix.
  gnu: Remove python2-publicsuffix2.
  gnu: Remove python2-pastescript.
  gnu: Remove python2-paste.
  gnu: Add python-urlgrabber.
  gnu: Remove python2-urlgrabber.

 gnu/packages/python-web.scm | 142 ++++++------------------------------
 gnu/packages/sphinx.scm     |  20 +----
 2 files changed, 23 insertions(+), 139 deletions(-)


base-commit: 36f4745dc10e5d0e8b2a62cd2c8439629debae4f
-- 
2.30.2





^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-01-20 20:13 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#53364] [PATCH 09/28] gnu: Remove python2-openid Vinicius Monego
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).