From faba89739f9e99168fce33fb9cf8abdd92593cf5 Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Sun, 15 Dec 2024 21:57:40 +0100 Subject: qt6ct got upstreamed!! --- sigils/packages/python-xyz.scm | 47 ------------------------------------------ 1 file changed, 47 deletions(-) (limited to 'sigils/packages/python-xyz.scm') 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") -- cgit v1.2.3