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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 28 18:35:00 UTC 2016


    Date: Monday, March 28, 2016 @ 20:34:59
  Author: arodseth
Revision: 168715

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 18:34:48 UTC (rev 168714)
+++ PKGBUILD	2016-03-28 18:34:59 UTC (rev 168715)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
-
-pkgbase=python-pyro
-pkgname=("$pkgbase" 'python2-pyro')
-pkgver=4.40
-pkgrel=1
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='http://pypi.python.org/pypi/Pyro4/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz")
-sha256sums=('00423d3710f60b2da146075a59e17bfa837f556ed2c8acafe05bc209dcaac3e9')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 168714, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-28 18:34:59 UTC (rev 168715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.br>
+
+pkgbase=python-pyro
+pkgname=("$pkgbase" 'python2-pyro')
+pkgver=4.41
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='http://pypi.python.org/pypi/Pyro4/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz")
+sha256sums=('3af4749140e9d4032632277ac19e7fd4761856d2df0f0643c574d1e7174a9703')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list