From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/
Date: Wed, 3 Jul 2019 20:09:03 +0000 (UTC) [thread overview]
Message-ID: <1562184528.4471249af5b08da54b7b045f4b3ac661dcf2d270.radhermit@gentoo> (raw)
commit: 4471249af5b08da54b7b045f4b3ac661dcf2d270
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 19:57:12 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 20:08:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4471249a
net-analyzer/speedtest-cli: version bump to 2.1.1
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
net-analyzer/speedtest-cli/Manifest | 1 +
.../speedtest-cli/speedtest-cli-2.1.1.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/net-analyzer/speedtest-cli/Manifest b/net-analyzer/speedtest-cli/Manifest
index 1b249e12211..afff8f4266a 100644
--- a/net-analyzer/speedtest-cli/Manifest
+++ b/net-analyzer/speedtest-cli/Manifest
@@ -1 +1,2 @@
DIST speedtest-cli-2.0.2.tar.gz 23915 BLAKE2B 95b88e1666d7bc50c525ae7eb587e1b53babe02549e3b6b81f59451166fdbfb5561daa29e1de308d3ca7340989bcb6e7b43edd84bf371716284c034cdeb21fd8 SHA512 12fa9a5dd8bcb7a7ee68ecc9075dc5c18f089cecf003e7e643dbb6b1c3663f17c2aba48d1e84aa27bff6b66e207d39ecaf874aebad1d71cac772c58b62191723
+DIST speedtest-cli-2.1.1.tar.gz 24380 BLAKE2B ea6f5fc3127246ad4cf90dee4b53529fa9f3b9b9558c9ebb92661380663a5e5950490e91cda97f9207b26c23464026b91c8faa50ef5a515b817b0f84fcb2e13b SHA512 afc1fc0264d5124efe5afc9b0583b2b37ae50eac229e6971656a906b9a7a78d44158485d5c2e44c3430694fd7355926f578a54a196cc9b9baf6cfbc357a789d1
diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild
new file mode 100644
index 00000000000..8c5b2bfd8f8
--- /dev/null
+++ b/net-analyzer/speedtest-cli/speedtest-cli-2.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Command line interface for testing internet bandwidth using speedtest.net"
+HOMEPAGE="https://github.com/sivel/speedtest-cli"
+SRC_URI="https://github.com/sivel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+DOCS=( CONTRIBUTING.md README.rst )
+
+python_install_all() {
+ doman ${PN}.1
+ distutils-r1_python_install_all
+}
next reply other threads:[~2019-07-03 20:09 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-03 20:09 Tim Harder [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
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
2016-02-16 14:49 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=1562184528.4471249af5b08da54b7b045f4b3ac661dcf2d270.radhermit@gentoo \
--to=radhermit@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