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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:06:41 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:06:41
  Author: felixonmars
Revision: 753344

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pythondialog/repos/community-staging-any/PKGBUILD (from rev 753343, python-pythondialog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 19:06:41 UTC (rev 753344)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sandy Carter (bwrsandman) <bwrsandman at gmail.com>
+
+pkgname=python-pythondialog
+pkgver=3.5.1
+pkgrel=2
+pkgdesc="Python package for interfacing with dialog"
+url="http://pythondialog.sf.net"
+arch=('any')
+license=('LGPL')
+depends=('python' 'dialog')
+makedepends=('python-setuptools')
+source=("https://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python3-pythondialog-$pkgver.tar.bz2"{,.asc})
+sha512sums=('f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad'
+            '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