* [gentoo-commits] gentoo-x86 commit in dev-python/kiwi: kiwi-1.9.34.ebuild ChangeLog
@ 2012-05-20 0:09 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-05-20 0:09 UTC (permalink / raw
To: gentoo-commits
floppym 12/05/20 00:09:47
Modified: ChangeLog
Added: kiwi-1.9.34.ebuild
Log:
Version bump for #390109. Thanks to Ian Delaney for pointing out the test suite. Drop ppc and ppc64 keywords due to new deps.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-python/kiwi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kiwi/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kiwi/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kiwi/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 24 Feb 2012 08:02:35 -0000 1.15
+++ ChangeLog 20 May 2012 00:09:47 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/kiwi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.15 2012/02/24 08:02:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.16 2012/05/20 00:09:47 floppym Exp $
+
+*kiwi-1.9.34 (20 May 2012)
+
+ 20 May 2012; Mike Gilbert <floppym@gentoo.org> +kiwi-1.9.34.ebuild:
+ Version bump for #390109. Thanks to Ian Delaney for pointing out the test
+ suite. Drop ppc and ppc64 keywords due to new deps.
24 Feb 2012; Patrick Lauer <patrick@gentoo.org> kiwi-1.9.26.ebuild:
Restricting pypy
1.1 dev-python/kiwi/kiwi-1.9.34.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kiwi/kiwi-1.9.34.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kiwi/kiwi-1.9.34.ebuild?rev=1.1&content-type=text/plain
Index: kiwi-1.9.34.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.34.ebuild,v 1.1 2012/05/20 00:09:46 floppym Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*"
inherit distutils versionator virtualx
DESCRIPTION="Kiwi is a pure Python framework and set of enhanced PyGTK widgets"
HOMEPAGE="http://www.async.com.br/projects/kiwi/
https://launchpad.net/kiwi
http://pypi.python.org/pypi/kiwi-gtk"
MY_PN="${PN}-gtk"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="examples test"
RDEPEND="dev-python/pygtk"
DEPEND="${RDEPEND}
test? (
dev-python/pep8
dev-python/pyflakes
dev-python/twisted
)
"
S="${WORKDIR}/${MY_P}"
src_prepare() {
distutils_src_prepare
sed -e "s:share/doc/kiwi:share/doc/${PF}:g" -i setup.py || die "sed failed"
}
src_test() {
# Tarballs are missing files.
# https://code.launchpad.net/~floppym/kiwi/testfiles/+merge/106505
rm tests/test_ui.py tests/test_Delegate.py
testing() {
"$(PYTHON)" tests/run_all_tests.py
}
VIRTUALX_COMMAND=python_execute_function virtualmake testing
}
src_install() {
distutils_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-20 0:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 0:09 [gentoo-commits] gentoo-x86 commit in dev-python/kiwi: kiwi-1.9.34.ebuild ChangeLog Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox