From 99c44197f14754114c98ef96f129470540f2ab80 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Fri, 9 Dec 2022 18:21:54 +0100 Subject: [PATCH 10/19] gnu: Add python-watchdog-1. * gnu/packages/python-xyz.scm (python-watchdog-1): New variable. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ed9beb9c0d..42dc0dbd69 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25317,6 +25317,20 @@ (define-public python-watchdog but portable.") (license license:asl2.0))) +(define-public python-watchdog-1 + (package + (inherit python-watchdog) + (name "python-watchdog") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "watchdog" version)) + (sha256 + (base32 "10l9r2nnk7gfh5asn4crvpa9kz83ng0zn5pzww7jnff06lmbqv1p")))) + (native-inputs + (list python-argh python-pytest-cov python-pytest-timeout)))) + (define-public python-watchgod (package (name "python-watchgod") -- 2.38.1