summaryrefslogtreecommitdiff
path: root/net/py-socksipy-branch
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-01-24 20:46:42 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-01-24 20:46:42 +0000
commit43050f9c84e5c6ce5ada1e269460719b84032658 (patch)
tree3d4ab354775d2d105a321438f874c4309f6f7d7d /net/py-socksipy-branch
parent1f67696986ed7a98b2f6b222caf0c266e3727cef (diff)
downloadpkgsrc-43050f9c84e5c6ce5ada1e269460719b84032658.tar.gz
Import wip/py-socksipy-branch version 1.01.
From DESCR: This Python module allows you to create TCP connections through a SOCKS proxy without any special effort. This is needed as one of the dependencies of py-gsutil, as noted in PR pkg/52941.
Diffstat (limited to 'net/py-socksipy-branch')
-rw-r--r--net/py-socksipy-branch/DESCR2
-rw-r--r--net/py-socksipy-branch/Makefile14
-rw-r--r--net/py-socksipy-branch/PLIST5
-rw-r--r--net/py-socksipy-branch/distinfo5
4 files changed, 26 insertions, 0 deletions
diff --git a/net/py-socksipy-branch/DESCR b/net/py-socksipy-branch/DESCR
new file mode 100644
index 00000000000..6f777d580fa
--- /dev/null
+++ b/net/py-socksipy-branch/DESCR
@@ -0,0 +1,2 @@
+This Python module allows you to create TCP connections through a SOCKS proxy
+without any special effort.
diff --git a/net/py-socksipy-branch/Makefile b/net/py-socksipy-branch/Makefile
new file mode 100644
index 00000000000..06e9892b83c
--- /dev/null
+++ b/net/py-socksipy-branch/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2018/01/24 20:46:42 bsiegert Exp $
+
+DISTNAME= SocksiPy-branch-1.01
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PYPI:=S/SocksiPy-branch/}
+
+MAINTAINER= kethzer.dr@gmail.com
+HOMEPAGE= https://files.pythonhosted.org/packages/source/S/SocksiPy-branch/
+COMMENT= Python SOCKS module
+LICENSE= modified-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-socksipy-branch/PLIST b/net/py-socksipy-branch/PLIST
new file mode 100644
index 00000000000..fc971de3e46
--- /dev/null
+++ b/net/py-socksipy-branch/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/24 20:46:42 bsiegert Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/socks.pyc
+${PYSITELIB}/socks.pyo
+${PYSITELIB}/socks.py
diff --git a/net/py-socksipy-branch/distinfo b/net/py-socksipy-branch/distinfo
new file mode 100644
index 00000000000..a98855fe815
--- /dev/null
+++ b/net/py-socksipy-branch/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2018/01/24 20:46:42 bsiegert Exp $
+
+SHA1 (SocksiPy-branch-1.01.tar.gz) = e57a94a3c26735d460a99e378293b277e8e168d4
+RMD160 (SocksiPy-branch-1.01.tar.gz) = 012ccf67220dbca988114d971ff0219592b6eb00
+Size (SocksiPy-branch-1.01.tar.gz) = 8003 bytes