all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ben Sturmfels via Guix-patches via <guix-patches@gnu.org>
To: 49874@debbugs.gnu.org
Cc: Ben Sturmfels <ben@sturm.com.au>
Subject: [bug#49874] [PATCH 5/5] gnu: Remove python2-fudge.
Date: Wed,  4 Aug 2021 22:29:34 +1000	[thread overview]
Message-ID: <20210804122934.21141-5-ben@sturm.com.au> (raw)
In-Reply-To: <20210804122934.21141-1-ben@sturm.com.au>

Remove unused dependency of previously removed fabric package.

* gnu/packages/python-xyz.scm (python2-fudge): Remove variable.
---
 gnu/packages/python-xyz.scm | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fa16687e24..dd0f73defa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17466,39 +17466,6 @@ applications in seconds while maintaining all the flexibility.")
 older Pythons because it was not part of the standard library back then.")
     (license license:psfl)))
 
-(define-public python-fudge
-  (package
-    (name "python-fudge")
-    ;; 0.9.6 is the latest version suitable for testing the "fabric" Python 2
-    ;; package, which is currently the only use of this package.
-    (version "0.9.6")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "fudge" version))
-       (sha256
-        (base32
-         "185ia3vr3qk4f2s1a9hdxb8ci4qc0x0xidrad96pywg8j930qs9l"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:tests? #f))     ;XXX: Tests require the NoseJS Python package.
-    (home-page "https://github.com/fudge-py/fudge")
-    (synopsis "Replace real objects with fakes/mocks/stubs while testing")
-    (description
-     "Fudge is a Python module for using fake objects (mocks and stubs) to
-test real ones.
-
-In readable Python code, you declare the methods available on your fake object
-and how they should be called.  Then you inject that into your application and
-start testing.  This declarative approach means you don’t have to record and
-playback actions and you don’t have to inspect your fakes after running code.
-If the fake object was used incorrectly then you’ll see an informative
-exception message with a traceback that points to the culprit.")
-    (license license:expat)))
-
-(define-public python2-fudge
-  (package-with-python2 python-fudge))
-
 (define-public python-mwclient
   (package
     (name "python-mwclient")
-- 
2.32.0





  parent reply	other threads:[~2021-08-04 12:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04 12:27 [bug#49874] [PATCH 0/5] Remove fabric Ben Sturmfels via Guix-patches via
2021-08-04 12:29 ` [bug#49874] [PATCH 1/5] gnu: " Ben Sturmfels via Guix-patches via
2021-08-04 12:29   ` [bug#49874] [PATCH 2/5] gnu: Remove python2-bcrypt Ben Sturmfels via Guix-patches via
2021-08-04 12:29   ` [bug#49874] [PATCH 3/5] gnu: Remove python2-pynacl Ben Sturmfels via Guix-patches via
2021-08-04 12:29   ` [bug#49874] [PATCH 4/5] gnu: Remove python2-paramiko Ben Sturmfels via Guix-patches via
2021-08-04 12:29   ` Ben Sturmfels via Guix-patches via [this message]
2021-08-05  8:20 ` bug#49874: [PATCH 0/5] Remove fabric Efraim Flashner

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=20210804122934.21141-5-ben@sturm.com.au \
    --to=guix-patches@gnu.org \
    --cc=49874@debbugs.gnu.org \
    --cc=ben@sturm.com.au \
    /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.