blob: 2af4659c0e55276c291c5757af7fa489b9008234 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-ping3
pkgdesc = Pure Python3 version of ICMP ping, shipped with command-line command
pkgver = 5.1.6
pkgrel = 1
url = https://github.com/kyan001/ping3
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://github.com/kyan001/ping3/archive/refs/tags/v5.1.6.tar.gz
sha256sums = 5783bac0453104bcac57db9441d4396b2cd7e240b242a134d4bcf1a729b99397
pkgname = python-ping3
|