[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")
- 12/16: gnu: Add python-pytest-shutil., (continued)
- 12/16: gnu: Add python-pytest-shutil., guix-commits, 2019/06/26
- 11/16: gnu: Add python-pytest-flake8., guix-commits, 2019/06/26
- 06/16: gnu: Add python-contextlib2., guix-commits, 2019/06/26
- 08/16: gnu: Add python-zipp., guix-commits, 2019/06/26
- 07/16: gnu: Add python-setuptools-git., guix-commits, 2019/06/26
- 09/16: gnu: Add python-importlib-metadata., guix-commits, 2019/06/26
- 14/16: gnu: Add python-pytest-virtualenv., guix-commits, 2019/06/26
- 02/16: gnu: Add libclc., guix-commits, 2019/06/26
- 13/16: gnu: Add python-pytest-fixture-config., guix-commits, 2019/06/26
- 16/16: gnu: python-pathpy: Update to 11.5.0., guix-commits, 2019/06/26
- 15/16: gnu: Add python-jaraco-packaging.,
guix-commits <=
- 01/16: gnu: libcxx: Update hash., guix-commits, 2019/06/26
- 05/16: gnu: Add python-pathlib2., guix-commits, 2019/06/26