xarthisius    14/11/27 18:47:27

  Modified:             aplpy-0.9.14.ebuild ChangeLog
  Log:
  Pass --offline to setup.py instead of removing ah_bootstrap
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aplpy/aplpy-0.9.14.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aplpy/aplpy-0.9.14.ebuild?r1=1.1&r2=1.2

Index: aplpy-0.9.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aplpy-0.9.14.ebuild 27 Nov 2014 18:24:31 -0000      1.1
+++ aplpy-0.9.14.ebuild 27 Nov 2014 18:47:27 -0000      1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.14.ebuild,v 1.2 
2014/11/27 18:47:27 xarthisius Exp $
 
 EAPI=5
 
@@ -30,15 +30,17 @@
 
 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_compile() {
+       distutils-r1_python_compile --use-system-libraries --offline
 }
 
 python_test() {
-       distutils_install_for_testing
+       distutils_install_for_testing --offline
        cd "${TEST_DIR}" || die
        "${EPYTHON}" -c "import aplpy, sys;r = aplpy.test();sys.exit(r)" \
                || die "tests fail with ${EPYTHON}"
 }
+
+python_install() {
+       distutils-r1_python_install --offline
+}



1.17                 dev-python/aplpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   27 Nov 2014 18:24:31 -0000      1.16
+++ ChangeLog   27 Nov 2014 18:47:27 -0000      1.17
@@ -1,6 +1,9 @@
 # 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.16 
2014/11/27 18:24:31 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v 1.17 
2014/11/27 18:47:27 xarthisius Exp $
+
+  27 Nov 2014; Kacper Kowalik <xarthis...@gentoo.org> aplpy-0.9.14.ebuild:
+  Pass --offline to setup.py instead of removing ah_bootstrap
 
 *aplpy-0.9.14 (27 Nov 2014)
 




Reply via email to