guix-commits
[Top][All Lists]
Advanced

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

05/44: gnu: python-pyramid: Update to 2.0.2.


From: guix-commits
Subject: 05/44: gnu: python-pyramid: Update to 2.0.2.
Date: Tue, 17 Dec 2024 08:04:41 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 207ea461f209410f1618c1182b962930a11da3fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 08:37:59 2024 +0100

    gnu: python-pyramid: Update to 2.0.2.
    
    * gnu/packages/python-web.scm (python-pyramid): Update to 2.0.2.
    [build-system]: Use pyproject-build-system.
    [propagated-inputs]: Add python-setuptools; move python-webtest from here...
    [native-inputs]: ...to here; add python-pytest and python-wheel.
    
    Change-Id: I9f397c4d3c8fef2b10f591cbca504f6cc14cd715
---
 gnu/packages/python-web.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3137fb5ac9..790434ea15 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7408,25 +7408,26 @@ changed the process is restarted.")
 (define-public python-pyramid
   (package
     (name "python-pyramid")
-    (version "1.10.4")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pyramid" version))
               (sha256
                (base32
-                "0rkxs1ajycg2zh1c94xlmls56mx5m161sn8112skj0amza6cn36q"))))
-    (build-system python-build-system)
+                "1phqdz068hl3zda263qkjp5am8fmvmpcxp3nrhsna8g472kkh89p"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-hupper
+           python-plaster
            python-plaster-pastedeploy
+           python-setuptools
            python-translationstring
            python-venusian
            python-webob
-           python-zope-deprecation
-           python-zope-interface
-           python-webtest
            python-zope-component
-           python-plaster))
+           python-zope-deprecation
+           python-zope-interface))
+    (native-inputs (list python-pytest python-webtest python-wheel))
     (home-page "https://trypyramid.com/";)
     (synopsis "Python web-framework suitable for small and large sites")
     (description



reply via email to

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