[arch-commits] Commit in python-kitchen/repos (community-any community-any/PKGBUILD)

Alad Wenter alad at archlinux.org
Wed Jan 9 23:54:31 UTC 2019


    Date: Wednesday, January 9, 2019 @ 23:54:29
  Author: alad
Revision: 421338

archrelease: copy trunk to community-any

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

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

Copied: python-kitchen/repos/community-any/PKGBUILD (from rev 421337, python-kitchen/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-09 23:54:29 UTC (rev 421338)
@@ -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.5
+pkgrel=2
+pkgdesc="Useful snippets of python code"
+url="https://github.com/fedora-infra/kitchen"
+depends=('python')
+makedepends=('python' 'python-setuptools')
+license=('LGPL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('1258af80868fc8c30170a43040b1eb5434bc5ffa5ff4ab98ffb9ee3d3c1e2f76')
+
+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