[arch-commits] Commit in python-pyro/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Nov 2 11:25:51 UTC 2017


    Date: Thursday, November 2, 2017 @ 11:25:50
  Author: arodseth
Revision: 265120

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-02 11:25:33 UTC (rev 265119)
+++ PKGBUILD	2017-11-02 11:25:50 UTC (rev 265120)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
-
-pkgbase=python-pyro
-pkgname=("$pkgbase" "${pkgbase/-/2-}")
-pkgver=4.62
-pkgrel=1
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='https://github.com/irmen/Pyro4'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=("https://github.com/irmen/Pyro4/archive/$pkgver.tar.gz")
-sha256sums=('ac2a8f16ab62eca1d572192b1af43aa75cc3c3313e61cf277b028cc75b523484')
-
-package_python-pyro() {
-  depends=('python')
-
-  cd "Pyro4-$pkgver"
-
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyro() {
-  depends=('python2')
-
-  cd "Pyro4-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/irmen/Pyro4/tags
-# vim:ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 265119, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-02 11:25:50 UTC (rev 265120)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
+
+pkgbase=python-pyro
+pkgname=("$pkgbase" "${pkgbase/-/2-}")
+pkgver=4.63
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='https://github.com/irmen/Pyro4'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://github.com/irmen/Pyro4/archive/$pkgver.tar.gz")
+sha256sums=('fe59be4fcb1983b8e3cb9394d996bc69bfa4732adcba93f684bb11ca095788c7')
+
+package_python-pyro() {
+  depends=('python')
+
+  cd "Pyro4-$pkgver"
+
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyro() {
+  depends=('python2')
+
+  cd "Pyro4-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/irmen/Pyro4/tags
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list