[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4a2c912ec8cf905d49380a25ffe7f2241f381c1e)

Ladislav Hagara scm at sourcemage.org
Tue Apr 8 18:09:24 EDT 2008


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog                |    1 +
 python-pypi/pyme/BUILD   |    1 +
 python-pypi/pyme/DEPENDS |    1 +
 python-pypi/pyme/DETAILS |   17 +++++++++++++++++
 python-pypi/pyme/HISTORY |    3 +++
 5 files changed, 23 insertions(+)

New commits:
commit 4a2c912ec8cf905d49380a25ffe7f2241f381c1e
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    python-pypi/pyme: new spell, Python interface to GnuPG functions based on GPGME

diff --git a/ChangeLog b/ChangeLog
index e17890b..14ca4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-04-08 Ladislav Hagara <hgr at vabo.cz>
 	* crypto/gifshuffle: new spell, GIF colourmap steganography
+	* python-pypi/pyme: new spell, Python interface to GnuPG
 
 2008-04-07 Ladislav Hagara <hgr at vabo.cz>
 	* crypto/snow: new spell, whitespace steganography program
diff --git a/python-pypi/pyme/BUILD b/python-pypi/pyme/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/python-pypi/pyme/BUILD
@@ -0,0 +1 @@
+make
diff --git a/python-pypi/pyme/DEPENDS b/python-pypi/pyme/DEPENDS
new file mode 100755
index 0000000..f406057
--- /dev/null
+++ b/python-pypi/pyme/DEPENDS
@@ -0,0 +1 @@
+depends gpgme
diff --git a/python-pypi/pyme/DETAILS b/python-pypi/pyme/DETAILS
new file mode 100755
index 0000000..d7ae69b
--- /dev/null
+++ b/python-pypi/pyme/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=pyme
+         VERSION=0.8.0
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+     SOURCE_HASH=sha512:56e7131c1bc093248e9b22576aede991da163bf807e32504616b3f5d652e83d2647558dbd376241601ab9f2afa34a238aec5e290dbc87188eb977b9a4435a0d9
+        WEB_SITE=http://pyme.sourceforge.net/
+         ENTERED=20080408
+      LICENSE[0]=GPL
+           SHORT="a Python interface to GnuPG functions based on GPGME library"
+cat << EOF
+PyMe is a python interface to GPGME library.
+PyMe's development model is GPGME + Python + SWIG (just like m2crypto is
+an OpenSSL + Python + SWIG) combination which means that most of the functions
+and types are converted from C into Python automatically by SWIG. In short, to
+be able to use PyMe you need to be familiar with GPGME.
+EOF
diff --git a/python-pypi/pyme/HISTORY b/python-pypi/pyme/HISTORY
new file mode 100644
index 0000000..f175fb2
--- /dev/null
+++ b/python-pypi/pyme/HISTORY
@@ -0,0 +1,3 @@
+2008-04-08 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, BUILD: created this spell, version 0.8.0
+



More information about the SM-Commit mailing list