guix-commits
[Top][All Lists]
Advanced

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

03/03: Revert "gnu: Add python-pathtools."


From: guix-commits
Subject: 03/03: Revert "gnu: Add python-pathtools."
Date: Sun, 26 Jan 2020 17:40:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 435c2c39aa364d43facc61967eba833165adc966
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 26 22:56:04 2020 +0100

    Revert "gnu: Add python-pathtools."
    
    This package was already in Guix since commit
    dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9.
    
    This reverts commit 87435943d1cf082b64fd2ee581e9db85b373ddb9.
---
 gnu/packages/python-xyz.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0f5b02c..2af2b20 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17359,24 +17359,6 @@ file to ensure it completely and accurately describes 
your project.")
 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)))
-
 (define-public python-watchdog
   (package
     (name "python-watchdog")



reply via email to

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