Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3a4b70ebf4943719d50d97975918a4e947bf1bf4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3a4b70ebf4943719d50d97975918a4e947bf1bf4)
  • Date: Tue, 4 Oct 2016 20:09:19 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/pysocks/DEPENDS | 2 ++
python-pypi/pysocks/DETAILS | 24 ++++++++++++++++++++++++
python-pypi/pysocks/HISTORY | 2 ++
4 files changed, 29 insertions(+)

New commits:
commit 65d4fabf42b306973a745b91bba2f5934ec47372
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pysocks: new spell, Python SOCKS client module

diff --git a/ChangeLog b/ChangeLog
index 2dacf8c..89ec6bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2016-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/ndg_httpsclient: new spell, enhanced HTTPS support for
httplib and urllib2 using PyOpenSSL
+ * python-pypi/pysocks: new spell, Python SOCKS client module

2016-10-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/sdl2_gfx: new spell, drawing primitives for sdl2
diff --git a/python-pypi/pysocks/DEPENDS b/python-pypi/pysocks/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/pysocks/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/pysocks/DETAILS b/python-pypi/pysocks/DETAILS
new file mode 100755
index 0000000..975526b
--- /dev/null
+++ b/python-pypi/pysocks/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=pysocks
+ SPELLX=PySocks
+ VERSION=1.5.7
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/P/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:adcb504b938dacb3c5bd5bd28a9f2cd8311bb188dea1a1b65de13ef0b2b00af498a0e44280fff1ceaca4fed95281c070a13866cf13ee898cb564b4ef215ac4a4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/Anorov/PySocks
+ LICENSE[0]=BSD
+ ENTERED=20161004
+ SHORT="Python SOCKS client module"
+cat << EOF
+Updated and semi-actively maintained version of SocksiPy, with bug fixes and
+extra features.
+
+Acts as a drop-in replacement to the socket module.
+
+Features
+- SOCKS proxy client for Python 2.6 - 3.x
+- TCP and UDP both supported
+- HTTP proxy client included but not supported or recommended (you should use
+ urllib2's or requests' own HTTP proxy interface)
+- urllib2 handler included.
+EOF
diff --git a/python-pypi/pysocks/HISTORY b/python-pypi/pysocks/HISTORY
new file mode 100644
index 0000000..f144976
--- /dev/null
+++ b/python-pypi/pysocks/HISTORY
@@ -0,0 +1,2 @@
+2016-10-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.5.7



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3a4b70ebf4943719d50d97975918a4e947bf1bf4), Vlad Glagolev, 10/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page