From: Lars-Dominik Braun <ldb@leibniz-psychology.org>
To: 39028@debbugs.gnu.org
Cc: zimon.toutoune@gmail.com
Subject: [bug#39028] [PATCH 2/7] gnu: Add python-forbiddenfruit
Date: Mon, 13 Jan 2020 08:46:50 +0100 [thread overview]
Message-ID: <20200113074655.11012-2-ldb@leibniz-psychology.org> (raw)
In-Reply-To: <20200113074655.11012-1-ldb@leibniz-psychology.org>
* gnu/packages/python-xyz.scm (python-forbiddenfruit): New variable
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 646d50697c..e9d9c372e7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17142,3 +17142,32 @@ that take parsers as their arguments and return them as result values.")
"Python Assertion Helpers inspired by Shouldly")
(license license:isc)))
+(define-public python-forbiddenfruit
+ (package
+ (name "python-forbiddenfruit")
+ (version "0.1.3")
+ (source
+ (origin
+ ;; Source tarball on PyPi lacks Makefile that builds and runs tests
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/clarete/forbiddenfruit")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1fp2xvdqpi910j9r3q68x38phpxbm700gjdi2m2j5gs91xdnyyh2"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "make" "SKIP_DEPS=1"))))))
+ (native-inputs
+ `(("python-nose" ,python-nose)
+ ("python-coverage" ,python-coverage)))
+ (home-page
+ "https://github.com/clarete/forbiddenfruit")
+ (synopsis "Patch python built-in objects")
+ (description "This project allows Python code to extend built-in types.")
+ (license (list license:gpl3+ license:expat))))
--
2.20.1
next prev parent reply other threads:[~2020-01-13 7:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 9:10 [bug#39028] [PATCH] gnu: Add python-asyncssh and dependencies Lars-Dominik Braun
2020-01-09 14:15 ` zimoun
2020-01-13 7:46 ` [bug#39028] [PATCH 1/7] gnu: Add python-shouldbe Lars-Dominik Braun
2020-01-13 7:46 ` Lars-Dominik Braun [this message]
2020-01-13 7:46 ` [bug#39028] [PATCH 3/7] gnu: Add python-k5test Lars-Dominik Braun
2020-01-13 7:46 ` [bug#39028] [PATCH 4/7] gnu: Add python-gssapi Lars-Dominik Braun
2020-01-13 7:46 ` [bug#39028] [PATCH 5/7] gnu: python-cryptography: Update to 2.8 Lars-Dominik Braun
2020-01-20 13:09 ` 宋文武
2020-01-21 10:08 ` Lars-Dominik Braun
2020-01-21 10:08 ` Lars-Dominik Braun
2020-01-13 7:46 ` [bug#39028] [PATCH 6/7] gnu: python-pyopenssl: Disable failing tests Lars-Dominik Braun
2020-01-13 7:46 ` [bug#39028] [PATCH 7/7] gnu: Add python-asyncssh Lars-Dominik Braun
2020-04-28 9:44 ` [bug#39028] [PATCH] " Lars-Dominik Braun
2020-07-27 8:38 ` Lars-Dominik Braun
2020-10-31 21:38 ` bug#39028: " Christopher Baines
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200113074655.11012-2-ldb@leibniz-psychology.org \
--to=ldb@leibniz-psychology.org \
--cc=39028@debbugs.gnu.org \
--cc=zimon.toutoune@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.