idella4 14/12/16 07:14:55
Modified: oct2py-1.3.0.ebuild oct2py-1.3.0-r1.ebuild
ChangeLog
Log:
drop old impl add py3.4 in 1.3.0, correction to deps
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.4 dev-python/oct2py/oct2py-1.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild?r1=1.3&r2=1.4
Index: oct2py-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oct2py-1.3.0.ebuild 14 Aug 2014 23:31:25 -0000 1.3
+++ oct2py-1.3.0.ebuild 16 Dec 2014 07:14:55 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.3
2014/08/14 23:31:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0.ebuild,v 1.4
2014/12/16 07:14:55 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
@@ -22,8 +22,8 @@
sci-mathematics/octave"
DEPEND="${RDEPEND}
doc? (
- dev-python/sphinx-bootstrap-theme
- dev-python/numpydoc
+ dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
+ dev-python/numpydoc[${PYTHON_USEDEP}]
)
test? (
dev-python/nose[${PYTHON_USEDEP}]
1.5 dev-python/oct2py/oct2py-1.3.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild?r1=1.4&r2=1.5
Index: oct2py-1.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oct2py-1.3.0-r1.ebuild 29 Nov 2014 20:06:55 -0000 1.4
+++ oct2py-1.3.0-r1.ebuild 16 Dec 2014 07:14:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v
1.4 2014/11/29 20:06:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v
1.5 2014/12/16 07:14:55 idella4 Exp $
EAPI=5
@@ -22,8 +22,8 @@
sci-mathematics/octave"
DEPEND="${RDEPEND}
doc? (
- dev-python/sphinx-bootstrap-theme
- dev-python/numpydoc
+ dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
+ dev-python/numpydoc[${PYTHON_USEDEP}]
)
test? (
dev-python/nose[${PYTHON_USEDEP}]
1.20 dev-python/oct2py/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oct2py/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 29 Nov 2014 20:06:55 -0000 1.19
+++ ChangeLog 16 Dec 2014 07:14:55 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/oct2py
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.19
2014/11/29 20:06:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.20
2014/12/16 07:14:55 idella4 Exp $
+
+ 16 Dec 2014; Ian Delaney <[email protected]> oct2py-1.3.0-r1.ebuild,
+ oct2py-1.3.0.ebuild:
+ drop old impl add py3.4 in 1.3.0, correction to deps
29 Nov 2014; Markus Meier <[email protected]> oct2py-1.3.0-r1.ebuild:
add ~arm, bug #518742