summaryrefslogtreecommitdiff
path: root/sigils/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2024-12-15 21:57:40 +0100
committerSisiutl <sisiutl@egregore.fun>2024-12-15 21:57:40 +0100
commitfaba89739f9e99168fce33fb9cf8abdd92593cf5 (patch)
tree172687d838c4c117cbd91c4d21a3f5f066fe1b4d /sigils/packages/python-xyz.scm
parentf22ccd1ee9310df3b7bf1865a3233136bcbff302 (diff)
qt6ct got upstreamed!!
Diffstat (limited to 'sigils/packages/python-xyz.scm')
-rw-r--r--sigils/packages/python-xyz.scm47
1 files changed, 0 insertions, 47 deletions
diff --git a/sigils/packages/python-xyz.scm b/sigils/packages/python-xyz.scm
index 9546a3e..fe68e00 100644
--- a/sigils/packages/python-xyz.scm
+++ b/sigils/packages/python-xyz.scm
@@ -218,53 +218,6 @@ way. Based on the Lo-Dash Javascript library.")
(description "Pytest plugin to check mypy output.")
(license license:expat)))
-;;; Discord.py-self
-
-(define-public python-discord-protos
- (package
- (name "python-discord-protos")
- (version "0.0.2")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "discord-protos" version))
- (sha256
- (base32 "15y984m2la79g8rmvmy895m1k9ihfm2lpv08nx0dpvibyc2km593"))))
- (build-system pyproject-build-system)
- (inputs (list python-protobuf))
- (home-page "https://github.com/dolfies/discord-protos")
- (synopsis "Discord user settings protobufs.")
- (description "Discord user settings protobufs.")
- (license license:expat)))
-
-(define-public python-discord.py-self
- (package
- (name "python-discord.py-self")
- (version "2.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "discord.py-self" version))
- (sha256
- (base32 "05xyd7d1mzn3xsw6crl2bp8y0k71dk07jfadvk9w4x880vk3nr4g"))))
- (build-system pyproject-build-system)
- (inputs (list python-aiohttp
- python-protobuf
- python-discord-protos
- python-typing-extensions))
- (native-inputs (list python-coverage
- python-pytest
- python-pytest-asyncio
- python-pytest-cov
- python-pytest-mock))
- (arguments
- '(#:tests? #f))
- (home-page "https://github.com/dolfies/discord.py-self")
- (synopsis "A Python wrapper for the Discord user API")
- (description
- "This package provides a Python wrapper for the Discord user API.")
- (license license:expat)))
-
;; (define-public python-picamera2
;; (package
;; (name "python-picamera2")