gnu: python-dj-database-url: Update to 3.0.1.

* gnu/packages/django.scm (python-dj-database-url): Update to 3.0.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.
[propagated-inputs]: Remove python-typing-extensions.
[home-page]: Switch to maintained repository.

Change-Id: I78000fe797bc3a3801ee85e6303987d4505852f2
This commit is contained in:
Vinicius Monego 2025-07-24 06:27:18 -03:00
parent f6e59b049b
commit 80c43facde
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -742,17 +742,18 @@ example, explicit calls to callables from templates and better performance.")
(define-public python-dj-database-url (define-public python-dj-database-url
(package (package
(name "python-dj-database-url") (name "python-dj-database-url")
(version "2.3.0") (version "3.0.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "dj_database_url" version)) (uri (pypi-uri "dj_database_url" version))
(sha256 (sha256
(base32 (base32
"11w7532lq05c3wysbn7f5jf82yj0vjjmsi2ylkjmfsqq6kkfhlmf")))) "1y7ghizjni3imbmqh63mra8pcvqzr5q0hma1ijzwd3w8zcg9d549"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs (propagated-inputs
(list python-django python-typing-extensions)) (list python-django))
(home-page "https://github.com/kennethreitz/dj-database-url") (home-page "https://github.com/jazzband/dj-database-url")
(synopsis "Use Database URLs in your Django Application") (synopsis "Use Database URLs in your Django Application")
(description (description
"This simple Django utility allows you to utilize the 12factor inspired "This simple Django utility allows you to utilize the 12factor inspired