~ruther/guix-local

6b9e1cd26f6d143f138f01d46a46139f1e7909e0 — Danny Milosavljevic 1 year, 3 months ago ad4a5e5
gnu: Add python-nfcpy.

* gnu/packages/python-xyz.scm (python-nfcpy): New variable.

Change-Id: I4b7a3fec8999d23c8d734d3b683c52ba023f8644
1 files changed, 22 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +22 -0
@@ 38925,6 38925,28 @@ client library.")
Data Exchange Format decoder and encoder.")
    (license license:isc)))

(define-public python-nfcpy
  (package
    (name "python-nfcpy")
    (version "1.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "nfcpy" version))
       (sha256
        (base32 "0sxgp298i8y17i9drp8sclxx0i3vn0wgh5ajs2arw7cy2780igg5"))))
    (build-system pyproject-build-system)
    (arguments
     `(#:tests? #f)) ; Tests use nfc.ndef even though that has been removed.
    (propagated-inputs (list python-libusb1 python-ndeflib python-pydes
                             python-pyserial))
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/nfcpy/nfcpy")
    (synopsis "Python module for Near-Field Communication.")
    (description "This package provides a Python module for Near-Field
Communication.")
    (license license:eupl1.1)))

(define-public python-clrprint
  (package
    (name "python-clrprint")