[arch-commits] Commit in python-pyro/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jan 17 19:51:19 UTC 2017
Date: Tuesday, January 17, 2017 @ 19:51:18
Author: arodseth
Revision: 207789
archrelease: copy trunk to community-any
Added:
python-pyro/repos/community-any/PKGBUILD
(from rev 207788, python-pyro/trunk/PKGBUILD)
Deleted:
python-pyro/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-17 19:51:09 UTC (rev 207788)
+++ PKGBUILD 2017-01-17 19:51:18 UTC (rev 207789)
@@ -1,32 +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.52
-pkgrel=2
-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/96/d5/834d99eae48991f815eff7db565e0508e34f68d0076e5b53b0ceeace157d/Pyro4-4.52.tar.gz")
-md5sums=('92208c80f8ccc56885444df4d74bf449')
-
-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 207788, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-17 19:51:18 UTC (rev 207789)
@@ -0,0 +1,32 @@
+# $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.53
+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/7b/ae/f034d9d07390a86bb8bbb9449181c39056dc44617c638379f59e1b3d62fd/Pyro4-$pkgver.tar.gz#md5=71a2629229b7101996d41282c5c7157f")
+md5sums=('71a2629229b7101996d41282c5c7157f')
+
+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