Revert "gnu: Add python-pathtools."

This package was already in Guix since commit
dbcef44a0b.

This reverts commit 87435943d1.
This commit is contained in:
Marius Bakke 2020-01-26 22:56:04 +01:00
parent fed17bcad9
commit 435c2c39aa
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -17359,24 +17359,6 @@ (define-public python-android-stringslib
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")