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

Felix Yan fyan at archlinux.org
Tue Sep 22 03:00:14 UTC 2015


    Date: Tuesday, September 22, 2015 @ 05:00:13
  Author: fyan
Revision: 141426

archrelease: copy trunk to community-staging-any

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

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

Copied: python-slip/repos/community-staging-any/PKGBUILD (from rev 141425, python-slip/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-22 03:00:13 UTC (rev 141426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-slip
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Simple Library for Python'
+arch=('any')
+url='http://fedorahosted.org/python-slip'
+license=('GPL2')
+depends=('polkit' 'python-dbus' 'python-decorator' 'python-gobject'
+         'python-six')
+makedepends=('python-setuptools')
+source=("http://fedorahosted.org/released/python-slip/python-slip-${pkgver}.tar.bz2")
+sha256sums=('bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a')
+
+build() {
+  cd python-slip-${pkgver}
+
+  make
+}
+
+package() {
+  cd python-slip-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list