* [gentoo-commits] gentoo-x86 commit in dev-python/simplegui: simplegui-0.1.0.ebuild ChangeLog
@ 2013-11-09 11:01 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-11-09 11:01 UTC (permalink / raw
To: gentoo-commits
hasufell 13/11/09 11:01:21
Modified: simplegui-0.1.0.ebuild ChangeLog
Log:
add python3_2 and python3_3 wrt #487412
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.2 dev-python/simplegui/simplegui-0.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?r1=1.1&r2=1.2
Index: simplegui-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simplegui-0.1.0.ebuild 8 Oct 2013 20:35:16 -0000 1.1
+++ simplegui-0.1.0.ebuild 9 Nov 2013 11:01:20 -0000 1.2
@@ -1,11 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.1 2013/10/08 20:35:16 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.2 2013/11/09 11:01:20 hasufell Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
PYTHON_REQ_USE="tk"
+DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1
@@ -20,3 +21,11 @@
DEPEND="app-arch/unzip
dev-python/cx_Freeze[${PYTHON_USEDEP}]"
+
+python_compile() {
+ if [[ ${EPYTHON} == python3.* ]]; then
+ 2to3 --no-diffs -w *.py || die
+ fi
+
+ distutils-r1_python_compile
+}
1.2 dev-python/simplegui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 8 Oct 2013 20:35:16 -0000 1.1
+++ ChangeLog 9 Nov 2013 11:01:20 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for dev-python/simplegui
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.1 2013/10/08 20:35:16 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.2 2013/11/09 11:01:20 hasufell Exp $
+
+ 09 Nov 2013; Julian Ospald <hasufell@gentoo.org> simplegui-0.1.0.ebuild:
+ add python3_2 and python3_3 wrt #487412
*simplegui-0.1.0 (08 Oct 2013)
08 Oct 2013; Julian Ospald <hasufell@gentoo.org> +simplegui-0.1.0.ebuild,
+metadata.xml:
initial import
-
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplegui: simplegui-0.1.0.ebuild ChangeLog
@ 2014-05-27 19:51 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-05-27 19:51 UTC (permalink / raw
To: gentoo-commits
hwoarang 14/05/27 19:51:14
Modified: simplegui-0.1.0.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #504364
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path
1.3 dev-python/simplegui/simplegui-0.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?r1=1.2&r2=1.3
Index: simplegui-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simplegui-0.1.0.ebuild 9 Nov 2013 11:01:20 -0000 1.2
+++ simplegui-0.1.0.ebuild 27 May 2014 19:51:14 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.2 2013/11/09 11:01:20 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.3 2014/05/27 19:51:14 hwoarang Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip
1.3 dev-python/simplegui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 Nov 2013 11:01:20 -0000 1.2
+++ ChangeLog 27 May 2014 19:51:14 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simplegui
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.2 2013/11/09 11:01:20 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.3 2014/05/27 19:51:14 hwoarang Exp $
+
+ 27 May 2014; Markos Chandras <hwoarang@gentoo.org> simplegui-0.1.0.ebuild:
+ Stable on amd64 wrt bug #504364
09 Nov 2013; Julian Ospald <hasufell@gentoo.org> simplegui-0.1.0.ebuild:
add python3_2 and python3_3 wrt #487412
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplegui: simplegui-0.1.0.ebuild ChangeLog
@ 2015-04-08 8:04 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:04 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:04:55
Modified: simplegui-0.1.0.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 dev-python/simplegui/simplegui-0.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild?r1=1.4&r2=1.5
Index: simplegui-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- simplegui-0.1.0.ebuild 14 Jun 2014 09:34:41 -0000 1.4
+++ simplegui-0.1.0.ebuild 8 Apr 2015 08:04:55 -0000 1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.4 2014/06/14 09:34:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/simplegui-0.1.0.ebuild,v 1.5 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 )
PYTHON_REQ_USE="tk"
DISTUTILS_IN_SOURCE_BUILD=1
1.6 dev-python/simplegui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplegui/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 25 Nov 2014 22:42:44 -0000 1.5
+++ ChangeLog 8 Apr 2015 08:04:55 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simplegui
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.5 2014/11/25 22:42:44 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplegui/ChangeLog,v 1.6 2015/04/08 08:04:55 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> simplegui-0.1.0.ebuild:
+ Drop old Python implementations
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-08 8:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09 11:01 [gentoo-commits] gentoo-x86 commit in dev-python/simplegui: simplegui-0.1.0.ebuild ChangeLog Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2014-05-27 19:51 Markos Chandras (hwoarang)
2015-04-08 8:04 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox