[arch-commits] Commit in python-dnslib/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:39:27 UTC 2021


    Date: Friday, December 3, 2021 @ 00:39:26
  Author: felixonmars
Revision: 1063937

archrelease: copy trunk to community-staging-any

Added:
  python-dnslib/repos/community-staging-any/
  python-dnslib/repos/community-staging-any/PKGBUILD
    (from rev 1063935, python-dnslib/trunk/PKGBUILD)

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

Copied: python-dnslib/repos/community-staging-any/PKGBUILD (from rev 1063935, python-dnslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:39:26 UTC (rev 1063937)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dnslib
+pkgver=0.9.16
+pkgrel=3
+pkgdesc="Simple library to encode/decode DNS wire-format packets"
+arch=('any')
+url="https://bitbucket.org/paulc/dnslib"
+license=('custom:BSD')
+depends=('python')
+source=("https://pypi.io/packages/source/d/dnslib/dnslib-$pkgver.tar.gz")
+sha512sums=('debe8a68cd88224a42aec3800683e803f8928dfd67645b58e0fd7f74eff6b22bad09a84e7b322c3e19e7aecb7b70ea086a2ab4b3f8d91c11dc3efc6f8b288ff2')
+
+package() {
+  cd dnslib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list