Skip to Content.
Sympa Menu

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

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 (40a3bf4a8a300af278f19c7d7843a36901ca41e2)
  • Date: Tue, 5 May 2015 03:05:46 -0500

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

ChangeLog | 3 +++
python-pypi/python-pgpdump/DEPENDS | 2 ++
python-pypi/python-pgpdump/DETAILS | 28 ++++++++++++++++++++++++++++
python-pypi/python-pgpdump/HISTORY | 2 ++
4 files changed, 35 insertions(+)

New commits:
commit 40a3bf4a8a300af278f19c7d7843a36901ca41e2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-pgpdump: new spell, version 1.5

diff --git a/ChangeLog b/ChangeLog
index 6f0405a..a35f283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-pgpdump: new spell, version 1.5
+
2015-05-04 Vlad Glagolev <stealth AT sourcemage.org>
* perl-cpan/email-mime-modifier: spell deprecated, it's a part of
email-mime now
diff --git a/python-pypi/python-pgpdump/DEPENDS
b/python-pypi/python-pgpdump/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/python-pgpdump/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/python-pgpdump/DETAILS
b/python-pypi/python-pgpdump/DETAILS
new file mode 100755
index 0000000..562b757
--- /dev/null
+++ b/python-pypi/python-pgpdump/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=python-pgpdump
+ SPELLX=pgpdump
+ VERSION=1.5
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:b9fc7f78b920296301acaad2dbbafefff7b5f1658cbb65f5892a28d0b4d5110581bba984ad5cdabde3330025e3828387d7127c689cb86a7163c0b5ac0d0d2de0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/toofishes/python-pgpdump
+ DOCS="README"
+ LICENSE[0]=BSD
+ KEYWORDS="python pgp"
+ ENTERED=20150505
+ SHORT="Python library for parsing PGP packets"
+cat << EOF
+pgpdump is a PGP packet parser library.
+
+The intent here is not on completeness, as we don’t currently decode every
+packet type, but on being able to do what people actually have to 95% of the
+time.
+
+Currently supported things include:
+
+* Signature packets
+* Public key packets
+* Secret key packets
+* Trust, user ID, and user attribute packets
+* ASCII-armor decoding and CRC check
+EOF
diff --git a/python-pypi/python-pgpdump/HISTORY
b/python-pypi/python-pgpdump/HISTORY
new file mode 100644
index 0000000..e1b9b3e
--- /dev/null
+++ b/python-pypi/python-pgpdump/HISTORY
@@ -0,0 +1,2 @@
+2015-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.5



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a3bf4a8a300af278f19c7d7843a36901ca41e2), Vlad Glagolev, 05/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page