[arch-commits] Commit in python-raet/repos (2 files)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 19:50:47
  Author: foutrelis
Revision: 753648

archrelease: copy trunk to community-staging-any

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

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

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 753647, 
python-raet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-12 19:50:47 UTC (rev 753648)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-raet
+pkgver=0.6.8
+pkgrel=6
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='https://github.com/saltstack/raet'
+license=('Apache')
+depends=('python-libnacl' 'python-ioflo' 'python-six')
+makedepends=('python-setuptools-git')
+checkdepends=('python-pytest-runner' 'python-bitvector')
+source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz";)
+sha512sums=('01279e7414ec3edc9f2bc0641cb9e0606ebf5700b5ce37a05fd5919f3274b3b43aad64110baf4c4b1fda3843cb1a87b6be4ab592a8f62e82b3a716a86ae61b20')
+
+build() {
+  cd raet-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd raet-$pkgver
+  # Disabled: very broken
+  # sed -e '/import data/d' -e 's/data.createData/createData/' -i 
systest/lib/data.py
+  # python setup.py pytest
+}
+
+package() {
+  cd raet-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


[arch-commits] Commit in python-raet/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:22:36
  Author: felixonmars
Revision: 523188

archrelease: copy trunk to community-staging-any

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

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

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 523187, 
python-raet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 05:22:36 UTC (rev 523188)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-raet
+pkgver=0.6.8
+pkgrel=4
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('Apache')
+depends=('python-libnacl' 'python-ioflo' 'python-six')
+makedepends=('python-setuptools-git')
+checkdepends=('python-pytest-runner' 'python-bitvector')
+source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz";)
+sha512sums=('01279e7414ec3edc9f2bc0641cb9e0606ebf5700b5ce37a05fd5919f3274b3b43aad64110baf4c4b1fda3843cb1a87b6be4ab592a8f62e82b3a716a86ae61b20')
+
+build() {
+  cd raet-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd raet-$pkgver
+  # Disabled: very broken
+  # sed -e '/import data/d' -e 's/data.createData/createData/' -i 
systest/lib/data.py
+  # python setup.py pytest
+}
+
+package() {
+  cd raet-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


[arch-commits] Commit in python-raet/repos (2 files)

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 07:20:16
  Author: felixonmars
Revision: 354599

archrelease: copy trunk to community-staging-any

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

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

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 354598, 
python-raet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-08 07:20:16 UTC (rev 354599)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-raet
+pkgver=0.6.8
+pkgrel=3
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('Apache')
+depends=('python-libnacl' 'python-ioflo' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-bitvector')
+source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz";)
+sha512sums=('01279e7414ec3edc9f2bc0641cb9e0606ebf5700b5ce37a05fd5919f3274b3b43aad64110baf4c4b1fda3843cb1a87b6be4ab592a8f62e82b3a716a86ae61b20')
+
+build() {
+  cd raet-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd raet-$pkgver
+  # Disabled: very broken
+  # sed -e '/import data/d' -e 's/data.createData/createData/' -i 
systest/lib/data.py
+  # python setup.py pytest
+}
+
+package() {
+  cd raet-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


[arch-commits] Commit in python-raet/repos (2 files)

2016-12-26 Thread Evangelos Foutras
Date: Monday, December 26, 2016 @ 09:59:50
  Author: foutrelis
Revision: 202673

archrelease: copy trunk to community-staging-any

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

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

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 202672, 
python-raet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-26 09:59:50 UTC (rev 202673)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+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}
+}
+


[arch-commits] Commit in python-raet/repos (2 files)

2015-09-19 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 05:05:42
  Author: fyan
Revision: 141134

archrelease: copy trunk to community-staging-any

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

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

Copied: python-raet/repos/community-staging-any/PKGBUILD (from rev 141133, 
python-raet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-20 03:05:42 UTC (rev 141134)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.6.3
+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=('33bd888d71781fe97310656f473bc544')
+
+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}
+}
+


[arch-commits] Commit in python-raet/repos (2 files)

2014-10-06 Thread Daniel Wallace
Date: Monday, October 6, 2014 @ 22:21:34
  Author: dwallace
Revision: 120306

archrelease: copy trunk to community-testing-any

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

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

Copied: python-raet/repos/community-testing-any/PKGBUILD (from rev 120305, 
python-raet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-10-06 20:21:34 UTC (rev 120306)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+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
+}
+