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 <[email protected]> +nmrglue-0.5.ebuild, + nmrglue-0.4.ebuild: + Version Bump; add tests *nmrglue-0.4 (04 Apr 2013) 04 Apr 2013; Justin Lecher <[email protected]> +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 }
