From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog
Date: Fri, 2 Aug 2013 02:14:13 +0000 (UTC) [thread overview]
Message-ID: <20130802021414.090272171D@flycatcher.gentoo.org> (raw)
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 <floppym@gentoo.org>
+ +python-debian-0.1.21_p2.ebuild:
+ Version bump. Convert to distutils-r1 and enable python3 support.
09 Sep 2011; Mike Gilbert <floppym@gentoo.org> python-debian-0.1.21.ebuild:
Tests require app-arch/dpkg
@@ -13,4 +19,3 @@
08 Sep 2011; Mike Gilbert <floppym@gentoo.org> +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
}
next reply other threads:[~2013-08-02 2:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-02 2:14 Mike Gilbert (floppym) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:46 [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: python-debian-0.1.21_p2.ebuild ChangeLog Michal Gorny (mgorny)
2014-03-31 20:37 Michal Gorny (mgorny)
2014-04-02 23:45 Mike Gilbert (floppym)
2015-04-08 8:05 Michal Gorny (mgorny)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130802021414.090272171D@flycatcher.gentoo.org \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox