Revert "gnu: Add python-pathtools."
This package was already in Guix since commitdbcef44a0b
. This reverts commit87435943d1
.
This commit is contained in:
parent
fed17bcad9
commit
435c2c39aa
1 changed files with 0 additions and 18 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue