unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
To: 40511@debbugs.gnu.org
Subject: [bug#40511] [PATCH 2/10] gnu: Add python-jaraco-functools.
Date: Tue, 28 Apr 2020 15:47:30 -0400	[thread overview]
Message-ID: <87blnbtmst.fsf@dustycloud.org> (raw)
In-Reply-To: <87d07rtmvt.fsf@dustycloud.org>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0002-gnu-Add-python-jaraco-functools.patch --]
[-- Type: text/x-patch, Size: 2230 bytes --]

From d2099fba3733f8e8bb457f422095409b53c17d4a Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
Date: Tue, 28 Apr 2020 15:19:04 -0400
Subject: [PATCH 02/10] gnu: Add python-jaraco-functools.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5f333af9e3..54a0ac36bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19626,3 +19626,43 @@ Open Sound Control 1.0} specification.")
      "This package provides utility functions for Python class constructs.")
     (license #f)))
 
+(define-public python-jaraco-functools
+  (package
+    (name "python-jaraco-functools")
+    (version "3.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "jaraco.functools" version))
+       (sha256
+        (base32
+         "15vd7x4jillggb8xcg3cm00j1v6llhl16r0rqm0l4n2lyahfxc2w"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         ;; Not importing the googleapis package for now
+         (add-after 'unpack 'ignore-googleapis
+           (lambda _
+             (substitute* "setup.py"
+               (("'pytest-black-multipy',") ""))
+             #t)))))
+    (propagated-inputs
+     `(("python-more-itertools" ,python-more-itertools)))
+    (native-inputs
+     `(("python-mock" ,python-mock)
+       ("python-jaraco-classes" ,python-jaraco-classes)
+       ("python-pytest" ,python-pytest)
+       ("python-pytest-checkdocs"
+        ,python-pytest-checkdocs)
+       ("python-pytest-cov" ,python-pytest-cov)
+       ("python-pytest-flake8" ,python-pytest-flake8)
+       ("python-six" ,python-six)
+       ("python-setuptools-scm" ,python-setuptools-scm)))
+    (home-page
+     "https://github.com/jaraco/jaraco.functools")
+    (synopsis "Functools like those found in stdlib")
+    (description
+     "This package provides functools like those found in stdlib.")
+    (license #f)))
+
-- 
2.26.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2020-04-28 19:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 17:27 [bug#40511] Add fava, a beancount web UI Christopher Lemmer Webber
2020-04-28 19:45 ` [bug#40511] [PATCH 1/10] gnu: Add python-jarco-classes Christopher Lemmer Webber
2020-04-28 19:47   ` Christopher Lemmer Webber [this message]
2020-04-28 20:18     ` [bug#40511] [REDO 1] [PATCH 2/10] gnu: Add python-jaraco-functools Christopher Lemmer Webber
2020-04-28 19:47   ` [bug#40511] [PATCH 3/10] gnu: Add python-jarco-text Christopher Lemmer Webber
2020-04-28 20:18     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48   ` [bug#40511] [PATCH 4/10] gnu: Add python-pytest-testmon Christopher Lemmer Webber
2020-04-28 20:19     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48   ` [bug#40511] [PATCH 5/10] gnu: Add python-pytest-watch Christopher Lemmer Webber
2020-04-28 20:19     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48   ` [bug#40511] [PATCH 6/10] gnu: Add python-requests-unixsocket Christopher Lemmer Webber
2020-04-28 20:20     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:49   ` [bug#40511] [PATCH 7/10] gnu: Add python-trustme Christopher Lemmer Webber
2020-04-28 20:20     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:49   ` [bug#40511] [PATCH 8/10] gnu: Add python-cheroot Christopher Lemmer Webber
2020-04-28 20:21     ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:50   ` [bug#40511] [PATCH 9/10] gnu: Add python-markdown2 Christopher Lemmer Webber
2020-04-28 19:51     ` [bug#40511] [PATCH 10/10] gnu: Add fava Christopher Lemmer Webber
2020-04-28 20:22       ` Christopher Lemmer Webber
2020-04-28 20:21     ` [bug#40511] [REDO 1] [PATCH 9/10] gnu: Add python-markdown2 Christopher Lemmer Webber
2020-04-28 20:17   ` [bug#40511] [REDO 1] [PATCH 1/10] gnu: Add python-jarco-classes Christopher Lemmer Webber
2024-03-19  9:55 ` bug#40511: Add fava, a beancount web UI Sharlatan Hellseher

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=87blnbtmst.fsf@dustycloud.org \
    --to=cwebber@dustycloud.org \
    --cc=40511@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).