From patchwork Mon Oct 18 17:48:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Paul Weber X-Patchwork-Id: 33922 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 41AA927BBE4; Mon, 18 Oct 2021 18:49:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C234027BBE3 for ; Mon, 18 Oct 2021 18:49:10 +0100 (BST) Received: from localhost ([::1]:54746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcWl3-0003hQ-Ri for patchwork@mira.cbaines.net; Mon, 18 Oct 2021 13:49:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcWkw-0003g3-Fx for guix-patches@gnu.org; Mon, 18 Oct 2021 13:49:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36999) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mcWkw-00033o-6b for guix-patches@gnu.org; Mon, 18 Oct 2021 13:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mcWkw-0005no-4M for guix-patches@gnu.org; Mon, 18 Oct 2021 13:49:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51272] [PATCH 2/4] gnu: Add python-dbus-next. Resent-From: Stephen Paul Weber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 Oct 2021 17:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51272 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 51272@debbugs.gnu.org Cc: Stephen Paul Weber Received: via spool by 51272-submit@debbugs.gnu.org id=B51272.163457934022277 (code B ref 51272); Mon, 18 Oct 2021 17:49:02 +0000 Received: (at 51272) by debbugs.gnu.org; 18 Oct 2021 17:49:00 +0000 Received: from localhost ([127.0.0.1]:48540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcWku-0005nE-9I for submit@debbugs.gnu.org; Mon, 18 Oct 2021 13:49:00 -0400 Received: from singpolyma.net ([192.99.233.116]:36567) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcWkp-0005me-Er for 51272@debbugs.gnu.org; Mon, 18 Oct 2021 13:48:55 -0400 Received: by singpolyma.net (Postfix, from userid 1000) id 260C3486169C; Mon, 18 Oct 2021 17:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1634579335; bh=yvX+G7NqWYsy9iSZ79u2MZrxBLm2sK3VIB+VqJaGKNo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CDOjlPeiKPxeUAEkFUJkz/WwUGQdfy4Q6BR3HYntF/l6LHsZSk87kLPSBW1lz0LNZ 1989H03n1Y7ycfeDzoFfEmU/CKY7NsqvpgSEgbXv/yeMRFl9kXRF5L8DeBGUKZgDJo dlQg115UqVoziRIVcToXAV358HzDGAYBSvRS6rqo= From: Stephen Paul Weber Date: Mon, 18 Oct 2021 12:48:31 -0500 Message-Id: <20211018174833.90312-2-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211018174833.90312-1-singpolyma@singpolyma.net> References: <20211018174833.90312-1-singpolyma@singpolyma.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-debus-next): New variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6db446efac..4135812f11 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8839,6 +8839,31 @@ implementation of D-Bus.") (package-inputs python-dbus) equal?))))) +(define-public python-dbus-next + (package + (name "python-dbus-next") + (version "0.2.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/altdesktop/python-dbus-next") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ahaz52kny1p9xxv6phvk4iq56rg8li390wywlxf2yslaij1188h")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/altdesktop/python-dbus-next") + (synopsis "Zero-dependency DBus library for Python with asyncio support") + (description + "Python library for DBus that aims to be a fully featured high level +library primarily geared towards integration of applications into desktop and +mobile environments.") + (license license:expat))) + (define-public python-notify2 (package (name "python-notify2")