jlec        15/04/15 08:13:12

  Modified:             bottleneck-0.8.0.ebuild ChangeLog
  Added:                bottleneck-1.0.0.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  dev-python/bottleneck/bottleneck-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild?r1=1.4&r2=1.5

Index: bottleneck-0.8.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bottleneck-0.8.0.ebuild     16 Feb 2015 15:00:10 -0000      1.4
+++ bottleneck-0.8.0.ebuild     15 Apr 2015 08:13:12 -0000      1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild,v 1.4 
2015/02/16 15:00:10 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/bottleneck/bottleneck-0.8.0.ebuild,v 1.5 
2015/04/15 08:13:12 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 inherit distutils-r1
 



1.11                 dev-python/bottleneck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottleneck/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Apr 2015 14:13:50 -0000       1.10
+++ ChangeLog   15 Apr 2015 08:13:12 -0000      1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/bottleneck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/ChangeLog,v 1.10 
2015/04/07 14:13:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottleneck/ChangeLog,v 1.11 
2015/04/15 08:13:12 jlec Exp $
+
+*bottleneck-1.0.0 (15 Apr 2015)
+
+  15 Apr 2015; Justin Lecher <j...@gentoo.org> +bottleneck-1.0.0.ebuild,
+  bottleneck-0.8.0.ebuild:
+  Version Bump
 
   17 Feb 2015; Justin Lecher <j...@gentoo.org> -bottleneck-0.6.0.ebuild,
   -bottleneck-0.7.0.ebuild, metadata.xml:



1.1                  dev-python/bottleneck/bottleneck-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/bottleneck-1.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottleneck/bottleneck-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: bottleneck-1.0.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/bottleneck/bottleneck-1.0.0.ebuild,v 1.1 
2015/04/15 08:13:12 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

MY_PN="Bottleneck"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Fast NumPy array functions written in Cython"
HOMEPAGE="http://berkeleyanalytics.com/bottleneck";
SRC_URI="mirror://pypi/B/${MY_PN}/${MY_P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
        >=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        dev-python/cython[${PYTHON_USEDEP}]"

S="${WORKDIR}"/${MY_P}

python_prepare_all() {
        emake PYTHONPATH=. pyx
        emake cfiles
        distutils-r1_python_prepare_all
}

python_test() {
        cd "${BUILD_DIR}" || die
        ${PYTHON} -c "import 
bottleneck;bottleneck.test(extra_argv=['--verbosity=3'])" || die
}




Reply via email to