guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: Add python-jaraco-packaging.


From: guix-commits
Subject: 15/16: gnu: Add python-jaraco-packaging.
Date: Wed, 26 Jun 2019 10:33:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 37c173d162e0d16d837c39cc788f12e040521d0b
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 25 12:03:45 2019 +0200

    gnu: Add python-jaraco-packaging.
    
    * gnu/packages/python-xyz.scm (python-jaraco-packaging): New variable.
---
 gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index daf327b..e2a3d71 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4884,6 +4884,34 @@ its top-level name.  This functionality intends to 
replace most uses of
 need to use the older and less efficient @code{pkg_resources} package.")
     (license license:asl2.0)))
 
+(define-public python-jaraco-packaging
+  (package
+    (name "python-jaraco-packaging")
+    (version "6.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "jaraco.packaging" version))
+        (sha256
+          (base32
+            "0zimrnkh33b9g8ffw11mjh6kvs54cy5gcjw1h5cl1r7dc833dmkm"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-pytest-checkdocs" ,python-pytest-checkdocs)
+       ("python-pytest-flake8" ,python-pytest-flake8)
+       ("python-rst.linker" ,python-rst.linker)
+       ("python-setuptools" ,python-setuptools)
+       ("python-setuptools-scm" ,python-setuptools-scm)
+       ("python-six" ,python-six)
+       ("python-sphinx" ,python-sphinx)))
+    (home-page "https://github.com/jaraco/jaraco.packaging";)
+    (synopsis "Tools to supplement packaging Python releases")
+    (description
+     "This package provides various tools to supplement packaging Python
+releases.")
+    (license license:expat)))
+
 (define-public python-pathpy
   (package
     (name "python-pathpy")



reply via email to

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