Date: Monday, March 17, 2014 @ 11:01:36
  Author: spupykin
Revision: 107404

archrelease: copy trunk to community-staging-any

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

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

Copied: python-dnspython/repos/community-staging-any/PKGBUILD (from rev 107403, 
python-dnspython/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2014-03-17 10:01:36 UTC (rev 107404)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Mathijs Kadijk <[email protected]>
+
+pkgname=python-dnspython
+pkgver=1.10.0
+pkgrel=3
+pkgdesc="A DNS toolkit for Python"
+arch=('any')
+url="http://www.dnspython.org";
+license=('BSD')
+depends=('python')
+source=(http://www.dnspython.org/kits3/$pkgver/dnspython3-$pkgver.tar.gz)
+md5sums=('17d0ec54f83df3e95846fc4e20224a96')
+
+package() {
+  cd $srcdir/dnspython3-$pkgver
+  python setup.py install --root=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to