From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 15:56:49 2023 Received: (at 62252) by debbugs.gnu.org; 21 Mar 2023 19:56:49 +0000 Received: from localhost ([127.0.0.1]:60836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pei6D-0003rW-BE for submit@debbugs.gnu.org; Tue, 21 Mar 2023 15:56:49 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:39677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pei65-0003oW-4r for 62252@debbugs.gnu.org; Tue, 21 Mar 2023 15:56:41 -0400 Received: by mail-ed1-f65.google.com with SMTP id ek18so64295746edb.6 for <62252@debbugs.gnu.org>; Tue, 21 Mar 2023 12:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679428595; h=message-id:to:content-transfer-encoding:mime-version:subject:date :from:from:to:cc:subject:date:message-id:reply-to; bh=mPzMopPmUKD9YP4tpzh5c6/jJ8N/nCnpSk7iM2iLpX4=; b=OrzTluaKXHYeInitijTA0h+spe/lk7usrhMP4q+1IvfrHMSckTX6kjwKMlkWEIOkbH 6vHepQpmB7xAXVwDDPswXkwVAS4MIAMNKOl/8/gs6ZXmLW0lxNNMuN7WqVtbAAzr6OEP yPlOrpykEQd2PN+gAUwn/3unrJGCGRQQBfMxJPZlE9/8lbsAtNym0XWtsC0A3DmjL0sE Zg+2jdy+sXD1KW285wiBJz3eGPgxOeQ4VbFqauRzJB4sVOqbV017FjE3dcN1v9KCXhBZ f5obZVnYK3hr0WiALskzvxVq3mxWw2qq4Iaaz9P3yIjgE/ee2otAYLrzjCbqlCPJh5Eb aovw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679428595; h=message-id:to:content-transfer-encoding:mime-version:subject:date :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=mPzMopPmUKD9YP4tpzh5c6/jJ8N/nCnpSk7iM2iLpX4=; b=xRv9aqqVsxYCJ2lUZJue4Ja/FN1bAygbJFIh5hOf+nkKB0ehhEmAE2KB2StuXa4rkv HBib/pT3zVhgnEjMqdCiJgIIk81UV/tRzfgdodtppme5lCaO+NneGJBvORaVjduo2Xkv TGGubybUsgTeENLw/x/6jO/DnWmeCD6GPqmQSuLmmeI+wXt93xlbmf2LT6fJqHG0iTL2 PdbQTWnv8V9UUJFNrnJTfp5pDUbdcKNK6Vz/+oHlnSZ/e8ASf97va7KKIAWvk9Q83BVD oSIV4MjigwAoFp57r0k5V5XAdyPcP+EWoJTmszq7fqwcM5+u54mpJFXc5oRoBsJVWoro oK3g== X-Gm-Message-State: AO0yUKUHcCMG9mKSsA7jYBBv+aQa+X9d9L5KaAw7+ooDsKay3GhS6ZVY WmaA6urDGVPPWggvfy8RAPMmKJ6dONZQhQ== X-Google-Smtp-Source: AK7set8KA3ibOO+Xj8ly1OWvPJ6mw+uGK99q+pe9xwvpSxNM4iKB/hu2YRoYCYRCI87ftZLT3CiD7Q== X-Received: by 2002:a17:906:3fcf:b0:92d:6078:3878 with SMTP id k15-20020a1709063fcf00b0092d60783878mr11212195ejj.33.1679428595677; Tue, 21 Mar 2023 12:56:35 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id le1-20020a170907170100b00930d505a567sm6165675ejc.128.2023.03.21.12.56.35 for <62252@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Mar 2023 12:56:35 -0700 (PDT) From: Liliana Marie Prikler Date: Sat, 18 Mar 2023 08:44:28 +0100 Subject: [PATCH v2 09/19] gnu: python-pluggy: Move to (gnu packages python-build). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to: 62252@debbugs.gnu.org Message-ID: <98ee35d38ed15ee27c250dc9c08e12d65493b7ba.camel@gmail.com> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/python-xyz.scm (python-pluggy, python-pluggy-next): Move from here… * gnu/packages/python-build.scm (python-pluggy, python-pluggy-next): …to here. Reindent using Emacs. --- gnu/packages/python-build.scm | 33 +++++++++++++++++++++++++++++++++ gnu/packages/python-xyz.scm | 33 --------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index a4be4b4991..1281824a97 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -589,3 +589,36 @@ (define-public python-pathspec specified patterns. It is currently limited to wildmatch-style patterns, which are used e.g. in .gitignore files.") (license license:mpl2.0))) + +(define-public python-pluggy + (package + (name "python-pluggy") + (version "0.13.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pluggy" version)) + (sha256 + (base32 + "1c35qyhvy27q9ih9n899f3h4sdnpgq027dbiilly2qb5cvgarchm")))) + (build-system python-build-system) + (native-inputs + (list python-setuptools-scm)) + (synopsis "Plugin and hook calling mechanism for Python") + (description "Pluggy is an extraction of the plugin manager as used by +Pytest but stripped of Pytest specific details.") + (home-page "https://pypi.org/project/pluggy/") + (license license:expat))) + +;;; TODO: Make this the default python-pluggy in the next rebuild cycle. +(define-public python-pluggy-next + (package + (inherit python-pluggy) + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pluggy" version)) + (sha256 + (base32 + "0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922")))))) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 137f125b2b..f4a8e15df0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15391,39 +15391,6 @@ (define-public python-rsa (home-page "https://stuvel.eu/rsa") (license license:asl2.0))) -(define-public python-pluggy - (package - (name "python-pluggy") - (version "0.13.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pluggy" version)) - (sha256 - (base32 - "1c35qyhvy27q9ih9n899f3h4sdnpgq027dbiilly2qb5cvgarchm")))) - (build-system python-build-system) - (native-inputs - (list python-setuptools-scm)) - (synopsis "Plugin and hook calling mechanism for Python") - (description "Pluggy is an extraction of the plugin manager as used by -Pytest but stripped of Pytest specific details.") - (home-page "https://pypi.org/project/pluggy/") - (license license:expat))) - -;;; TODO: Make this the default python-pluggy in the next rebuild cycle. -(define-public python-pluggy-next - (package - (inherit python-pluggy) - (version "1.0.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pluggy" version)) - (sha256 - (base32 - "0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922")))))) - (define-public python-plumbum (package (name "python-plumbum") -- 2.39.2