From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/
Date: Sat, 3 Dec 2016 14:36:55 +0000 (UTC) [thread overview]
Message-ID: <1480775769.a647e6a9d096680b9f7aa80b8ef94bb411394e47.mjo@gentoo> (raw)
commit: a647e6a9d096680b9f7aa80b8ef94bb411394e47
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 14:36:09 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 14:36:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a647e6a9
mail-filter/pypolicyd-spf: new version 2.0.0.
Package-Manager: portage-2.3.0
mail-filter/pypolicyd-spf/Manifest | 1 +
.../pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/mail-filter/pypolicyd-spf/Manifest b/mail-filter/pypolicyd-spf/Manifest
index b5d8f01..ebba391 100644
--- a/mail-filter/pypolicyd-spf/Manifest
+++ b/mail-filter/pypolicyd-spf/Manifest
@@ -1 +1,2 @@
DIST pypolicyd-spf-1.3.2.tar.gz 32973 SHA256 7174c46a26c9c35b0d66ddba821b02b0dc2df9d1f6bf0c9da71dcd60795b2966 SHA512 e80b13a0cf9f8406592db5edcb9770051352b3f637d4d9d5bd96295710bf3728a8350c0697e5b430698b0d9d226c83c9decb67923ed5cdb3502ee15509715af4 WHIRLPOOL 91051b0702098b14d0e8281184219f7c96304b59b8a56b7088810af83383b18feb414b53eb259f9d13a37a108373633adeb4a7f866bbd54a480cb1ec287af6a6
+DIST pypolicyd-spf-2.0.0.tar.gz 37810 SHA256 a91e13f1d40d5ab0b63875967d5950440ab387efeea41dad46cac39b24158838 SHA512 76250192f07f06e223b99e6532ee62e35d656123400feab64e4dcec3219489cb85ef98328110b5892d55a78d016359016eac958f16bbbea7cff25e8d7f6f985c WHIRLPOOL 4592510e4da07418750a43d46c2c1c724c9311498daf81cb9ef16ca0ad1ed7b48b35fe0378676facd90e6736b320915402e73a30cf042f2e5aca17972ab4fe52
diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild
new file mode 100644
index 00000000..fb74bcf
--- /dev/null
+++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 )
+
+# The built-in ipaddress module handles the parsing of IP addresses. If
+# python is built without ipv6 support, then ipaddress can't parse ipv6
+# addresses, and the daemon will crash if it sees an ipv6 SPF record. In
+# other words, it's completely broken.
+PYTHON_REQ_USE="ipv6"
+
+inherit distutils-r1
+
+DESCRIPTION="Python-based policy daemon for Postfix SPF verification"
+HOMEPAGE="https://launchpad.net/${PN}"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/pyspf-2.0.9[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}
+ dev-python/authres[${PYTHON_USEDEP}]"
+
+DOCS=( CHANGES policyd-spf.conf.commented README README.per_user_whitelisting )
+
+python_prepare_all() {
+ # The "real" config file mentions the commented one, so we point
+ # users in the right direction.
+ local oldconf="policyd-spf.conf.commented"
+ local newconf="/usr/share/doc/${PF}/${oldconf}"
+
+ sed -i "1 s~ ${oldconf}~,\n# ${newconf}~" policyd-spf.conf \
+ || die 'failed to update commented config file path'
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2016-12-03 14:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-03 14:36 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-26 13:40 [gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/ Michael Orlitzky
2020-05-19 0:35 Michael Orlitzky
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-04-19 20:40 Michael Orlitzky
2020-02-08 18:55 David Seifert
2019-03-03 15:34 Michael Orlitzky
2019-03-03 5:51 Mikle Kolyada
2019-03-01 1:14 Thomas Deutschmann
2017-12-26 13:55 Michael Orlitzky
2017-07-12 14:43 Pacho Ramos
2017-01-19 13:16 Michael Orlitzky
2017-01-19 10:59 Agostino Sarubbo
2017-01-19 10:37 Agostino Sarubbo
2016-12-15 5:04 Michael Orlitzky
2016-08-09 4:06 Michael Orlitzky
2015-09-25 14:29 Agostino Sarubbo
2015-09-24 14:00 Agostino Sarubbo
2015-09-15 15:19 Michael Orlitzky
2015-09-15 14:12 Michael Orlitzky
2015-08-24 1:56 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480775769.a647e6a9d096680b9f7aa80b8ef94bb411394e47.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox