[arch-commits] Commit in python-keyutils/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 06:38:03 UTC 2019
Date: Saturday, October 26, 2019 @ 06:38:02
Author: felixonmars
Revision: 520285
archrelease: copy trunk to community-staging-x86_64
Added:
python-keyutils/repos/community-staging-x86_64/
python-keyutils/repos/community-staging-x86_64/PKGBUILD
(from rev 520282, python-keyutils/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: python-keyutils/repos/community-staging-x86_64/PKGBUILD (from rev 520282, python-keyutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-10-26 06:38:02 UTC (rev 520285)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contibutor: Pierre Neidhardt <ambrevar at gmail.com>
+
+pkgname=python-keyutils
+pkgver=0.6
+pkgrel=3
+pkgdesc="A set of python bindings for keyutils"
+arch=("x86_64")
+url="https://github.com/sassoftware/python-keyutils"
+license=("Apache")
+# python-pytest-runner in makedepends due to be set in setup_requires (which is wrong upstream)
+depends=("python" "keyutils")
+makedepends=("python" "python-setuptools" "python-pytest-runner")
+checkdepends=("python-pytest")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/$pkgver.tar.gz")
+sha256sums=('f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b')
+
+build(){
+ cd "$pkgname-$pkgver"
+ python setup.py build
+}
+
+package(){
+ cd "$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list