public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/
Date: Tue, 16 Feb 2016 14:49:31 +0000 (UTC)	[thread overview]
Message-ID: <1455634167.78bdd94e9c7b01cc62b5991f4a373d4ea8b55215.zx2c4@gentoo> (raw)

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>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>

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	other threads:[~2016-02-16 14:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 14:49 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 17:41 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/ Conrad Kostecki
2024-01-19 23:27 Sam James
2022-12-30 23:39 Conrad Kostecki
2022-05-13 22:50 Conrad Kostecki
2022-05-13 22:50 Conrad Kostecki
2022-04-04 14:23 Jason A. Donenfeld
2022-04-04 14:22 Jason A. Donenfeld
2021-08-07 14:51 Louis Sautier
2021-04-09 22:18 Jason A. Donenfeld
2021-02-20 15:34 Ben Kohler
2020-02-11 12:16 Michał Górny
2020-01-03  8:44 Tim Harder
2020-01-03  8:44 Tim Harder
2020-01-03  8:44 Tim Harder
2019-09-26  6:52 Sergei Trofimovich
2019-09-26  6:49 Sergei Trofimovich
2019-08-24  5:39 Tim Harder
2019-08-24  5:39 Tim Harder
2019-08-24  5:39 Tim Harder
2019-07-03 20:09 Tim Harder
2018-12-27  6:58 Tim Harder
2018-12-27  6:58 Tim Harder
2018-12-27  6:58 Tim Harder
2018-06-25 18:45 Tim Harder
2018-02-13 15:30 Jason Donenfeld
2018-02-04  9:22 Tim Harder
2017-02-12 19:08 Justin Lecher
2017-01-15  8:49 Tim Harder
2016-04-09 12:26 Jason Donenfeld
2015-10-12 15:28 Jason Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455634167.78bdd94e9c7b01cc62b5991f4a373d4ea8b55215.zx2c4@gentoo \
    --to=zx2c4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox