Revert "gnu: Add python-pathspec."

This reverts commit da69a9e151.

We already have python-pathspec in (gnu packages python-build).  Also, this
addition causes a massive number of rebuilds.
This commit is contained in:
Ricardo Wurmus 2025-01-17 10:15:05 +01:00
parent cd12fa4e20
commit f0804b0c22
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38038,24 +38038,6 @@ (define-public python-hypy-utils
and setting the color of terminal output, via HyDEV.") and setting the color of terminal output, via HyDEV.")
(license license:expat))) (license license:expat)))
(define-public python-pathspec
(package
(name "python-pathspec")
(version "0.12.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pathspec" version))
(sha256
(base32 "04jpkzic8f58z6paq7f3f7fdnlv9l89khv3sqsqk7ax10caxb0m4"))))
(build-system pyproject-build-system)
(native-inputs (list python-flit-core python-setuptools))
(home-page "https://github.com/cpburnz/python-pathspec")
(synopsis "Gitignore style pattern matching of file paths")
(description
"Utility library for gitignore style pattern matching of file paths.")
(license license:mpl2.0)))
(define-public python-mike (define-public python-mike
(package (package
(name "python-mike") (name "python-mike")