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

Daniel Wallace dwallace at archlinux.org
Thu Jan 22 15:19:40 UTC 2015


    Date: Thursday, January 22, 2015 @ 16:19:40
  Author: dwallace
Revision: 126413

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-22 15:19:28 UTC (rev 126412)
+++ PKGBUILD	2015-01-22 15:19:40 UTC (rev 126413)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=('python-raet' 'python2-raet')
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
-arch=('any')
-url='http://raet.docs.saltstack.com/'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz")
-md5sums=('ed8e90dadd23431412adb4ac1cef727f')
-
-prepare() {
-  cd $srcdir
-  cp -r raet-$pkgver python2-raet-$pkgver
-}
-
-package_python-raet() {
-  depends=('python-libnacl' 'python-ioflo')
-  cd "$srcdir/raet-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-raet() {
-  depends=('python2-libnacl' 'python2-ioflo')
-  cd "$srcdir/python2-raet-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-

Copied: python-raet/repos/community-any/PKGBUILD (from rev 126412, python-raet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-22 15:19:40 UTC (rev 126413)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz")
+md5sums=('685f29d16e288ff697de869ff49bd9a3')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo')
+  cd "$srcdir/raet-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo')
+  cd "$srcdir/python2-raet-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+



More information about the arch-commits mailing list