[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jun 29 13:56:38 UTC 2020


    Date: Monday, June 29, 2020 @ 13:56:36
  Author: felixonmars
Revision: 656335

addpkg: python-mtrpacket 1.0.0-1

Added:
  python-mtrpacket/
  python-mtrpacket/repos/
  python-mtrpacket/trunk/
  python-mtrpacket/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: python-mtrpacket/trunk/PKGBUILD
===================================================================
--- python-mtrpacket/trunk/PKGBUILD	                        (rev 0)
+++ python-mtrpacket/trunk/PKGBUILD	2020-06-29 13:56:36 UTC (rev 656335)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-mtrpacket
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Asynchronous network probes for Python"
+url="https://github.com/matt-kimball/mtr-packet-python"
+license=('MIT')
+arch=('any')
+depends=('mtr' 'python')
+makedepends=('python-setuptools')
+checkdepends=('gnu-netcat')
+source=("https://github.com/matt-kimball/mtr-packet-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('15d201256f0ab372f71fefab32a6836194a180aa45d1b0460716c9bcd5ebc51aa241bcb982613f81ccda2384bef0e97decfebbe94b19f3f4a9e6a3deda62f89b')
+
+build() {
+  cd mtr-packet-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd mtr-packet-python-$pkgver
+  ./test.sh
+}
+
+package() {
+  cd mtr-packet-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list