guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-django-pipeline: Update to 2.1.0.


From: guix-commits
Subject: 01/02: gnu: python-django-pipeline: Update to 2.1.0.
Date: Sat, 6 May 2023 14:03:15 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit f77d5ebb6a7d10ab8b6ef5d8b4094581c368997f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat May 6 18:56:21 2023 +0100

    gnu: python-django-pipeline: Update to 2.1.0.
    
    Remove python-slimit as a dependency as it's no longer supported. Also make
    the inputs native-inputs since they're all test dependencies and users of 
this
    library should pick which things they want to use it with.
    
    * gnu/packages/django.scm (python-django-pipeline): Update to 2.1.0.
    [propagated-inputs]: Move some to...
    [native-inputs]: ... here, removing python-slimit and adding
    python-setuptools-scm.
---
 gnu/packages/django.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index c930957805..b089954b6b 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -800,14 +800,14 @@ entries, photos, book chapters, or anything else.")
 (define-public python-django-pipeline
   (package
     (name "python-django-pipeline")
-    (version "2.0.5")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-pipeline" version))
        (sha256
         (base32
-         "19vrbd5s12qw4qlg5n8ldv7zz2rs5y2sdid1i7lvgp92m71dayvc"))))
+         "194j8xihx5yr1yfrssdy6nxmx8yc999pz2ai9lg83l7izmbcx9in"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -823,8 +823,10 @@ entries, photos, book chapters, or anything else.")
                (setenv "DJANGO_SETTINGS_MODULE" "tests.settings")
                (invoke "django-admin" "test" "tests"
                        "--pythonpath=.")))))))
-    (propagated-inputs
-     (list python-css-html-js-minify python-django python-slimit
+    (native-inputs
+     (list python-django
+           python-setuptools-scm
+           python-css-html-js-minify
            python-jsmin))
     (home-page
      "https://github.com/jazzband/django-pipeline";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]