jlec        15/03/04 08:17:14

  Modified:             ChangeLog
  Added:                nmrglue-0.5-r1.ebuild
  Removed:              nmrglue-0.5.ebuild
  Log:
  Backport fix for agilent data conversion
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  sci-chemistry/nmrglue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/nmrglue/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/nmrglue/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/nmrglue/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   20 Feb 2015 08:54:05 -0000      1.2
+++ ChangeLog   4 Mar 2015 08:17:14 -0000       1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/nmrglue
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/ChangeLog,v 1.2 
2015/02/20 08:54:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/ChangeLog,v 1.3 
2015/03/04 08:17:14 jlec Exp $
+
+*nmrglue-0.5-r1 (04 Mar 2015)
+
+  04 Mar 2015; Justin Lecher <[email protected]> 
+files/nmrglue-0.5-nohyper.patch,
+  +nmrglue-0.5-r1.ebuild, -nmrglue-0.5.ebuild:
+  Backport fix for agilent data conversion
 
 *nmrglue-0.5 (20 Feb 2015)
 



1.1                  sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: nmrglue-0.5-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/nmrglue-0.5-r1.ebuild,v 1.1 
2015/03/04 08:17:14 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="A module for working with NMR data in Python"
HOMEPAGE="http://nmrglue.com/";
SRC_URI="https://github.com/jjhelmus/nmrglue/releases/download/v${PV}/${P}.tar.gz";

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

RDEPEND="
        dev-python/ipython[${PYTHON_USEDEP}]
        dev-python/matplotlib[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND="
        test? (
                ${RDEPEND}
                dev-python/nose[${PYTHON_USEDEP}]
        )
"

PATCHES=( "${FILESDIR}"/${P}-nohyper.patch )

python_test() {
        nosetests --verbosity=3 || die
}




Reply via email to