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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 4 15:57:12 UTC 2019


    Date: Monday, November 4, 2019 @ 15:57:11
  Author: foutrelis
Revision: 524098

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pythondialog/repos/community-staging-any/PKGBUILD (from rev 524097, python-pythondialog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 15:57:11 UTC (rev 524098)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sandy Carter (bwrsandman) <bwrsandman at gmail.com>
+
+pkgname=python-pythondialog
+pkgver=3.4.0
+pkgrel=5
+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