Package Details: python-spf-engine 3.0.4-2

Git Clone URL: https://aur.archlinux.org/python-spf-engine.git (read-only, click to copy)
Package Base: python-spf-engine
Description: SPF (Sender Policy Framework) back-end for Postfix and Sendmail
Upstream URL: https://launchpad.net/spf-engine
Licenses: GPL2, Apache
Conflicts: python-postfix-policyd-spf, spf-engine
Provides: spf-engine
Submitter: morgenstern
Maintainer: morgenstern
Last Packager: morgenstern
Votes: 1
Popularity: 0.000000
First Submitted: 2021-03-16 21:49 (UTC)
Last Updated: 2023-05-13 23:50 (UTC)

Pinned Comments

morgenstern commented on 2020-05-23 14:43 (UTC) (edited on 2020-05-23 14:44 (UTC) by morgenstern)

GPG signing has been enabled for this package. If you get an "unknown key" error, import the key and run makepkg again:

gpg --recv-keys E7729BFFBE85400FEEEE23B178D7DEFB9AD59AF1

See the following links for more information:
http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key

Latest Comments

morgenstern commented on 2022-04-15 10:43 (UTC) (edited on 2022-04-15 10:44 (UTC) by morgenstern)

Thanks @Thaodan. I do not understand why the package needs to depend on an explicit Python version, though. Could you please give me a bit more context for why you need this particular customisation?

Thaodan commented on 2022-04-15 09:42 (UTC) (edited on 2022-04-15 10:23 (UTC) by Thaodan)

@morgenstern: makedepends=(python)

Then in build(): _version_major=$(python -c 'import sys;print(sys.version_info.major)') _version_micro=$(python -c 'import sys;print(sys.version_info.micro)')

_version_bad=${version_major}.$((version_micro+1)) _version_good=${version_major}.${version_micro}

Than in package(): depends+=("python>=${_version_good}" "python<${_version_bad}")

morgenstern commented on 2021-01-30 03:05 (UTC)

@Thaodan I'm not sure I follow - if you want to post an example of what you think the PKGBUILD should look like, I'd be happy to take it under advisement.

Thaodan commented on 2021-01-29 11:09 (UTC)

Can you make it so it depends on the python version used during build?

morgenstern commented on 2020-05-23 14:43 (UTC) (edited on 2020-05-23 14:44 (UTC) by morgenstern)

GPG signing has been enabled for this package. If you get an "unknown key" error, import the key and run makepkg again:

gpg --recv-keys E7729BFFBE85400FEEEE23B178D7DEFB9AD59AF1

See the following links for more information:
http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
https://wiki.archlinux.org/index.php/GnuPG#Import_a_public_key