net-analyzer/speedtest-cli: Support Python 3.5, cosmetic fixes
authorLouis Sautier <sautier.louis@gmail.com>
Sun, 14 Feb 2016 15:53:34 +0000 (16:53 +0100)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Tue, 16 Feb 2016 14:49:27 +0000 (15:49 +0100)
Package-Manager: portage-2.2.27

net-analyzer/speedtest-cli/metadata.xml
net-analyzer/speedtest-cli/speedtest-cli-0.3.4.ebuild

index 186cbe3a3ca956c4df075e4246f3e42a2160890d..718c71bda885d5d08feb1ab733c3e3d753fbfa6f 100644 (file)
@@ -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>zx2c4@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>zx2c4@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>
index fb3a5b4b88cf027d7c6c68ac78da590e967455fc..a27f02d662dc9fc9073da08110c3d277cc0fc841 100644 (file)
@@ -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