[arch-commits] Commit in python-pyro/repos/community-staging-any (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue Mar 18 16:39:41 UTC 2014
Date: Tuesday, March 18, 2014 @ 17:39:41
Author: fyan
Revision: 107700
archrelease: copy trunk to community-staging-any
Added:
python-pyro/repos/community-staging-any/PKGBUILD
(from rev 107699, python-pyro/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-pyro/repos/community-staging-any/PKGBUILD (from rev 107699, python-pyro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-03-18 16:39:41 UTC (rev 107700)
@@ -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.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:
More information about the arch-commits
mailing list