[arch-commits] Commit in python-pyro/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Sep 19 16:16:15 UTC 2015
Date: Saturday, September 19, 2015 @ 18:16:15
Author: foutrelis
Revision: 140918
archrelease: copy trunk to community-staging-any
Added:
python-pyro/repos/community-staging-any/
python-pyro/repos/community-staging-any/PKGBUILD
(from rev 140917, python-pyro/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-pyro/repos/community-staging-any/PKGBUILD (from rev 140917, python-pyro/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-19 16:16:15 UTC (rev 140918)
@@ -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.39
+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/source/P/Pyro4/Pyro4-$pkgver.tar.gz")
+sha256sums=('39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24')
+
+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