Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603176 - net-libs/stem-1.5.3: version bump
Summary: net-libs/stem-1.5.3: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-20 11:38 UTC by poncho
Modified: 2017-02-24 22:08 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
stem-1.5.3.ebuild (stem-1.5.3.ebuild,876 bytes, text/plain)
2016-12-20 11:38 UTC, poncho
Details
diff to stem-1.4.1.ebuild (version-bump.patch,1.04 KB, patch)
2016-12-20 11:39 UTC, poncho
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 poncho 2016-12-20 11:39:30 UTC
Created attachment 456818 [details, diff]
diff to stem-1.4.1.ebuild

--- /var/portage/tree/net-libs/stem/stem-1.4.1.ebuild	2016-11-02 08:23:12.340636280 +0100
+++ stem-1.5.3.ebuild	2016-12-20 12:32:15.205542760 +0100
@@ -1,19 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=(python{2_7,3_4})
 
 inherit vcs-snapshot distutils-r1
 
 DESCRIPTION="Stem is a Python controller library for Tor"
 HOMEPAGE="https://stem.torproject.org"
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}]
@@ -28,8 +28,6 @@ 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
 }