[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/30: gnu: python-dbus-python: Add missing input.
From: |
guix-commits |
Subject: |
23/30: gnu: python-dbus-python: Add missing input. |
Date: |
Sun, 30 Jun 2024 03:40:33 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit 23929e8a2deb74d9b7af923b21ff5d503cacdeaf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 14:22:02 2024 +0200
gnu: python-dbus-python: Add missing input.
* gnu/packages/python-xyz.scm (python-dbus-python)[native-inputs]: Add
python-setuptools.
Change-Id: I3b813a5a3edcc878b552aa7885a47c1079d7acda
---
gnu/packages/python-xyz.scm | 60 +++++++++++++++++++++++----------------------
1 file changed, 31 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ba37136520..c82a98c780 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29763,36 +29763,38 @@ for YAML and JSON.")
(define-public python-dbus-python
(package
- (name "python-dbus-python")
- (version "1.3.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "dbus-python" version))
- (sha256
- (base32 "1y28h90v2ib8zqhs3r2yr7ycg8ccwvw3gqkvadlm12v1129q2rxd"))))
- (build-system pyproject-build-system)
- (arguments
- (list #:phases #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-requirements
- (lambda _
- (substitute* (list "pyproject.toml" "setup.py")
- (("'(ninja|patchelf)',?") ""))
- (substitute* "setup.cfg"
- (("(ninja|patchelf)") "")))))))
- (inputs (list dbus glib))
- (propagated-inputs (list python-pygobject))
- (native-inputs (list pkg-config
- python-meson-python
- meson ninja patchelf
- python-sphinx python-sphinx-rtd-theme
- python-tappy
- python-wheel))
- (home-page "https://dbus.freedesktop.org/doc/dbus-python/")
- (synopsis "Python bindings for libdbus")
- (description "This package provides Python bindings to libdbus, the
+ (name "python-dbus-python")
+ (version "1.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dbus-python" version))
+ (sha256
+ (base32 "1y28h90v2ib8zqhs3r2yr7ycg8ccwvw3gqkvadlm12v1129q2rxd"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-requirements
+ (lambda _
+ (substitute* (list "pyproject.toml" "setup.py")
+ (("'(ninja|patchelf)',?") ""))
+ (substitute* "setup.cfg"
+ (("(ninja|patchelf)") "")))))))
+ (inputs (list dbus glib))
+ (propagated-inputs (list python-pygobject))
+ (native-inputs (list pkg-config
+ python-meson-python
+ meson ninja patchelf
+ python-setuptools
+ python-sphinx
+ python-sphinx-rtd-theme
+ python-tappy
+ python-wheel))
+ (home-page "https://dbus.freedesktop.org/doc/dbus-python/")
+ (synopsis "Python bindings for libdbus")
+ (description "This package provides Python bindings to libdbus, the
reference implementation of the D-Bus protocol.")
- (license license:expat)))
+ (license license:expat)))
(define-public python-dbusmock
(package
- 02/30: build-system/python: Ignore symlinks when changing mtime., (continued)
- 02/30: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/06/30
- 08/30: doc: Document new options for pyproject-build-system., guix-commits, 2024/06/30
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/06/30
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/06/30
- 07/30: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/06/30
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/06/30
- 15/30: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/06/30
- 16/30: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/06/30
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/06/30
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/06/30
- 23/30: gnu: python-dbus-python: Add missing input.,
guix-commits <=
- 25/30: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/06/30
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/06/30
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/06/30
- 10/30: gnu: Add missing import., guix-commits, 2024/06/30