Commits
Renee Otten authored and Kurt Hindenburg committed 7b43c2122a5
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 7 | github.setup sivel speedtest-cli 2.1.2 v |
8 8 | revision 0 |
9 9 | |
10 - | python.versions 27 34 35 36 37 |
11 10 | python.default_version 37 |
12 11 | |
13 12 | categories net |
14 13 | platforms darwin |
15 14 | license Apache-2 |
16 15 | maintainers {khindenburg @kurthindenburg} openmaintainer |
17 16 | |
18 17 | description cli for speedtest.net |
19 18 | long_description command line interface for testing internet bandwidth using speedtest.net |
20 19 | |