GNU bug report logs - #39128
[PATCH] Add offlate

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Tue, 14 Jan 2020 01:54:01 UTC

Severity: normal

Tags: patch

Done: Jakub Kądziołka <kuba <at> kadziolka.net>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 39128 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: 39128 <at> debbugs.gnu.org
Subject: [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





This bug report was last modified 5 years and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.