summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:20:57 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:20:57 +0000
commit4427b8e3f2ff8d1f6cce8881655d139cd43bfcc3 (patch)
tree50166336c5a522459152e884cd397c2a6e03a04f /px/packages/python-xyz.scm
parent5452f5d196deb16608cb8122e5d2ef10fa8f3a26 (diff)
px: Remove python-bleak
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index 3830f19..80843c5 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -923,38 +923,6 @@ communicating with your Coldcard over USB")
(description "This package provides a faster version of dbus-next")
(license license:expat)))
-(define-public python-bleak
- (package
- (name "python-bleak")
- (version "0.20.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "bleak" version))
- (sha256
- (base32 "1r4ynwvdpk95pjfq6m38jszf3xmzgi2skkn5zyldxrilprxa94kc"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:tests? #false ;there are none
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'use-poetry-core
- (lambda _
- ;; Patch to use the core poetry API.
- (substitute* "pyproject.toml"
- (("poetry.masonry.api")
- "poetry.core.masonry.api"))))
- (delete 'sanity-check))))
- (native-inputs (list pkg-config python-poetry-core))
- (propagated-inputs (list python-async-timeout
- python-dbus-fast
- python-typing-extensions))
- (home-page "https://github.com/hbldh/bleak")
- (synopsis "Bluetooth Low Energy platform Agnostic Klient")
- (description "Bluetooth Low Energy platform Agnostic Klient")
- (license license:expat)))
-
;; etesync-dav: Requirement.parse('Flask-WTF<1.0.0,>=0.14.2'), {'etesync-dav'})
(define-public python-flask-wtf-0.15.1
(package