[arch-commits] Commit in python2-pythondialog/repos (2 files)

Felix Yan fyan at archlinux.org
Sat Nov 14 05:48:50 UTC 2015


    Date: Saturday, November 14, 2015 @ 06:48:50
  Author: fyan
Revision: 146768

archrelease: copy trunk to community-any

Added:
  python2-pythondialog/repos/community-any/
  python2-pythondialog/repos/community-any/PKGBUILD
    (from rev 146767, python2-pythondialog/trunk/PKGBUILD)

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

Copied: python2-pythondialog/repos/community-any/PKGBUILD (from rev 146767, python2-pythondialog/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-11-14 05:48:50 UTC (rev 146768)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sandy Carter (bwrsandman) <bwrsandman at gmail.com>
+
+pkgname=python2-pythondialog
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Python package for interfacing with dialog"
+url="http://pythondialog.sf.net"
+arch=('any')
+license=('LGPL')
+depends=('python2' 'dialog')
+source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/${pkgver}/python2-pythondialog-${pkgver}.tar.bz2")
+sha256sums=('04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec')
+
+package() {
+  cd "${srcdir}/python2-pythondialog-${pkgver}"
+  python2 ./setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list