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

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 15:18:33 UTC 2019


    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 <alad at archlinux.org>
+# Contributor: John Jenkins twodopeshaggy at gmail.com
+# Contributor: Sean Anderson seanga2 at gmail.com
+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
+}



More information about the arch-commits mailing list