all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: contact.ng0@cryptolab.net
To: guix-devel@gnu.org
Cc: ng0 <ng0@libertad.pw>
Subject: [PATCH 5/9] gnu: Add python-pysocks.
Date: Sat,  4 Feb 2017 16:35:02 +0000	[thread overview]
Message-ID: <20170204163506.16758-6-contact.ng0@cryptolab.net> (raw)
In-Reply-To: <20170204163506.16758-1-contact.ng0@cryptolab.net>

From: ng0 <ng0@libertad.pw>

* gnu/packages/python.scm (python-pysocks): New variable.
---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e8d1c5697..9c3a031e1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3970,6 +3970,30 @@ as the original project seems to have been abandoned circa 2007.")
 (define-public python2-socksipy-branch
   (package-with-python2 python-socksipy-branch))
 
+(define-public python-pysocks
+  (package
+    (name "python-pysocks")
+    (version "1.5.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "PySocks" version))
+       (sha256
+        (base32
+         "124bydbcspzhkb6ynckvgqra1b79rh5mrq98kbyyd202n6a7c775"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; Tests are optional and use a prebuilt mocks
+    (home-page "https://github.com/Anorov/PySocks")
+    (synopsis "Python SOCKS client module")
+    (description
+     "Semi-actively maintained SocksiPy fork which contains many
+improvements to the original.")
+    (license license:bsd-3)))
+
+(define-public python2-pysocks
+  (package-with-python2 python-pysocks))
+
 (define-public python-sqlalchemy
   (package
     (name "python-sqlalchemy")
-- 
2.11.0

  parent reply	other threads:[~2017-02-04 16:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 16:34 Some searx requirements contact.ng0
2017-02-04 16:34 ` [PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3 contact.ng0
2017-02-08  7:35   ` Danny Milosavljevic
2017-02-04 16:34 ` [PATCH 2/9] gnu: Add python-gunicorn contact.ng0
2017-02-05 23:19   ` Maxim Cournoyer
2017-02-04 16:35 ` [PATCH 3/9] gnu: Add python-httpbin contact.ng0
2017-02-05 23:16   ` Maxim Cournoyer
2017-02-04 16:35 ` [PATCH 4/9] gnu: Add python-pytest-httpbin contact.ng0
2017-02-04 16:35 ` contact.ng0 [this message]
2017-02-04 16:35 ` [PATCH 6/9] gnu: Add python-pytest-httpbin-0.0.7 contact.ng0
2017-02-05 23:22   ` Maxim Cournoyer
2017-02-08 12:49     ` ng0
2017-02-04 16:35 ` [PATCH 7/9] gnu: python-pytest: Update to 3.0.5 contact.ng0
2017-02-05 23:11   ` Maxim Cournoyer
2017-02-04 16:35 ` [PATCH 8/9] gnu: python-requests: Update to 2.12.4 contact.ng0
2017-02-04 16:35 ` [PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs contact.ng0
2017-02-04 16:40 ` Some searx requirements ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170204163506.16758-6-contact.ng0@cryptolab.net \
    --to=contact.ng0@cryptolab.net \
    --cc=guix-devel@gnu.org \
    --cc=ng0@libertad.pw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.