* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.9.0.ebuild ChangeLog
@ 2015-04-10 8:29 Slawek Lis (slis)
0 siblings, 0 replies; 3+ messages in thread
From: Slawek Lis (slis) @ 2015-04-10 8:29 UTC (permalink / raw
To: gentoo-commits
slis 15/04/10 08:29:03
Modified: ChangeLog
Added: Kivy-1.9.0.ebuild
Log:
version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x55265D89)
Revision Changes Path
1.8 dev-python/Kivy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 8 Apr 2015 08:05:08 -0000 1.7
+++ ChangeLog 10 Apr 2015 08:29:03 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/Kivy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.7 2015/04/08 08:05:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.8 2015/04/10 08:29:03 slis Exp $
+
+*Kivy-1.9.0 (10 Apr 2015)
+
+ 10 Apr 2015; Sławek Lis <slis@gentoo.org> +Kivy-1.9.0.ebuild:
+ version bump
08 Apr 2015; Michał Górny <mgorny@gentoo.org> Kivy-1.8.0.ebuild:
Drop old Python implementations
1.1 dev-python/Kivy/Kivy-1.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.1&content-type=text/plain
Index: Kivy-1.9.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.1 2015/04/10 08:29:03 slis Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications."
HOMEPAGE="http://kivy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cairo camera doc examples garden gstreamer spell"
DEPEND="<dev-python/cython-0.22
garden? ( dev-python/kivy-garden )
gstreamer? ( dev-python/gst-python:1.0 )
cairo? ( dev-python/pycairo )
spell? ( dev-python/pyenchant )
dev-python/pygame
dev-python/setuptools
camera? ( media-libs/opencv )
virtual/python-imaging
"
RDEPEND="${DEPEND}"
src_prepare() {
sed -e '/data_files=/d' -i "${S}/setup.py"
}
src_install() {
distutils-r1_src_install
use doc && dodoc -r doc/sources/*
use examples && insinto "/usr/share/doc/${PF}/" && doins -r examples
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.9.0.ebuild ChangeLog
@ 2015-07-18 9:12 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-07-18 9:12 UTC (permalink / raw
To: gentoo-commits
pacho 15/07/18 09:12:41
Modified: Kivy-1.9.0.ebuild ChangeLog
Log:
Fix typo in dependencies (#555130 by Brendan Jurd)
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-python/Kivy/Kivy-1.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?r1=1.3&r2=1.4
Index: Kivy-1.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kivy-1.9.0.ebuild 3 Jun 2015 20:04:07 -0000 1.3
+++ Kivy-1.9.0.ebuild 18 Jul 2015 09:12:41 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.3 2015/06/03 20:04:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.4 2015/07/18 09:12:41 pacho Exp $
EAPI="5"
@@ -26,7 +26,7 @@
gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
<dev-python/cython-0.22[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
1.12 dev-python/Kivy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 3 Jun 2015 20:04:07 -0000 1.11
+++ ChangeLog 18 Jul 2015 09:12:41 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/Kivy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.11 2015/06/03 20:04:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.12 2015/07/18 09:12:41 pacho Exp $
+
+ 18 Jul 2015; Pacho Ramos <pacho@gentoo.org> Kivy-1.9.0.ebuild:
+ Fix typo in dependencies (#555130 by Brendan Jurd)
03 Jun 2015; Justin Lecher <jlec@gentoo.org> Kivy-1.8.0.ebuild,
Kivy-1.9.0.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.9.0.ebuild ChangeLog
@ 2015-08-02 11:00 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-08-02 11:00 UTC (permalink / raw
To: gentoo-commits
jlec 15/08/02 11:00:23
Modified: Kivy-1.9.0.ebuild ChangeLog
Log:
Backport patch to work with recent cython version
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path
1.5 dev-python/Kivy/Kivy-1.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild?r1=1.4&r2=1.5
Index: Kivy-1.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Kivy-1.9.0.ebuild 18 Jul 2015 09:12:41 -0000 1.4
+++ Kivy-1.9.0.ebuild 2 Aug 2015 11:00:23 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.4 2015/07/18 09:12:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.9.0.ebuild,v 1.5 2015/08/02 11:00:23 jlec Exp $
EAPI="5"
@@ -27,10 +27,12 @@
spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
- <dev-python/cython-0.22[${PYTHON_USEDEP}]
+ <=dev-python/cython-0.22[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
+PATCHES=( "${FILESDIR}"/${P}-cython-0.22-backport.patch )
+
python_prepare_all() {
sed -e '/data_files=/d' -i "${S}/setup.py" || die
distutils-r1_python_prepare_all
1.13 dev-python/Kivy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Kivy/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 18 Jul 2015 09:12:41 -0000 1.12
+++ ChangeLog 2 Aug 2015 11:00:23 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/Kivy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.12 2015/07/18 09:12:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/ChangeLog,v 1.13 2015/08/02 11:00:23 jlec Exp $
+
+ 02 Aug 2015; Justin Lecher <jlec@gentoo.org>
+ +files/Kivy-1.9.0-cython-0.22-backport.patch, Kivy-1.9.0.ebuild:
+ Backport patch to work with recent cython version
18 Jul 2015; Pacho Ramos <pacho@gentoo.org> Kivy-1.9.0.ebuild:
Fix typo in dependencies (#555130 by Brendan Jurd)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-02 11:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-02 11:00 [gentoo-commits] gentoo-x86 commit in dev-python/Kivy: Kivy-1.9.0.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2015-07-18 9:12 Pacho Ramos (pacho)
2015-04-10 8:29 Slawek Lis (slis)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox