Skip to Content.
Sympa Menu

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

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 (446856dd1c5b5f14ef758d1a97f59d96e493f2f2)
  • Date: Fri, 11 Jan 2008 08:14:26 -0600

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

ChangeLog | 2 ++
crypto/pyopenssl/BUILD | 1 -
crypto/pyopenssl/DEPENDS | 2 --
crypto/pyopenssl/DETAILS | 15 ---------------
crypto/pyopenssl/HISTORY | 23 -----------------------
crypto/pyopenssl/INSTALL | 1 -
python-pypi/pygpgme/DEPENDS | 2 ++
python-pypi/pygpgme/DETAILS | 16 ++++++++++++++++
python-pypi/pygpgme/HISTORY | 2 ++
python-pypi/pyopenssl/DEPENDS | 2 ++
python-pypi/pyopenssl/DETAILS | 15 +++++++++++++++
python-pypi/pyopenssl/HISTORY | 27 +++++++++++++++++++++++++++
12 files changed, 66 insertions(+), 42 deletions(-)

New commits:
commit 446856dd1c5b5f14ef758d1a97f59d96e493f2f2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyopenssl: cleaned up, corrected url, removed useless INSTALL/BUILD
files, due to moving to python-pypi section

commit eb5ca973428085475ce67bce21ac7600bc8db5dc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyopenssl: real add to python-pypi section

commit e284390db7de06501f5ad7cc5881b60da9c5f70e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyopenssl: moved to python-pypi section (less code reuse!)

commit de9df05713e8be44f4fede72bca5e4dd5f242325
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pygpgme: new spell, Python module for working with OpenPGP

diff --git a/ChangeLog b/ChangeLog
index c6df234..a21ad55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@

2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luacrypto: new spell, Lua frontend to OpenSSL (Puffy
powah!)
+ * crypto/pyopenssl: moved to python-pypi section (less code reuse!)
+ * python-pypi/pygpgme: new spell, Python module for working with
OpenPGP

2008-01-10 Vlad Glagolev <stealth AT sourcemage.org>
* python-devel: => python-pypi (Package Index), like for perl and php,
diff --git a/crypto/pyopenssl/BUILD b/crypto/pyopenssl/BUILD
deleted file mode 100755
index 3d7f60b..0000000
--- a/crypto/pyopenssl/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-python setup.py build
diff --git a/crypto/pyopenssl/DEPENDS b/crypto/pyopenssl/DEPENDS
deleted file mode 100755
index 7ab9d55..0000000
--- a/crypto/pyopenssl/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends python &&
-depends openssl
diff --git a/crypto/pyopenssl/DETAILS b/crypto/pyopenssl/DETAILS
deleted file mode 100755
index d83cc9a..0000000
--- a/crypto/pyopenssl/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=pyopenssl
- VERSION=0.6
- SOURCE=pyOpenSSL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/pyOpenSSL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://pyopenssl.SourceForge.net
- LICENSE=GPL
-
SOURCE_HASH=sha512:9645cb4944d264896a7dea7ed7de057279c0f1b939f743d2e6d8bd356bd344de05948dc5a0bf7c11ed77900992c42247424f70c3c5799056a4b2ae0f086448f7
- ENTERED=20040509
- UPDATED=20050120
- KEYWORDS="crypto python"
- SHORT="Python interface to openssl"
-cat << EOF
-Python interface to openssl
-EOF
diff --git a/crypto/pyopenssl/HISTORY b/crypto/pyopenssl/HISTORY
deleted file mode 100644
index b4d30d4..0000000
--- a/crypto/pyopenssl/HISTORY
+++ /dev/null
@@ -1,23 +0,0 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-01-25 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, BUILD, INSTALL: converted to BUILD_API=2
-
-2005-01-20 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.6
-
-2004-12-16 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Python renamed to python
-
-2004-05-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.1
- * BUILD, DEPENDS: added
- spell created
-
diff --git a/crypto/pyopenssl/INSTALL b/crypto/pyopenssl/INSTALL
deleted file mode 100755
index 549e5a4..0000000
--- a/crypto/pyopenssl/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-python setup.py install --root $INSTALL_ROOT/
diff --git a/python-pypi/pygpgme/DEPENDS b/python-pypi/pygpgme/DEPENDS
new file mode 100755
index 0000000..cbe17ee
--- /dev/null
+++ b/python-pypi/pygpgme/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends gpgme
diff --git a/python-pypi/pygpgme/DETAILS b/python-pypi/pygpgme/DETAILS
new file mode 100755
index 0000000..0d78a7d
--- /dev/null
+++ b/python-pypi/pygpgme/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pygpgme
+ VERSION=0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e79dbb68f655681697511e108bb3d51403dfe581533d759934435fd2e09866bd94feb08c6312a340c88631333d9c513fce310d3988afd96ff54955aaded26630
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://launchpad.net/products/pygpgme
+ LICENSE[0]=LGPL
+ ENTERED=20080111
+ SHORT="Python wrapper for the GPGME library"
+cat << EOF
+PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
+messages using the OpenPGP format.
+
+It is built on top of the GNU Privacy Guard and the GPGME library.
+EOF
diff --git a/python-pypi/pygpgme/HISTORY b/python-pypi/pygpgme/HISTORY
new file mode 100644
index 0000000..ef7f9e5
--- /dev/null
+++ b/python-pypi/pygpgme/HISTORY
@@ -0,0 +1,2 @@
+2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/pyopenssl/DEPENDS b/python-pypi/pyopenssl/DEPENDS
new file mode 100755
index 0000000..96ce075
--- /dev/null
+++ b/python-pypi/pyopenssl/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends openssl
diff --git a/python-pypi/pyopenssl/DETAILS b/python-pypi/pyopenssl/DETAILS
new file mode 100755
index 0000000..dc84cc7
--- /dev/null
+++ b/python-pypi/pyopenssl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pyopenssl
+ VERSION=0.6
+ SOURCE=pyOpenSSL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/pyOpenSSL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://pyopenssl.sourceforge.net/
+ LICENSE=GPL
+
SOURCE_HASH=sha512:9645cb4944d264896a7dea7ed7de057279c0f1b939f743d2e6d8bd356bd344de05948dc5a0bf7c11ed77900992c42247424f70c3c5799056a4b2ae0f086448f7
+ ENTERED=20040509
+ UPDATED=20050120
+ KEYWORDS="crypto python"
+ SHORT="Python interface to openssl"
+cat << EOF
+Python interface to openssl.
+EOF
diff --git a/python-pypi/pyopenssl/HISTORY b/python-pypi/pyopenssl/HISTORY
new file mode 100644
index 0000000..243c1a5
--- /dev/null
+++ b/python-pypi/pyopenssl/HISTORY
@@ -0,0 +1,27 @@
+2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, INSTALL: removed (useless, due to moving the spell to
+ python-pypi section)
+ * DEPENDS, DETAILS: cleaned up
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-01-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD, INSTALL: converted to BUILD_API=2
+
+2005-01-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.6
+
+2004-12-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Python renamed to python
+
+2004-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.1
+ * BUILD, DEPENDS: added
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (446856dd1c5b5f14ef758d1a97f59d96e493f2f2), Vlad Glagolev, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page