GNU bug report logs -
#44990
[PATCH] gnu: electrum: Update to 4.0.5.
Previous Next
Reported by: dftxbs3e <dftxbs3e <at> free.fr>
Date: Tue, 1 Dec 2020 11:54:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: John Doe <dftxbs3e <at> free.fr>
* gnu/packages/python-xyz.scm (python-socks): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3c170ebe3c..feffad00b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23325,3 +23325,29 @@ process.")
(description
"Simple construction, analysis and modification of binary data.")
(license license:expat)))
+
+(define-public python-socks
+ (package
+ (name "python-socks")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-socks" version))
+ (sha256
+ (base32
+ "1y9sp0hijywjrqwpjgpq3yjmfm6s0rj1br19xm77ffk72w5pdr26"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ ;; For python-socks[asyncio]
+ `(("python-async-timeout" ,python-async-timeout)))
+ (native-inputs
+ `(("python-trio" ,python-trio)
+ ("python-curio" ,python-curio)))
+ (home-page
+ "https://github.com/romis2012/python-socks")
+ (synopsis
+ "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python")
+ (description
+ "Core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python")
+ (license license:asl2.0)))
--
2.28.0
This bug report was last modified 4 years and 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.