[arch-commits] Commit in python-raet/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 19:50:47 UTC 2020
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 <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list