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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 15:59:54 UTC 2018


    Date: Saturday, June 30, 2018 @ 15:59:53
  Author: felixonmars
Revision: 348370

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pythondialog/repos/community-staging-any/PKGBUILD (from rev 348369, python-pythondialog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-06-30 15:59:53 UTC (rev 348370)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sandy Carter (bwrsandman) <bwrsandman at gmail.com>
+
+pkgname=python-pythondialog
+pkgver=3.4.0
+pkgrel=4
+pkgdesc="Python package for interfacing with dialog"
+url="http://pythondialog.sf.net"
+arch=('any')
+license=('LGPL')
+depends=('python' 'dialog')
+source=("https://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python3-pythondialog-$pkgver.tar.bz2"{,.asc})
+sha256sums=('019cdbffe3f61d32d6fb158ce48a767478af2aac2f31fb40460b39aefae604fe'
+            'SKIP')
+validpgpkeys=('125B5A0FDB788FDD0EF41A9DC785B90B5053A3A2') # Florent Rougon <f.rougon at free.fr>
+
+build() {
+  cd pythondialog-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd pythondialog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list