summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index baaf9e323e2..29bce912d5e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14360,35 +14360,6 @@ enforced method signatures and consistent documentation.")
releases.")
(license license:expat)))
-(define-public python-jaraco-path
- (package
- (name "python-jaraco-path")
- (version "3.7.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jaraco/jaraco.path")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "12bj9za1yp0yn0ppya6a4kwgmh7hvmw64x7ivp4y0sbv20r0vfdq"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'set-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
- (native-inputs
- (list python-pytest python-setuptools python-setuptools-scm))
- (home-page "https://github.com/jaraco/jaraco.path")
- (synopsis "Miscellaneous path functions")
- (description
- "This package provides miscellaneous path functions for Python.")
- (license license:expat)))
-
(define-public python-jaraco-test
(package
(name "python-jaraco-test")