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

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 03:58:27 UTC 2020


    Date: Tuesday, November 10, 2020 @ 03:58:27
  Author: foutrelis
Revision: 748296

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 748292, python-keyutils/trunk/PKGBUILD)

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

Copied: python-keyutils/repos/community-staging-x86_64/PKGBUILD (from rev 748292, python-keyutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-10 03:58:27 UTC (rev 748296)
@@ -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=5
+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