Date: Friday, October 25, 2019 @ 15:18:32
  Author: foutrelis
Revision: 518969

archrelease: copy trunk to community-staging-any

Added:
  python-kitchen/repos/community-staging-any/
  python-kitchen/repos/community-staging-any/PKGBUILD
    (from rev 518968, python-kitchen/trunk/PKGBUILD)

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

Copied: python-kitchen/repos/community-staging-any/PKGBUILD (from rev 518968, 
python-kitchen/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-10-25 15:18:32 UTC (rev 518969)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter <[email protected]>
+# Contributor: John Jenkins [email protected]
+# Contributor: Sean Anderson [email protected]
+pkgname=python-kitchen
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="Useful snippets of python code"
+url="https://github.com/fedora-infra/kitchen";
+depends=('python')
+makedepends=('python-setuptools')
+license=('LGPL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0')
+
+build() {
+    cd "kitchen-$pkgver"
+    python setup.py build
+}
+
+package() {
+    cd "kitchen-$pkgver"
+    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to