~ruther/guix-local

cd4ec00842c45c227fd47cdbd0b269899f723b9c — Nicolas Graves 3 months ago 7516485
gnu: python-gatt: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-gatt):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Idaea7bc4b233513e38163acb9589490f8da3595d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 7 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +7 -5
@@ 35197,14 35197,16 @@ for serialization, which has many drawbacks.")
              (sha256
               (base32
                "0fjf066jixk30fr8xwfalwfnhqpr56yv0cccyypnx2qp9bi9svb2"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))      ; No tests upstream.
    (propagated-inputs (list python-dbus python-pygobject))
    (build-system python-build-system)
    (native-inputs (list python-setuptools))
    (home-page "https://github.com/getsenic/gatt-python")
    (synopsis "Bluetooth GATT SDK for Python")
    (description "The Bluetooth @acronym{GATT, Generic ATTribute Profile}
@acronym{SDK, Software Development Kit} for Python helps you implement and
communicate with any Bluetooth Low Energy device that has a GATT
profile.  It supports:
    (description
     "The Bluetooth @acronym{GATT, Generic ATTribute Profile} @acronym{SDK,
Software Development Kit} for Python helps you implement and communicate with
any Bluetooth Low Energy device that has a GATT profile.  It supports:

@itemize @bullet
@item Discovering nearby Bluetooth Low Energy devices