guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60238] [PATCH v2 2/7] gnu: Add python-portend.


From: dan
Subject: [bug#60238] [PATCH v2 2/7] gnu: Add python-portend.
Date: Fri, 3 Feb 2023 00:58:11 +0800

* gnu/packages/python-xyz.scm (python-portend): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bcf1d29727..8e291a1996 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8929,6 +8929,24 @@ (define-public python-jaraco-packaging
 releases.")
     (license license:expat)))
 
+(define-public python-portend
+  (package
+    (name "python-portend")
+    (version "3.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "portend" version))
+              (sha256
+               (base32
+                "1r14sb2rh7ncy0m28dqfb70cqxdd0y0idml7vzv27a2y0hb337i3"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-tempora))
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/jaraco/portend";)
+    (synopsis "TCP port monitoring and discovery utilities")
+    (description "Use portend to monitor TCP ports for bound or unbound 
states.")
+    (license license:expat)))
+
 (define-public python-simplegeneric
   (package
     (name "python-simplegeneric")
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]