Skip to Content.
Sympa Menu

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

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 (021f6586d06766705a75a5eaa25f213c15e4e427)
  • Date: Tue, 4 Oct 2016 19:58:53 +0000

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

ChangeLog | 4 ++++
python-pypi/ndg_httpsclient/DEPENDS | 5 +++++
python-pypi/ndg_httpsclient/DETAILS | 15 +++++++++++++++
python-pypi/ndg_httpsclient/HISTORY | 2 ++
4 files changed, 26 insertions(+)

New commits:
commit 021f6586d06766705a75a5eaa25f213c15e4e427
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ndg_httpsclient: new spell, enhanced HTTPS support for httplib and
urllib2 using PyOpenSSL

diff --git a/ChangeLog b/ChangeLog
index e526944..2dacf8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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
+
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/ndg_httpsclient/DEPENDS
b/python-pypi/ndg_httpsclient/DEPENDS
new file mode 100755
index 0000000..def9a64
--- /dev/null
+++ b/python-pypi/ndg_httpsclient/DEPENDS
@@ -0,0 +1,5 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends pyopenssl &&
+
+suggest_depends pyasn1 "" "" "for subjectAltName support"
diff --git a/python-pypi/ndg_httpsclient/DETAILS
b/python-pypi/ndg_httpsclient/DETAILS
new file mode 100755
index 0000000..4153aa8
--- /dev/null
+++ b/python-pypi/ndg_httpsclient/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ndg_httpsclient
+ VERSION=0.4.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/n/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c7d6f442242ce01f69d2386b8ed41e4e5f72a2523ecbe38785c4333405f1b000e298133ccc4169d9685a3dcdcf0b20567c8e4b2dfd36f42721d36c73ee27d90a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ GATHER_DOCS=off
+ WEB_SITE=https://github.com/cedadev/ndg_httpsclient/
+ LICENSE[0]=BSD
+ ENTERED=20161004
+ SHORT="enhanced HTTPS support for httplib and urllib2 using
PyOpenSSL"
+cat << EOF
+PyOpenSSL utility to make a httplib-like interface suitable for use with
+urllib2.
+EOF
diff --git a/python-pypi/ndg_httpsclient/HISTORY
b/python-pypi/ndg_httpsclient/HISTORY
new file mode 100644
index 0000000..4fd32e2
--- /dev/null
+++ b/python-pypi/ndg_httpsclient/HISTORY
@@ -0,0 +1,2 @@
+2016-10-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.4.2



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

Archive powered by MHonArc 2.6.24.

Top of Page