Here's a PKGBUILD for 2.0.9, and follows current convention to use a package() function:
https://gist.github.com/richli/b063b025ceb807e36ba0
Search Criteria
Package Details: python-pyspf 2.0.11-1
Package Actions
| Package Base: | python-pyspf |
|---|---|
| Description: | Python implementation of the Sender Policy Framework (SPF) protocol |
| Upstream URL: | http://pypi.python.org/pypi/pyspf |
| Category: | lib |
| Licenses: | |
| Submitter: | ras0ir |
| Maintainer: | richli |
| Last Packager: | richli |
| Votes: | 3 |
| First Submitted: | 2009-04-21 17:45 |
| Last Updated: | 2014-12-10 00:30 |
Dependencies (3)
- python-pydns
- python-setuptools (make)
- python-authres (optional) – Return RFC 5451 Authentication Results headers
Required by (1)
Sources
Latest Comments
Comment by richli
Comment by Zeth
diff for 2.0.8 to work with latest python-postfix-policyd-spf 1.2-1
--- PKGBUILD 2012-10-27 18:55:28.000000000 +0200
+++ PKGBUILD208 2013-11-20 15:00:03.623347243 +0100
@@ -1,6 +1,6 @@
# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
pkgname=python-pyspf
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
provides=('pyspf')
replaces=('pyspf')
source=(http://pypi.python.org/packages/source/p/pyspf/pyspf-$pkgver.tar.gz)
-md5sums=(9afe006c84c485f860d9efaa628e96ee)
+md5sums=(8ef1a5714939d6df5ab40006ac8930ac)
build() {
cd "$srcdir/pyspf-$pkgver"
Anonymous comment
Here is a PKGBUILD patch for version 2.0.7:
# Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
pkgname=python-pyspf
-pkgver=2.0.5
+pkgver=2.0.7
pkgrel=1
pkgdesc="Python implementation of the Sender Policy Framework (SPF) protocol"
arch=('i686' 'x86_64')
@@ -12,8 +11,8 @@
conflicts=('pyspf')
provides=('pyspf')
replaces=('pyspf')
-source=(http://downloads.sourceforge.net/pymilter/pyspf-$pkgver.tar.gz)
-md5sums=(7e3f53362e3ad52ec8a496445085a34f)
+source=("http://pypi.python.org/packages/source/p/pyspf/pyspf-${pkgver}.tar.gz")
+md5sums=('9afe006c84c485f860d9efaa628e96ee')
build() {
cd "$srcdir/pyspf-$pkgver"
Comment by fsa
I have updated this package to work after the Python rebuild, get it here: https://aur.archlinux.org/packages.php?ID=42274