unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 51870@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#51870] [PATCH 09/12] gnu: python2-faker: Remove package.
Date: Mon, 15 Nov 2021 15:26:13 +0100	[thread overview]
Message-ID: <20211115142616.46751-9-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20211115142616.46751-1-zimon.toutoune@gmail.com>

* gnu/packages/python-xyz.scm (python2-faker): Delete variable.
(python-faker)[properties]: Remove.
---
 gnu/packages/python-xyz.scm | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 61ed859c56..5300e18ef5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16033,29 +16033,7 @@ (define-public python-faker
     (description
      "Faker is a Python package that generates fake data such as names,
 addresses, and phone numbers.")
-    (license license:expat)
-    (properties `((python2-variant . ,(delay python2-faker))))))
-
-;; Faker 4.0 dropped Python 2 support, so we stick with this older version here.
-(define-public python2-faker
-  (let ((base (package-with-python2 (strip-python2-variant
-                                     python-faker))))
-    (package
-      (inherit base)
-      (version "3.0.1")
-      (source (origin
-                (method url-fetch)
-                (uri (pypi-uri "Faker" version))
-                (sha256
-                 (base32
-                  "11cr0qvspkdh6198rqy56qildk7bnp6llj8kyy1dan5sp5n4dxy7"))))
-      (native-inputs
-       `(("python-mock" ,python2-mock)
-         ,@(package-native-inputs base)))
-      (propagated-inputs
-       `(("python2-ipaddress" ,python2-ipaddress)
-         ("python2-six" ,python2-six)
-         ,@(package-propagated-inputs base))))))
+    (license license:expat)))
 
 (define-public python-pyaml
   (package
-- 
2.32.0





  parent reply	other threads:[~2021-11-15 14:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 14:23 [bug#51870] [PATCH 00/12] Removal of broken Python 2 packages zimoun
2021-11-15 14:26 ` [bug#51870] [PATCH 01/12] gnu: python2-spectra: Remove package zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 02/12] gnu: python2-colormath: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 03/12] gnu: python2-traitlets: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 04/12] gnu: python2-pylibmc: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 05/12] gnu: python2-relatorio: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 06/12] gnu: python2-sadisplay: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 07/12] gnu: python2-sql: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 08/12] gnu: python2-factor-boy: " zimoun
2021-11-15 14:26   ` zimoun [this message]
2021-11-15 14:26   ` [bug#51870] [PATCH 10/12] gnu: python2-munkres: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 11/12] gnu: python2-discogs-client: " zimoun
2021-11-15 14:26   ` [bug#51870] [PATCH 12/12] gnu: python2-validators: " zimoun
2021-11-24 23:23 ` bug#51870: [PATCH 00/12] Removal of broken Python 2 packages Ricardo Wurmus

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=20211115142616.46751-9-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=51870@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).