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

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 10 14:26:39 UTC 2014


    Date: Thursday, April 10, 2014 @ 16:26:39
  Author: fyan
Revision: 109125

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 14:25:41 UTC (rev 109124)
+++ PKGBUILD	2014-04-10 14:26:39 UTC (rev 109125)
@@ -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.22
-pkgrel=2
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='http://pypi.python.org/pypi/Pyro4/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz")
-sha256sums=('d8f611f384edbd240006d8c0f56135e74199ab88e9416cfc78cf5472f1ff337d')
-
-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 109124, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-10 14:26:39 UTC (rev 109125)
@@ -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.24
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='http://pypi.python.org/pypi/Pyro4/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz")
+sha256sums=('24d2ceaabbd886981d0df56f8f7e5f7f1a9db173778baa4965605f6880c90eb8')
+
+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