commit:     78bdd94e9c7b01cc62b5991f4a373d4ea8b55215
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Feb 14 15:53:34 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:49:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bdd94e

net-analyzer/speedtest-cli: Support Python 3.5, cosmetic fixes

Package-Manager: portage-2.2.27

 net-analyzer/speedtest-cli/metadata.xml              | 20 ++++++++++----------
 .../speedtest-cli/speedtest-cli-0.3.4.ebuild         |  6 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/net-analyzer/speedtest-cli/metadata.xml 
b/net-analyzer/speedtest-cli/metadata.xml
index 186cbe3..718c71b 100644
--- a/net-analyzer/speedtest-cli/metadata.xml
+++ b/net-analyzer/speedtest-cli/metadata.xml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-    <email>zx...@gentoo.org</email>
-    <name>Jason A. Donenfeld</name>
-  </maintainer>
-  <longdescription lang="en">
-Interfaces with speedtest.net's server from the command line.
-</longdescription>
-  <upstream>
-    <remote-id type="github">sivel/speedtest-cli</remote-id>
-  </upstream>
+       <maintainer type="person">
+               <email>zx...@gentoo.org</email>
+               <name>Jason A. Donenfeld</name>
+       </maintainer>
+       <longdescription lang="en">
+               Command line interface for testing internet bandwidth using 
speedtest.net.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">sivel/speedtest-cli</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/net-analyzer/speedtest-cli/speedtest-cli-0.3.4.ebuild 
b/net-analyzer/speedtest-cli/speedtest-cli-0.3.4.ebuild
index fb3a5b4..a27f02d 100644
--- a/net-analyzer/speedtest-cli/speedtest-cli-0.3.4.ebuild
+++ b/net-analyzer/speedtest-cli/speedtest-cli-0.3.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-DOCS=( CONTRIBUTING.md )
+DOCS=( CONTRIBUTING.md README.rst )
 
 python_install_all() {
        doman ${PN}.1

Reply via email to