[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40511] [REDO 1] [PATCH 3/10] gnu: Add python-jarco-text.
From: |
Christopher Lemmer Webber |
Subject: |
[bug#40511] [REDO 1] [PATCH 3/10] gnu: Add python-jarco-text. |
Date: |
Tue, 28 Apr 2020 16:18:35 -0400 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
From cdd7cb93fb9000639377911c3bacaace664bf47d Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <address@hidden>
Date: Tue, 28 Apr 2020 15:20:54 -0400
Subject: [PATCH 03/10] gnu: Add python-jarco-text.
* gnu/packages/python-xyz.scm (python-jarco-text): 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 8e0112883d..b00c8cf284 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19666,3 +19666,31 @@ Open Sound Control 1.0} specification.")
"This package provides functools like those found in stdlib.")
(license license:expat)))
+(define-public python-jaraco-text
+ (package
+ (name "python-jaraco-text")
+ (version "3.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jaraco.text" version))
+ (sha256
+ (base32
+ "1v0hz3h74m31jlbc5bxwkvrx1h2n7887bajrg1n1c3yc4q8qn1z5"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-jaraco-functools" ,python-jaraco-functools)
+ ("python-six" ,python-six)))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-checkdocs"
+ ,python-pytest-checkdocs)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-pytest-flake8" ,python-pytest-flake8)))
+ (home-page
+ "https://github.com/jaraco/jaraco.text")
+ (synopsis "Module for text manipulation")
+ (description "Python modules for text manipulation.")
+ (license license:expat)))
+
--
2.26.0
signature.asc
Description: PGP signature
- [bug#40511] Add fava, a beancount web UI, Christopher Lemmer Webber, 2020/04/08
- [bug#40511] [PATCH 1/10] gnu: Add python-jarco-classes., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 2/10] gnu: Add python-jaraco-functools., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 3/10] gnu: Add python-jarco-text., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [REDO 1] [PATCH 3/10] gnu: Add python-jarco-text.,
Christopher Lemmer Webber <=
- [bug#40511] [PATCH 4/10] gnu: Add python-pytest-testmon., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 5/10] gnu: Add python-pytest-watch., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 6/10] gnu: Add python-requests-unixsocket., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 7/10] gnu: Add python-trustme., Christopher Lemmer Webber, 2020/04/28
- [bug#40511] [PATCH 8/10] gnu: Add python-cheroot., Christopher Lemmer Webber, 2020/04/28