guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: Add python-pathtools.


From: guix-commits
Subject: 08/12: gnu: Add python-pathtools.
Date: Sun, 26 Jan 2020 12:50:38 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 87435943d1cf082b64fd2ee581e9db85b373ddb9
Author: Julien Lepiller <address@hidden>
AuthorDate: Mon Jan 13 00:13:14 2020 +0100

    gnu: Add python-pathtools.
    
    * gnu/packages/python-xyz.scm (python-pathtools): New variable.
---
 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 70b51af..6e9722c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17357,3 +17357,21 @@ file to ensure it completely and accurately describes 
your project.")
     (description "Android Strings Lib provides support for android's 
strings.xml
 files.  These files are used to translate strings in android apps.")
     (license license:expat)))
+
+(define-public python-pathtools
+  (package
+    (name "python-pathtools")
+    (version "0.1.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pathtools" version))
+        (sha256
+         (base32
+          "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/gorakhargosh/pathtools";)
+    (synopsis "File system general utilities")
+    (description "This package provides pattern matching and various utilities
+for file systems paths.")
+    (license license:expat)))



reply via email to

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