public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/nmrglue: nmrglue-0.5.ebuild nmrglue-0.4.ebuild ChangeLog
Date: Fri, 20 Feb 2015 08:54:05 +0000 (UTC)	[thread overview]
Message-ID: <20150220085405.C683A1227B@oystercatcher.gentoo.org> (raw)

jlec        15/02/20 08:54:05

  Modified:             nmrglue-0.4.ebuild ChangeLog
  Added:                nmrglue-0.5.ebuild
  Log:
  Version Bump; add tests
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sci-chemistry/nmrglue/nmrglue-0.4.ebuild

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

Index: nmrglue-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/nmrglue-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmrglue-0.4.ebuild	4 Apr 2013 18:22:57 -0000	1.1
+++ nmrglue-0.4.ebuild	20 Feb 2015 08:54:05 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2013/04/04 18:22:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/nmrglue-0.4.ebuild,v 1.2 2015/02/20 08:54:05 jlec Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.2                  sci-chemistry/nmrglue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	4 Apr 2013 18:22:57 -0000	1.1
+++ ChangeLog	20 Feb 2015 08:54:05 -0000	1.2
@@ -1,10 +1,15 @@
 # ChangeLog for sci-chemistry/nmrglue
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/nmrglue/ChangeLog,v 1.1 2013/04/04 18:22:57 jlec Exp $
+# 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 $
+
+*nmrglue-0.5 (20 Feb 2015)
+
+  20 Feb 2015; Justin Lecher <jlec@gentoo.org> +nmrglue-0.5.ebuild,
+  nmrglue-0.4.ebuild:
+  Version Bump; add tests
 
 *nmrglue-0.4 (04 Apr 2013)
 
   04 Apr 2013; Justin Lecher <jlec@gentoo.org> +nmrglue-0.4.ebuild,
   +metadata.xml:
   New addition
-



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

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

Index: nmrglue-0.5.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.ebuild,v 1.1 2015/02/20 08:54:05 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}]
	)
"

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





                 reply	other threads:[~2015-02-20 23:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150220085405.C683A1227B@oystercatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox