diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 17:51:01 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-08 16:50:06 +0100 |
commit | 017cf17360cdce6083fe2ab353c8cdf4f32f8a75 (patch) | |
tree | 5ad03b1d53a778be2386d69af3a48d0adce6d417 /gnu/packages/python-xyz.scm | |
parent | 4dd222e689f01f9256930d03bab30871741d45f8 (diff) |
gnu: Remove python-pathtools.
The same functionality is a part of standard Python library, this
project is not maintained since 2014, see:
<https://github.com/gorakhargosh/pathtools/issues/4>.
* gnu/packages/python-xyz.scm (python-pathtools): Delete variable.
Change-Id: Ia08ee219243c8f96a15992d5d556679b550bf457
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 d2c4bd2861..5707e2c246 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32345,25 +32345,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") |