diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ed06bd0d41..a0912e130e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32249,25 +32249,6 @@ the import name as the name on PyPI. All subpackages and data files within a package are included automatically.") (license license:bsd-3))) -(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 "Path utilities for Python") - (description "Pattern matching and various utilities for file systems -paths.") - (license license:expat))) - (define-public python-fastentrypoints (package (name "python-fastentrypoints") |