Skip to Content.
Sympa Menu

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

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 (846c57bb26592256167e723fb810633d4dac8dfb)
  • Date: Tue, 29 Jun 2010 06:14:40 -0500

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

ChangeLog | 4 ++++
python-pypi/python-gnupg/DEPENDS | 2 ++
python-pypi/python-gnupg/DETAILS | 15 +++++++++++++++
python-pypi/python-gnupg/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 846c57bb26592256167e723fb810633d4dac8dfb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-gnupg: new spell, Python API which wraps the GNU Privacy Guard

diff --git a/ChangeLog b/ChangeLog
index 99cb8a0..3ab6d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-gnupg: new spell, Python API which wraps the GNU
+ Privacy Guard
+
2010-06-28 Ismael Luceno <ismael AT sourcemage.org>
* devel/bam: new spell, fast and flexible build system

diff --git a/python-pypi/python-gnupg/DEPENDS
b/python-pypi/python-gnupg/DEPENDS
new file mode 100755
index 0000000..67348aa
--- /dev/null
+++ b/python-pypi/python-gnupg/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends gnupg
diff --git a/python-pypi/python-gnupg/DETAILS
b/python-pypi/python-gnupg/DETAILS
new file mode 100755
index 0000000..8de4f12
--- /dev/null
+++ b/python-pypi/python-gnupg/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-gnupg
+ VERSION=0.2.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://python-gnupg.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:8876f9b44d518e4419a7b609d80c894d3d646691bf942af5cfc77ccdce5b4a316bf3f0dfe4c818b34d751cdb7bc9337be908ebd8fb2879a8349df3b4f30c913b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://code.google.com/p/python-gnupg/
+ LICENSE[0]=BSD
+ ENTERED=20100629
+ SHORT="Python API which wraps the GNU Privacy Guard"
+cat << EOF
+This project implements a Python library which takes care of the internal
+details and allows its users to generate and manage keys, encrypt and decrypt
+data, and sign and verify messages.
+EOF
diff --git a/python-pypi/python-gnupg/HISTORY
b/python-pypi/python-gnupg/HISTORY
new file mode 100644
index 0000000..e0c73c0
--- /dev/null
+++ b/python-pypi/python-gnupg/HISTORY
@@ -0,0 +1,2 @@
+2010-06-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (846c57bb26592256167e723fb810633d4dac8dfb), Vlad Glagolev, 06/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page