mrueg       15/04/16 22:28:42

  Modified:             ChangeLog
  Added:                stem-1.3.0_p20150414.ebuild
  Log:
  Add new snapshot with python3 support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 net-libs/stem/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   22 Dec 2014 22:43:08 -0000      1.9
+++ ChangeLog   16 Apr 2015 22:28:42 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/stem
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.9 2014/12/22 
22:43:08 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.10 2015/04/16 
22:28:42 mrueg Exp $
+
+*stem-1.3.0_p20150414 (16 Apr 2015)
+
+  16 Apr 2015; Manuel RĂ¼ger <[email protected]> +stem-1.3.0_p20150414.ebuild:
+  Add new snapshot with python3 support.
 
 *stem-1.3.0 (22 Dec 2014)
 



1.1                  net-libs/stem/stem-1.3.0_p20150414.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.3.0_p20150414.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.3.0_p20150414.ebuild?rev=1.1&content-type=text/plain

Index: stem-1.3.0_p20150414.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.3.0_p20150414.ebuild,v 
1.1 2015/04/16 22:28:42 mrueg Exp $

EAPI=5
PYTHON_COMPAT=(python{2_7,3_3})

inherit vcs-snapshot distutils-r1

DESCRIPTION="Stem is a Python controller library for Tor"
HOMEPAGE="https://stem.torproject.org";
COMMIT_ID="f2eca8fe828d965a86b8789e9d6049c424452ac7"
SRC_URI="https://gitweb.torproject.org/stem.git/snapshot/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"

DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
        net-misc/tor )
        dev-python/setuptools[${PYTHON_USEDEP}]"

RDEPEND="net-misc/tor"

DOCS=( 
docs/{_static,_templates,api,tutorials,{change_log,api,contents,download,faq,index,tutorials}.rst}
 )

python_prepare_all() {
        # Disable failing test                                                  
                                                                                
                                                                                
       
        sed -i -e "/test_expand_path/a \
                \ \ \ \ return" test/integ/util/system.py || die
        sed -i -e "/test_get_connections_by_ss/,+1d"\
                test/integ/util/connection.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        ${PYTHON} run_tests.py --all --target RUN_ALL || die
}




Reply via email to