pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Import wip/py-socksipy-branch version 1.01.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a146412abb91
branches:  trunk
changeset: 374531:a146412abb91
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Jan 24 20:46:42 2018 +0000

description:
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:

 net/Makefile                    |   3 ++-
 net/py-socksipy-branch/DESCR    |   2 ++
 net/py-socksipy-branch/Makefile |  14 ++++++++++++++
 net/py-socksipy-branch/PLIST    |   5 +++++
 net/py-socksipy-branch/distinfo |   5 +++++
 5 files changed, 28 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r bffbe4222ffb -r a146412abb91 net/Makefile
--- a/net/Makefile      Wed Jan 24 19:06:06 2018 +0000
+++ b/net/Makefile      Wed Jan 24 20:46:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1198 2018/01/23 09:48:23 fhajny Exp $
+# $NetBSD: Makefile,v 1.1199 2018/01/24 20:46:42 bsiegert Exp $
 #
 
 COMMENT=       Networking tools
@@ -683,6 +683,7 @@
 SUBDIR+=       py-soaplib
 SUBDIR+=       py-soappy
 SUBDIR+=       py-socketpool
+SUBDIR+=       py-socksipy-branch
 SUBDIR+=       py-softlayer
 SUBDIR+=       py-softlayer_messaging
 SUBDIR+=       py-tldextract
diff -r bffbe4222ffb -r a146412abb91 net/py-socksipy-branch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-socksipy-branch/DESCR      Wed Jan 24 20:46:42 2018 +0000
@@ -0,0 +1,2 @@
+This Python module allows you to create TCP connections through a SOCKS proxy
+without any special effort.
diff -r bffbe4222ffb -r a146412abb91 net/py-socksipy-branch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-socksipy-branch/Makefile   Wed Jan 24 20:46:42 2018 +0000
@@ -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@localhost
+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 -r bffbe4222ffb -r a146412abb91 net/py-socksipy-branch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-socksipy-branch/PLIST      Wed Jan 24 20:46:42 2018 +0000
@@ -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 -r bffbe4222ffb -r a146412abb91 net/py-socksipy-branch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-socksipy-branch/distinfo   Wed Jan 24 20:46:42 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index