guix-patches
[Top][All Lists]
Advanced

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

[bug#39128] [PATCH 08/12] gnu: Add python-pathtools.


From: Julien Lepiller
Subject: [bug#39128] [PATCH 08/12] gnu: Add python-pathtools.
Date: Tue, 14 Jan 2020 02:57:35 +0100

* 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 8bcbf855b1..56d98333ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17143,3 +17143,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)))
-- 
2.24.0






reply via email to

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