[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
355/420: gnu: Remove python-flask-jwt.
From: |
guix-commits |
Subject: |
355/420: gnu: Remove python-flask-jwt. |
Date: |
Tue, 26 Nov 2024 16:29:33 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cae22d63479c8a2f6a696db281dd4691f5ab2e3f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 23:15:25 2024 +0000
gnu: Remove python-flask-jwt.
Unmaintained and not in use by any packages in Guix. Upstream note: "This
repository has been archived by the owner on Feb 22, 2024. It is now
read-only."
* gnu/packages/python-web.scm (python-flask-jwt): Delete variable.
Change-Id: Id59422744dd0ee81dcde782f6172744ab026bb00
---
gnu/packages/python-web.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 03b162e77f..b83f17d34b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4977,38 +4977,6 @@ Betamax that may possibly end up in the main package.")
"S3transfer is a Python library for managing Amazon S3 transfers.")
(license license:asl2.0)))
-(define-public python-flask-jwt
- (package
- (name "python-flask-jwt")
- (version "0.3.2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "Flask-JWT" version))
- (sha256
- (base32
- "1bfh7cr0sf65rn4h1q67472y6ml9s8c4k0xxfhrwvwg0plpngh29"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'compatibility
- (lambda _
- (substitute* "setup.cfg"
- (("\\[pytest\\]") "[tool:pytest]"))
- (substitute* "requirements.txt"
- (("PyJWT>=1.4.0,<1.5.0") "PyJWT>=2.0.0"))
- (substitute* '("tests/test_jwt.py"
- "flask_jwt/__init__.py")
- (("access_token.decode\\('utf-8'\\)") "access_token")))))))
- (propagated-inputs (list python-flask python-pyjwt))
- (native-inputs (list python-pytest python-setuptools python-wheel))
- (home-page "https://github.com/mattupstate/flask-jwt";)
- (synopsis "JWT token authentication for Flask apps")
- (description "This package implements JWT token authentication for Flask
-apps.")
- (license license:expat)))
-
(define-public python-flask-restful
(package
(name "python-flask-restful")
- 321/420: gnu: python-py: Improve package style., (continued)
- 321/420: gnu: python-py: Improve package style., guix-commits, 2024/11/26
- 340/420: gnu: python-werkzeug: Update to 3.1.3., guix-commits, 2024/11/26
- 319/420: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/26
- 342/420: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/26
- 318/420: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/26
- 353/420: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/26
- 343/420: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/26
- 339/420: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/26
- 351/420: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/26
- 335/420: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/26
- 355/420: gnu: Remove python-flask-jwt.,
guix-commits <=
- 368/420: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/26
- 367/420: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/26
- 373/420: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/26
- 382/420: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/26
- 381/420: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/26
- 396/420: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/26
- 390/420: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/26
- 400/420: gnu: Add python-pytest-asyncio-0.23., guix-commits, 2024/11/26
- 411/420: gnu: python-betamax: Update to 0.9.0., guix-commits, 2024/11/26
- 412/420: gnu: python-poetry-core: Update to 1.9.1., guix-commits, 2024/11/26