idella4 14/07/02 05:15:21
Modified: lz4-0.6.0_p20140104.ebuild lz4-0.6.1.ebuild
ChangeLog
Log:
-0.6.0_p20140104;drop py2.6 -0.6.1; drop py2.6 add py3.4 pypy, removed IUSE
test, dep nose & test phase due to absence (again) of tests folder in that
release; both; add missing dep setuptools, fixes bug #515016
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.4 dev-python/lz4/lz4-0.6.0_p20140104.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?r1=1.3&r2=1.4
Index: lz4-0.6.0_p20140104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lz4-0.6.0_p20140104.ebuild 21 Mar 2014 08:03:12 -0000 1.3
+++ lz4-0.6.0_p20140104.ebuild 2 Jul 2014 05:15:21 -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/lz4/lz4-0.6.0_p20140104.ebuild,v
1.3 2014/03/21 08:03:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v
1.4 2014/07/02 05:15:21 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1
@@ -18,7 +18,7 @@
IUSE="test"
RDEPEND=""
-DEPEND="
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose )"
python_prepare_all() {
1.2 dev-python/lz4/lz4-0.6.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?r1=1.1&r2=1.2
Index: lz4-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lz4-0.6.1.ebuild 21 Mar 2014 08:03:12 -0000 1.1
+++ lz4-0.6.1.ebuild 2 Jul 2014 05:15:21 -0000 1.2
@@ -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/lz4/lz4-0.6.1.ebuild,v 1.1
2014/03/21 08:03:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.2
2014/07/02 05:15:21 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
@@ -15,11 +15,9 @@
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
RDEPEND=""
-DEPEND="
- test? ( dev-python/nose )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_prepare_all() {
sed \
@@ -27,8 +25,3 @@
-e 's:"-O4"::g' \
-i setup.py || die
}
-
-python_test() {
- cd tests || die
- nosetests || die
-}
1.4 dev-python/lz4/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Mar 2014 08:03:12 -0000 1.3
+++ ChangeLog 2 Jul 2014 05:15:21 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/lz4
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.3 2014/03/21
08:03:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.4 2014/07/02
05:15:21 idella4 Exp $
+
+ 02 Jul 2014; Ian Delaney <[email protected]> lz4-0.6.0_p20140104.ebuild,
+ lz4-0.6.1.ebuild:
+ -0.6.0_p20140104;drop py2.6 -0.6.1; drop py2.6 add py3.4 pypy, removed IUSE
+ test, dep nose & test phase due to absence (again) of tests folder in that
+ release; both; add missing dep setuptools, fixes bug #515016
*lz4-0.6.1 (21 Mar 2014)
@@ -16,4 +22,3 @@
27 Jan 2014; Justin Lecher <[email protected]> +lz4-0.6.0_p20140104.ebuild,
+metadata.xml:
New addition, written by me
-