idella4 15/02/05 02:09:08 Modified: ChangeLog Added: python-gnupg-0.3.7.ebuild Removed: python-gnupg-0.3.6.ebuild Log: bump; update HOMEPAGE & SRC_URI, rm disused patch and 0.3.6. required by bug #534534 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.11 dev-python/python-gnupg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 25 Jun 2014 07:30:40 -0000 1.10 +++ ChangeLog 5 Feb 2015 02:09:08 -0000 1.11 @@ -1,6 +1,14 @@ # ChangeLog for dev-python/python-gnupg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.10 2014/06/25 07:30:40 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.11 2015/02/05 02:09:08 idella4 Exp $ + +*python-gnupg-0.3.7 (05 Feb 2015) + + 05 Feb 2015; Ian Delaney <[email protected]> + +files/python-gnupg-0.3.7-msg-handle.patch, +python-gnupg-0.3.7.ebuild, + -files/python-gnupg-0.3.2-fast-random.patch, -python-gnupg-0.3.6.ebuild: + bump; update HOMEPAGE & SRC_URI, rm disused patch and 0.3.6. required by bug + #534534 25 Jun 2014; Ian Delaney <[email protected]> python-gnupg-0.3.6.ebuild: drop py2.6 pypy2_0 add py3.4 supp. 1.1 dev-python/python-gnupg/python-gnupg-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.1&content-type=text/plain Index: python-gnupg-0.3.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild,v 1.1 2015/02/05 02:09:08 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Python wrapper for GNU Privacy Guard" HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" SRC_URI="https://github.com/vsajip/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="app-crypt/gnupg" PATCHES=( "${FILESDIR}"/${PN}-0.3.6-skip-search-keys-tests.patch "${FILESDIR}"/${P}-msg-handle.patch ) python_test() { # cd "${BUILD_DIR}" || die "${PYTHON}" test_gnupg.py || die "Tests fail with ${EPYTHON}" }
