[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76835] [PATCH v2 16/24] gnu: Remove python-anyjson.
From: |
Nicolas Graves |
Subject: |
[bug#76835] [PATCH v2 16/24] gnu: Remove python-anyjson. |
Date: |
Sun, 9 Mar 2025 23:11:24 +0100 |
This package is a leaf package in Guix, is stale for 13 years, and its
upstream repository is not even up anymore.
* gnu/packages/python-xyz.scm (python-anyjson): Delete variable.
---
gnu/packages/python-xyz.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6054a88562..558131fee6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21048,34 +21048,6 @@ (define-public python-pyquery
fast xml and html manipulation.")
(license license:bsd-3)))
-(define-public python-anyjson
- (package
- (name "python-anyjson")
- (version "0.3.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "anyjson" version))
- (sha256
- (base32
- "1fjph4alvcscsl5d4b6qpv1yh31jy05jxi1l0xff7lws7j32v09p"))))
- (build-system python-build-system)
- (arguments
- `(;; We could possibly get tests working, but on Python 3 it's not so
easy.
- ;; Very strangely, 2to3 is run *during setup.py install* (or bdist, or
- ;; whatever) so this transformation needs to be done before the tests
- ;; can be run. Maybe we could add a build step to transform beforehand
- ;; but it could be annoying/difficult.
- #:tests? #f))
- (native-inputs (list python-setuptools-57)) ;for use_2to3 support
- (home-page "https://bitbucket.org/runeh/anyjson/")
- (synopsis
- "Wraps best available JSON implementation in a common interface")
- (description
- "Anyjson loads whichever is the fastest JSON module installed
-and provides a uniform API regardless of which JSON implementation is used.")
- (license license:bsd-3)))
-
(define-public python-amqp
(package
(name "python-amqp")
--
2.48.1
- [bug#76835] [PATCH v2 19/24] gnu: gdal: Update to 3.10.2., (continued)
- [bug#76835] [PATCH v2 19/24] gnu: gdal: Update to 3.10.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 21/24] gnu: sphinx-5: Ignore failing test., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 20/24] gnu: python-docutils-0.15: Update to 0.16., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 15/24] gnu: Remove python-sphinx-4., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 05/24] gnu: python-h2: Fix test-flags., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 08/24] gnu: python-cfn-lint: Update to 1.28.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 04/24] gnu: Add python-rrdtool., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 09/24] gnu: patchwork: Update to 3.2.1., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 12/24] gnu: Remove python-sphinx-autodoc-typehints-5., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 14/24] gnu: python-numpy-documentation: Update python-sphinx native-input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 16/24] gnu: Remove python-anyjson.,
Nicolas Graves <=
- [bug#76835] [PATCH v2 17/24] gnu: Remove python-parameterizedtestcase., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 22/24] gnu: python-importlib-resources: Update python-setuptools input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 10/24] gnu: Remove python-django-3.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 24/24] gnu: Remove python-setuptools-57., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v2 23/24] gnu: python-louvain: Use pyproject-build-system., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 01/40] gnu: gunicorn: Migrate 'check phase to pyproject-build-system., Nicolas Graves, 2025/03/09