idella4     15/01/25 09:31:12

  Modified:             ChangeLog
  Added:                pyspf-2.0.11.ebuild
  Removed:              pyspf-2.0.9.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.29                 dev-python/pyspf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   29 Sep 2014 04:16:45 -0000      1.28
+++ ChangeLog   25 Jan 2015 09:31:11 -0000      1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyspf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.28 
2014/09/29 04:16:45 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.29 
2015/01/25 09:31:11 idella4 Exp $
+
+*pyspf-2.0.11 (25 Jan 2015)
+
+  25 Jan 2015; Ian Delaney <[email protected]> +pyspf-2.0.11.ebuild,
+  -pyspf-2.0.9.ebuild:
+  bump; rm old
 
 *pyspf-2.0.10 (29 Sep 2014)
 



1.1                  dev-python/pyspf/pyspf-2.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.11.ebuild?rev=1.1&content-type=text/plain

Index: pyspf-2.0.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.11.ebuild,v 1.1 
2015/01/25 09:31:11 idella4 Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ipv6?"
inherit distutils-r1

DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) 
protocol"
HOMEPAGE="http://pypi.python.org/pypi/pyspf";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipv6 test"

# >=python-3.3 comes with the built-in ipaddress module
RDEPEND="dev-python/authres[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' 
python2_7)
        $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7)
        $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 
'python3*')"

DEPEND="test? ( ${RDEPEND}
        dev-python/pyyaml[${PYTHON_USEDEP}] )"

REQUIRED_USE="test? ( ipv6 )"

python_test() {
        pushd test &> /dev/null
        "${PYTHON}" testspf.py || die
        popd &> /dev/null
}




Reply via email to