floppym 15/04/19 16:18:02 Modified: ChangeLog Added: python-debian-0.1.27.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.12 dev-python/python-debian/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 19 Apr 2015 15:59:46 -0000 1.11 +++ ChangeLog 19 Apr 2015 16:18:02 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-debian # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.11 2015/04/19 15:59:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.12 2015/04/19 16:18:02 floppym Exp $ + +*python-debian-0.1.27 (19 Apr 2015) + + 19 Apr 2015; Mike Gilbert <[email protected]> +python-debian-0.1.27.ebuild: + Version bump. 19 Apr 2015; Mike Gilbert <[email protected]> python-debian-0.1.26.ebuild: Simplify python_test function. 1.1 dev-python/python-debian/python-debian-0.1.27.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.27.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.27.ebuild?rev=1.1&content-type=text/plain Index: python-debian-0.1.27.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-debian/python-debian-0.1.27.ebuild,v 1.1 2015/04/19 16:18:02 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 DESCRIPTION="Python modules to work with Debian-related data formats" HOMEPAGE="http://packages.debian.org/sid/python-debian" SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples test" RDEPEND=" dev-python/chardet[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( app-arch/dpkg )" PATCHES=( "${FILESDIR}"/${PN}-0.1.26-fix-tests.patch ) python_compile_all() { "${PYTHON}" lib/debian/doc-debtags > README.debtags || die } python_test() { # Tests currently fail with >=app-crypt/gnupg-2.1 pushd tests > /dev/null || die "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}" popd > /dev/null || die } python_install_all() { use examples && local EXAMPLES=( examples/ ) distutils-r1_python_install_all }
