Package Details: python-pyspf 2.0.14-3

Git Clone URL: https://aur.archlinux.org/python-pyspf.git (read-only, click to copy)
Package Base: python-pyspf
Description: Python implementation of the Sender Policy Framework (SPF) protocol
Upstream URL: https://pypi.python.org/pypi/pyspf
Licenses: PSF
Submitter: ras0ir
Maintainer: qft
Last Packager: qft
Votes: 14
Popularity: 0.001297
First Submitted: 2009-04-21 17:45 (UTC)
Last Updated: 2023-05-16 13:53 (UTC)

Latest Comments

« First ‹ Previous 1 2

fauno commented on 2015-08-06 16:27 (UTC)

there's a file with mixed tabs and spaces and python complains until you fix them

richli commented on 2014-06-07 20:28 (UTC)

Here's a PKGBUILD for 2.0.9, and follows current convention to use a package() function: https://gist.github.com/richli/b063b025ceb807e36ba0

Zeth commented on 2013-11-20 14:07 (UTC)

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"

<deleted-account> commented on 2012-04-07 02:59 (UTC)

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"

fsa commented on 2010-10-28 14:18 (UTC)

I have updated this package to work after the Python rebuild, get it here: https://aur.archlinux.org/packages.php?ID=42274