From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86D001381F3 for ; Fri, 2 Aug 2013 02:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3505DE09ED; Fri, 2 Aug 2013 02:14:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F01CE09ED for ; Fri, 2 Aug 2013 02:14:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 578B333EB63 for ; Fri, 2 Aug 2013 02:14:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 090272171D; Fri, 2 Aug 2013 02:14:13 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-debian-0.1.21_p2.ebuild ChangeLog X-VCS-Directories: dev-python/python-debian X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130802021414.090272171D@flycatcher.gentoo.org> Date: Fri, 2 Aug 2013 02:14:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a077fcb7-b50a-44b3-ad3c-45b35aa1d18a X-Archives-Hash: 6f75a6ae3452cb5a9cf0d7fc17836b0f floppym 13/08/02 02:14:13 Modified: ChangeLog Added: python-debian-0.1.21_p2.ebuild Log: Version bump. Convert to distutils-r1 and enable python3 support. (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.4 dev-python/python-debian/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 9 Sep 2011 05:05:44 -0000 1.3 +++ ChangeLog 2 Aug 2013 02:14:13 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-debian -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.3 2011/09/09 05:05:44 floppym Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.4 2013/08/02 02:14:13 floppym Exp $ + +*python-debian-0.1.21_p2 (02 Aug 2013) + + 02 Aug 2013; Mike Gilbert + +python-debian-0.1.21_p2.ebuild: + Version bump. Convert to distutils-r1 and enable python3 support. 09 Sep 2011; Mike Gilbert python-debian-0.1.21.ebuild: Tests require app-arch/dpkg @@ -13,4 +19,3 @@ 08 Sep 2011; Mike Gilbert +python-debian-0.1.21.ebuild, +metadata.xml: New package for bug 356129 - 1.1 dev-python/python-debian/python-debian-0.1.21_p2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.21_p2.ebuild?rev=1.1&content-type=text/plain Index: python-debian-0.1.21_p2.ebuild =================================================================== # Copyright 1999-2013 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.21_p2.ebuild,v 1.1 2013/08/02 02:14:13 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_{6,7},3_{1,2,3}} pypy{1_9,2_0} ) inherit distutils-r1 DESCRIPTION="Python modules to work with Debian-related data formats" HOMEPAGE="http://packages.debian.org/sid/python-debian" MY_PV="${PV/_p/+nmu}" SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${MY_PV}.tar.gz" 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 )" S="${WORKDIR}/${PN}-${MY_PV}" DISTUTILS_IN_SOURCE_BUILD=1 python_prepare_all() { sed -e "s/__CHANGELOG_VERSION__/${MY_PV}/" setup.py.in > setup.py || die distutils-r1_python_prepare_all } python_compile_all() { "${PYTHON}" lib/debian/doc-debtags > README.debtags || die } python_test() { pushd tests > /dev/null || die local t for t in test_*.py ; do "${PYTHON}" "${t}" || die "Testing failed with ${EPYTHON}" done popd > /dev/null || die } python_install_all() { use examples && local EXAMPLES=( examples/ ) distutils-r1_python_install_all }