[Midnightbsd-cvs] mports [23235] trunk/net: add py-pysocks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 16:43:14 EDT 2018


Revision: 23235
          http://svnweb.midnightbsd.org/mports/?rev=23235
Author:   laffer1
Date:     2018-04-29 16:43:13 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add py-pysocks

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/py-pysocks/
    trunk/net/py-pysocks/Makefile
    trunk/net/py-pysocks/distinfo
    trunk/net/py-pysocks/pkg-descr

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2018-04-29 20:41:24 UTC (rev 23234)
+++ trunk/net/Makefile	2018-04-29 20:43:13 UTC (rev 23235)
@@ -109,6 +109,7 @@
 SUBDIR += py-ec2-cli-tools
 SUBDIR += py-ipaddress
 SUBDIR += py-oauth2
+SUBDIR += py-pysocks
 SUBDIR += py-s3cmd
 SUBDIR += py-s3transfer
 SUBDIR += py-twitter

Added: trunk/net/py-pysocks/Makefile
===================================================================
--- trunk/net/py-pysocks/Makefile	                        (rev 0)
+++ trunk/net/py-pysocks/Makefile	2018-04-29 20:43:13 UTC (rev 23235)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	pysocks
+PORTVERSION=	1.6.8
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	PySocks-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Python SOCKS module
+
+LICENSE=	bsd3
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/net/py-pysocks/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/py-pysocks/distinfo
===================================================================
--- trunk/net/py-pysocks/distinfo	                        (rev 0)
+++ trunk/net/py-pysocks/distinfo	2018-04-29 20:43:13 UTC (rev 23235)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513969134
+SHA256 (PySocks-1.6.8.tar.gz) = 3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672
+SIZE (PySocks-1.6.8.tar.gz) = 283450


Property changes on: trunk/net/py-pysocks/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/py-pysocks/pkg-descr
===================================================================
--- trunk/net/py-pysocks/pkg-descr	                        (rev 0)
+++ trunk/net/py-pysocks/pkg-descr	2018-04-29 20:43:13 UTC (rev 23235)
@@ -0,0 +1,9 @@
+Derived from SocksiPy - a Python SOCKS module.
+
+- UDP support
+- SocksiPyHandler, courtesy e000, was also added as an example of how
+  this module can be used with urllib2. See example code in sockshandler.py.
+- urllib3, which powers the requests module, is working on integrating SOCKS
+  proxy support based on this branch
+
+WWW: https://github.com/Anorov/PySocks


Property changes on: trunk/net/py-pysocks/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list