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

Felix Yan felixonmars at archlinux.org
Thu Dec 29 06:26:48 UTC 2016


    Date: Thursday, December 29, 2016 @ 06:26:47
  Author: felixonmars
Revision: 203229

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-29 06:26:28 UTC (rev 203228)
+++ PKGBUILD	2016-12-29 06:26:47 UTC (rev 203229)
@@ -1,33 +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.6.5
-pkgrel=2
-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=('f316a588e19472e43e62a5535f28deea')
-
-prepare() {
-  cd $srcdir
-  cp -r raet-$pkgver python2-raet-$pkgver
-}
-
-package_python-raet() {
-  depends=('python-libnacl' 'python-ioflo' 'python-six')
-  cd "$srcdir/raet-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-raet() {
-  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
-  cd "$srcdir/python2-raet-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-  mv "$pkgdir/usr/bin/raetflo"{,2}
-}
-

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 203228, python-raet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-29 06:26:47 UTC (rev 203229)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.6.6
+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.io/packages/source/r/raet/raet-$pkgver.tar.gz")
+md5sums=('4d15bf813120fe28bc36e498f4ed4f4f')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo' 'python-six')
+  cd "$srcdir/raet-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo' 'python2-six' 'python2-enum34')
+  cd "$srcdir/python2-raet-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+  mv "$pkgdir/usr/bin/raetflo"{,2}
+}
+



More information about the arch-commits mailing list