[arch-commits] Commit in python-dnslib/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:13:45 UTC 2020
Date: Thursday, November 12, 2020 @ 17:13:44
Author: felixonmars
Revision: 752368
archrelease: copy trunk to community-staging-any
Added:
python-dnslib/repos/community-staging-any/
python-dnslib/repos/community-staging-any/PKGBUILD
(from rev 752366, python-dnslib/trunk/PKGBUILD)
----------+
PKGBUILD | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
Copied: python-dnslib/repos/community-staging-any/PKGBUILD (from rev 752366, python-dnslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:13:44 UTC (rev 752368)
@@ -0,0 +1,17 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-dnslib
+pkgver=0.9.14
+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=('75638ae5ac238ae60151bdf52f678be2afa21da429670ebf1eb4dfda04e871d171664995b52690fd921aeee28d25630d0fad015677471e68563ba04dbbbd52f6')
+
+package() {
+ cd dnslib-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list