[arch-commits] Commit in python-keyutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Sep 28 14:56:41 UTC 2019


    Date: Saturday, September 28, 2019 @ 14:56:40
  Author: foxboron
Revision: 512004

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 14:55:25 UTC (rev 512003)
+++ PKGBUILD	2019-09-28 14:56:40 UTC (rev 512004)
@@ -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=2
-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-x86_64/PKGBUILD (from rev 512003, python-keyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-28 14:56:40 UTC (rev 512004)
@@ -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=2
+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