guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add python-google-pasta.


From: guix-commits
Subject: branch master updated: gnu: Add python-google-pasta.
Date: Tue, 24 Oct 2023 08:23:54 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 957d4025c5 gnu: Add python-google-pasta.
957d4025c5 is described below

commit 957d4025c5678932e5af97db336c79e0ae919c35
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 24 14:21:37 2023 +0200

    gnu: Add python-google-pasta.
    
    * gnu/packages/python-xyz.scm (python-google-pasta): New variable.
    
    Change-Id: I0545997e7ef1eaec73607fed8e34391134ed0d47
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e78f3a21b..3afef5d337 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13467,6 +13467,24 @@ provided that can be used to do various manipulations 
with LilyPond files.")
 should be stored on various operating systems.")
     (license license:expat)))
 
+(define-public python-google-pasta
+  (package
+    (name "python-google-pasta")
+    (version "0.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "google-pasta" version))
+       (sha256
+        (base32 "0vm1r1jlaiagj0l9yf7j6zn9w3733dr2169911c0svgrr3gwiwn9"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-six))
+    (home-page "https://github.com/google/pasta";)
+    (synopsis "pasta is an AST-based Python refactoring library")
+    (description "This package provides \"pasta\", an AST-based Python
+refactoring library.")
+    (license license:asl2.0)))
+
 (define-public python-gorilla
   (package
     (name "python-gorilla")



reply via email to

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