@@ -99,6 +99,28 @@ nosetests, etc...) in Python projects.")
(description "A CPython extension supporting pyinstrument")
(license license:bsd-3)))
+(define-public python-pyinstrument
+ (package
+ (name "python-pyinstrument")
+ (version "3.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyinstrument" version))
+ (sha256
+ (base32
+ "0r8n2ajhjx9mlsy7hsvf6ihw1lk4zn1l95vd1c3g0jc3m1pfz3yf"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pyinstrument-cext" ,python-pyinstrument-cext)))
+ (home-page
+ "https://github.com/joerick/pyinstrument")
+ (synopsis
+ "Call stack profiler for Python. Shows you why your code is slow!")
+ (description
+ "Call stack profiler for Python. Shows you why your code is slow!")
+ (license license:bsd-3)))
+
(define-public python-vcrpy
(package
(name "python-vcrpy")