xarthisius    14/11/27 18:24:31

  Modified:             ChangeLog
  Added:                aplpy-0.9.14.ebuild
  Removed:              aplpy-0.9.11.ebuild aplpy-0.9.9.ebuild
  Log:
  Version bump wrt #525790 by Joseph Booker <[email protected]>, drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.16                 dev-python/aplpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   28 Jan 2014 17:53:13 -0000      1.15
+++ ChangeLog   27 Nov 2014 18:24:31 -0000      1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/aplpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v 1.15 
2014/01/28 17:53:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v 1.16 
2014/11/27 18:24:31 xarthisius Exp $
+
+*aplpy-0.9.14 (27 Nov 2014)
+
+  27 Nov 2014; Kacper Kowalik <[email protected]> +aplpy-0.9.14.ebuild,
+  -aplpy-0.9.11.ebuild, -aplpy-0.9.9.ebuild:
+  Version bump wrt #525790 by Joseph Booker <[email protected]>, drop old
 
 *aplpy-0.9.11 (28 Jan 2014)
 



1.1                  dev-python/aplpy/aplpy-0.9.14.ebuild

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

Index: aplpy-0.9.14.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.14.ebuild,v 1.1 
2014/11/27 18:24:31 xarthisius Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

MYPN=APLpy
MYP=${MYPN}-${PV}

DESCRIPTION="Astronomical Plotting Library in Python"
HOMEPAGE="http://aplpy.github.com/";
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"

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

RDEPEND="
        dev-python/astropy[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-python/matplotlib[${PYTHON_USEDEP}]
        dev-python/pyavm[${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MYP}

python_prepare_all() {
        sed -e '/import ah_bootstrap/d' \
                -i setup.py || die "Removing ah_bootstrap failed"
        distutils-r1_python_prepare_all
}

python_test() {
        distutils_install_for_testing
        cd "${TEST_DIR}" || die
        "${EPYTHON}" -c "import aplpy, sys;r = aplpy.test();sys.exit(r)" \
                || die "tests fail with ${EPYTHON}"
}




Reply via email to