Date: Monday, November 4, 2019 @ 06:06:47
  Author: felixonmars
Revision: 523302

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyro/repos/community-staging-any/PKGBUILD (from rev 523301, 
python-pyro/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 06:06:47 UTC (rev 523302)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+
+pkgname=python-pyro
+pkgver=4.77
+pkgrel=2
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='https://github.com/irmen/Pyro4'
+arch=(any)
+license=(MIT)
+makedepends=(git)
+depends=(python python-serpent)
+source=("git+$url#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd Pyro4
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/irmen/Pyro4/tags
+# vim: ts=2 sw=2 et:

Reply via email to