diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 22:56:04 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 23:39:35 +0100 |
commit | 435c2c39aa364d43facc61967eba833165adc966 (patch) | |
tree | 90a9c927e2c27afe5c04e1ce4b832a98c345035c /gnu | |
parent | fed17bcad9b35dba73502048e1729b0b66d5694d (diff) | |
download | patches-435c2c39aa364d43facc61967eba833165adc966.tar patches-435c2c39aa364d43facc61967eba833165adc966.tar.gz |
Revert "gnu: Add python-pathtools."
This package was already in Guix since commit
dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9.
This reverts commit 87435943d1cf082b64fd2ee581e9db85b373ddb9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0f5b02c730..2af2b2011c 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") |