summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-04-28 22:02:01 +0200
committerBenjamin Chrétien2014-04-28 22:02:01 +0200
commite629ae5249a309b1c05f321e0a5c4c49e2978f1a (patch)
tree2ab414630ef9a2696ea63816935fc43cb0ae06cb /PKGBUILD
downloadaur-e629ae5249a309b1c05f321e0a5c4c49e2978f1a.tar.gz
Update python-kitchen.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..286ec759212b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+#Automatically generated by pip2arch on 2014-04-28
+
+pkgname=python-kitchen
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Kitchen contains a cornucopia of useful code"
+url="https://fedorahosted.org/kitchen"
+depends=('python2' )
+makedepends=('python2')
+license=('LGPLv2+')
+arch=('any')
+source=('https://pypi.python.org/packages/source/k/kitchen/kitchen-1.1.1.tar.gz')
+md5sums=('059d7ce048ca1d0fb53e6755145137b0')
+
+build() {
+ cd $srcdir/kitchen-1.1.1
+ python2 setup.py build
+}
+
+package() {
+ cd $srcdir/kitchen-1.1.1
+ python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}