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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 24 10:09:42 UTC 2018


    Date: Wednesday, October 24, 2018 @ 10:09:42
  Author: arodseth
Revision: 398781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-24 10:09:34 UTC (rev 398780)
+++ PKGBUILD	2018-10-24 10:09:42 UTC (rev 398781)
@@ -1,38 +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.73
-pkgrel=2
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='https://github.com/irmen/Pyro4'
-arch=('any')
-license=('MIT')
-makedepends=('git')
-depends=('python' 'python2')
-source=("git+https://github.com/irmen/Pyro4#tag=$pkgver")
-sha256sums=('SKIP')
-
-package_python-pyro() {
-  depends=('python' 'python-serpent')
-
-  cd Pyro4
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyro() {
-  depends=('python2' 'python2-serpent')
-
-  cd Pyro4
-
-  python2 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:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 398780, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-24 10:09:42 UTC (rev 398781)
@@ -0,0 +1,37 @@
+# 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.74
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='https://github.com/irmen/Pyro4'
+arch=('any')
+license=('MIT')
+makedepends=('git')
+depends=('python' 'python2')
+source=("git+https://github.com/irmen/Pyro4#tag=$pkgver")
+sha256sums=('SKIP')
+
+package_python-pyro() {
+  depends=('python' 'python-serpent')
+
+  cd Pyro4
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyro() {
+  depends=('python2' 'python2-serpent')
+
+  cd Pyro4
+
+  python2 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:



More information about the arch-commits mailing list