idella4 14/05/03 05:58:57 Modified: ChangeLog Added: pyspf-2.0.9.ebuild Log: bump; add IUSE ipv6 for new testsuite, drop py2.6 py3.2, update deps, initial patch by mjo (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.26 dev-python/pyspf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 19 Apr 2014 18:11:21 -0000 1.25 +++ ChangeLog 3 May 2014 05:58:57 -0000 1.26 @@ -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.25 2014/04/19 18:11:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.26 2014/05/03 05:58:57 idella4 Exp $ + +*pyspf-2.0.9 (03 May 2014) + + 03 May 2014; Ian Delaney <[email protected]> +pyspf-2.0.9.ebuild: + bump; add IUSE ipv6 for new testsuite, drop py2.6 py3.2, update deps, initial + patch by mjo 19 Apr 2014; Michał Górny <[email protected]> pyspf-2.0.8-r1.ebuild: Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep(). 1.1 dev-python/pyspf/pyspf-2.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.9.ebuild?rev=1.1&content-type=text/plain Index: pyspf-2.0.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.9.ebuild,v 1.1 2014/05/03 05:58:57 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[${PYTHON_USEDEP}]' 'python2*') $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' 'python2*') $(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 }
