mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pywatchman.
* gnu/packages/python-xyz.scm (python-pywatchman): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
cfdad650b9
commit
6655b975a0
1 changed files with 21 additions and 0 deletions
|
@ -23307,3 +23307,24 @@ disk files in asyncio applications.")
|
||||||
"This is an implementation of PEP 557, Data Classes. It is a
|
"This is an implementation of PEP 557, Data Classes. It is a
|
||||||
backport of the @code{dataclasses} module for Python 3.6.")
|
backport of the @code{dataclasses} module for Python 3.6.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-pywatchman
|
||||||
|
(package
|
||||||
|
(name "python-pywatchman")
|
||||||
|
(version "1.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pywatchman" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1yf2gm20wc3djpb5larxii3l55xxby0il2ns3q0v1byyfnr7w16h"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;there are none
|
||||||
|
(home-page
|
||||||
|
"https://facebook.github.io/watchman/")
|
||||||
|
(synopsis "Watchman client for python")
|
||||||
|
(description "@code{python-pywatchman} is a library to connect and
|
||||||
|
query Watchman to discover file changes.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue