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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 14:28:20 UTC 2020


    Date: Thursday, November 12, 2020 @ 14:28:20
  Author: foutrelis
Revision: 751914

archrelease: copy trunk to community-staging-x86_64

Added:
  python-keyutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 751913, python-keyutils/trunk/PKGBUILD)
Deleted:
  python-keyutils/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 14:28:17 UTC (rev 751913)
+++ PKGBUILD	2020-11-12 14:28:20 UTC (rev 751914)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: python-keyutils/repos/community-staging-x86_64/PKGBUILD (from rev 751913, python-keyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 14:28:20 UTC (rev 751914)
@@ -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=6
+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