[arch-commits] Commit in python-dnspython/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 3 15:50:56 UTC 2016


    Date: Monday, October 3, 2016 @ 15:50:56
  Author: spupykin
Revision: 191267

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-03 15:50:45 UTC (rev 191266)
+++ PKGBUILD	2016-10-03 15:50:56 UTC (rev 191267)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Mathijs Kadijk <maccain13 at gmail.com>
-
-pkgname=(python-dnspython python2-dnspython)
-pkgbase=python-dnspython
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="A DNS toolkit for Python"
-arch=('any')
-url="http://www.dnspython.org"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://www.dnspython.org/kits/$pkgver/dnspython-$pkgver.tar.gz)
-md5sums=('d8971c0c957abceb92c7d36170d07bc6')
-
-check() {
-  cd $srcdir/dnspython-$pkgver
-  make -C tests check
-}
-
-package_python2-dnspython() {
-depends=('python2')
-
-  cd $srcdir/dnspython-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-dnspython() {
-depends=('python')
-
-  cd $srcdir/dnspython-$pkgver
-  python setup.py install --root=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dnspython/repos/community-any/PKGBUILD (from rev 191266, python-dnspython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-03 15:50:56 UTC (rev 191267)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Mathijs Kadijk <maccain13 at gmail.com>
+
+pkgname=(python-dnspython python2-dnspython)
+pkgbase=python-dnspython
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="A DNS toolkit for Python"
+arch=('any')
+url="http://www.dnspython.org"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://www.dnspython.org/kits/$pkgver/dnspython-$pkgver.tar.gz)
+md5sums=('d8971c0c957abceb92c7d36170d07bc6')
+
+check() {
+  cd $srcdir/dnspython-$pkgver
+  make -C tests check
+}
+md5sums=('63a679089822fb86127867c315286dc5')
+
+package_python2-dnspython() {
+depends=('python2')
+
+  cd $srcdir/dnspython-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-dnspython() {
+depends=('python')
+
+  cd $srcdir/dnspython-$pkgver
+  python setup.py install --root=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list