Skip to content
Snippets Groups Projects
Unverified Commit 87435943 authored by Julien Lepiller's avatar Julien Lepiller
Browse files

gnu: Add python-pathtools.

* gnu/packages/python-xyz.scm (python-pathtools): New variable.
parent b487b7b5
No related branches found
No related tags found
No related merge requests found
...@@ -17357,3 +17357,21 @@ (define-public python-android-stringslib ...@@ -17357,3 +17357,21 @@ (define-public python-android-stringslib
(description "Android Strings Lib provides support for android's strings.xml (description "Android Strings Lib provides support for android's strings.xml
files. These files are used to translate strings in android apps.") files. These files are used to translate strings in android apps.")
(license license:expat))) (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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment