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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:30:57 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:30:57
  Author: felixonmars
Revision: 1063083

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pythondialog/repos/community-staging-any/PKGBUILD (from rev 1063079, python-pythondialog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 23:30:57 UTC (rev 1063083)
@@ -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.2
+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=('cdb26f5b14a51bc9f2968d1850bddaeb26ad22a5bde464d29974f57239bc006690f3770acd63a93bf06d78225b2d0a013ac4d6af3d1c0fa3520879e63de4e5b0'
+            '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