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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:28:21 UTC 2019


    Date: Monday, November 4, 2019 @ 08:28:20
  Author: felixonmars
Revision: 523751

archrelease: copy trunk to community-staging-any

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

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

Copied: python-dnslib/repos/community-staging-any/PKGBUILD (from rev 523750, python-dnslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 08:28:20 UTC (rev 523751)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dnslib
+pkgver=0.9.10
+pkgrel=2
+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=('6d57dde440baffcc279e159554654b41adedd0471e56fb91a665596e2b7c2d3d909a9d72bd4a465638b177f5d81ceffc0737335964508bf5046ee38f5046bba5')
+
+package() {
+  cd dnslib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list