unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Holger Peters <holger.peters@posteo.de>
To: 41416@debbugs.gnu.org
Cc: Holger Peters <holger.peters@posteo.de>
Subject: [bug#41416] [PATCH 7/8] gnu: Add python-hupper
Date: Wed, 20 May 2020 09:07:09 +0200	[thread overview]
Message-ID: <20200520070710.6999-7-holger.peters@posteo.de> (raw)
In-Reply-To: <20200520070710.6999-1-holger.peters@posteo.de>

* gnu/packages/python-web.scm (python-hupper): New variable
---
 gnu/packages/python-web.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 79cb0424ff..84aeaed869 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3946,3 +3946,33 @@ be registered via an entrypoint.")
 provides a plaster Loader object that can parse ini files according to the
 standard set by PasteDeploy ")
     (license license:expat)))
+
+(define-public python-hupper
+  (package
+    (name "python-hupper")
+    (version "1.10.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "hupper" version))
+              (sha256
+               (base32
+                "0am0p6g5cz6xmcaf04xq8q6dzdd9qz0phj6gcmpsckf2mcyza61q"))))
+    (build-system python-build-system)
+    (arguments '(#:test-target "pytest"))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-pytest-runner" ,python-pytest-runner)
+       ("python-watchdog" ,python-watchdog)
+       ("python-mock" ,python-mock)
+       ("python-pytest-cov" ,python-pytest-cov)))
+    (propagated-inputs
+     `(("python-pytz" ,python-pytz)))
+    (home-page "https://readthedocs.org/projects/hupper")
+    (synopsis
+      "Integrated process monitor tracking changes to imported
+      Python files")
+    (description
+      "Hupper is an integrated process monitor that will track changes to any
+imported Python files in sys.modules as well as custom paths.  When files are
+changed the process is restarted.")
+    (license license:expat)))
-- 
2.26.0





  parent reply	other threads:[~2020-05-20  7:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  7:02 [bug#41416] [PATCH 0/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:07 ` [bug#41416] [PATCH 1/8] gnu: python-webob: Update to 1.8.6 Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 2/8] gnu: Add python-venusian Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 3/8] gnu: Add python-zope-deprecation Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 4/8] gnu: Add python-translationstring Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 5/8] gnu: Add python-plaster Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 6/8] gnu: Add python-plaster-pastedeploy Holger Peters
2020-05-20  7:07   ` Holger Peters [this message]
2020-05-20  7:07   ` [bug#41416] [PATCH 8/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:42     ` bug#41416: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200520070710.6999-7-holger.peters@posteo.de \
    --to=holger.peters@posteo.de \
    --cc=41416@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).