Skip to Content.
Sympa Menu

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

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 (b2523d7fb2f715983b1311a6ff3ba09b3150d193)
  • Date: Sun, 19 Apr 2015 06:26:53 -0500

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

ChangeLog | 1 +
python-pypi/pypolicyd-spf/DEPENDS | 4 ++++
python-pypi/pypolicyd-spf/DETAILS | 16 ++++++++++++++++
python-pypi/pypolicyd-spf/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 1e94b0af22cac963bbdce43fcb5fcdb7ab170c48
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pypolicyd-spf: new spell, SPF policy server for Postfix

diff --git a/ChangeLog b/ChangeLog
index 0c904e9..1fc4b9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pypolicyd-spf: new spell, SPF policy server for Postfix
* perl-cpan/text-soundex: new spell, implementation of the Soundex
algorithm
* perl-cpan/netaddr-ip: new spell, manages IPv4 and IPv6 addresses and
diff --git a/python-pypi/pypolicyd-spf/DEPENDS
b/python-pypi/pypolicyd-spf/DEPENDS
new file mode 100755
index 0000000..9c7af69
--- /dev/null
+++ b/python-pypi/pypolicyd-spf/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends SETUPTOOLS &&
+depends pyspf &&
+depends ipaddr
diff --git a/python-pypi/pypolicyd-spf/DETAILS
b/python-pypi/pypolicyd-spf/DETAILS
new file mode 100755
index 0000000..02d3688
--- /dev/null
+++ b/python-pypi/pypolicyd-spf/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pypolicyd-spf
+ VERSION=1.3.1
+ BRANCH=`echo ${VERSION}|cut -d. -f1,2`
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://launchpad.net/${SPELL}/${BRANCH}/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:3ae52b22ef3c4f801a523aa98b6c918b7afd76c5867e8cb431b643555e4191f85b1232d7ef431fbfbdd76cfc59bd021ce452b2f323ab0166ab68d1bf06cc1a10
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://launchpad.net/pypolicyd-spf
+ LICENSE[0]=APACHE
+ ENTERED=20150419
+ SHORT="SPF policy server for Postfix"
+cat << EOF
+pypolicyd-spf is a Postfix policy engine for Sender Policy Framework (SPF)
+checking. It is implemented in pure Python and uses the python-spf (pyspf)
+module. Updated for RFC 7208.
+EOF
diff --git a/python-pypi/pypolicyd-spf/HISTORY
b/python-pypi/pypolicyd-spf/HISTORY
new file mode 100644
index 0000000..c6dded0
--- /dev/null
+++ b/python-pypi/pypolicyd-spf/HISTORY
@@ -0,0 +1,2 @@
+2015-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.3.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b2523d7fb2f715983b1311a6ff3ba09b3150d193), Vlad Glagolev, 04/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page