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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 20 10:26:18 UTC 2017


    Date: Monday, March 20, 2017 @ 10:26:18
  Author: arodseth
Revision: 217542

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-20 10:25:21 UTC (rev 217541)
+++ PKGBUILD	2017-03-20 10:26:18 UTC (rev 217542)
@@ -1,36 +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.56
-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/29/6e/64352b87ac13aa8a8aaf337048a554ac71df21e5886f2214acb6d8132be7/Pyro4-4.56.tar.gz#md5=474d0eee5b4c55e278a1d5af753b1518")
-md5sums=('474d0eee5b4c55e278a1d5af753b1518')
-
-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 217541, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-20 10:26:18 UTC (rev 217542)
@@ -0,0 +1,36 @@
+# $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.57
+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/bb/12/130d40e80788abec6cf47cf6b583032a5a9137ef87d9606dfeb378c0032a/Pyro4-4.57.tar.gz#md5=5480615d5c9b53e6c47900e53cff7fd0")
+md5sums=('5480615d5c9b53e6c47900e53cff7fd0')
+
+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