[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, November 21, 2017 @ 08:59:05 Author: felixonmars Revision: 267721 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 267720, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-21 08:58:41 UTC (rev 267720) +++ PKGBUILD2017-11-21 08:59:05 UTC (rev 267721) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.13.0 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha512sums=('81d3ba04b40597170f0f8f7e7d7b8e1d6e82cfb59614755acc7fa90db8dc5a0ce0297a546089752aca9c4d7f7dcc069c40490da7778a12153019eb18d282d7cf') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 267720, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-21 08:59:05 UTC (rev 267721) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.13.1 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha512sums=('aa77fc22d6c1c32e1361f0ccc42902f25cf18ac917f81428d32f1170b75ecb4fe73f639e8bb641822775326ec920f14308ad7f4c5c01cd8051305fccde9c5e9e') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, November 20, 2017 @ 14:06:07 Author: felixonmars Revision: 267588 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 267587, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-20 14:05:44 UTC (rev 267587) +++ PKGBUILD2017-11-20 14:06:07 UTC (rev 267588) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.7 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha512sums=('bded8c86331c471002271a2baa2efae0b8bad767707427cea61ca8e3725fab5b8f0e1f36a5658c0afd6de607dac9e1278e49504fec0c1045b0628d5c2dc01950') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 267587, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-20 14:06:07 UTC (rev 267588) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.13.0 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha512sums=('81d3ba04b40597170f0f8f7e7d7b8e1d6e82cfb59614755acc7fa90db8dc5a0ce0297a546089752aca9c4d7f7dcc069c40490da7778a12153019eb18d282d7cf') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, July 27, 2017 @ 11:32:53 Author: felixonmars Revision: 246592 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 246591, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-27 11:32:21 UTC (rev 246591) +++ PKGBUILD2017-07-27 11:32:53 UTC (rev 246592) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.6 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('3f4b21a266b8dc73a3ce2db5a5b7762bdb610227f565c9b516440cc6f5ae') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 246591, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-27 11:32:53 UTC (rev 246592) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.7 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha512sums=('bded8c86331c471002271a2baa2efae0b8bad767707427cea61ca8e3725fab5b8f0e1f36a5658c0afd6de607dac9e1278e49504fec0c1045b0628d5c2dc01950') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, January 13, 2017 @ 07:49:14 Author: felixonmars Revision: 207157 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 207156, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-01-13 07:48:56 UTC (rev 207156) +++ PKGBUILD2017-01-13 07:49:14 UTC (rev 207157) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.5 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('abdab3a0b28af2cfb63e8fa20bac268eb1000137288aceacec5af8f7873d2822') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 207156, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-01-13 07:49:14 UTC (rev 207157) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.6 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('3f4b21a266b8dc73a3ce2db5a5b7762bdb610227f565c9b516440cc6f5ae') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 9, 2016 @ 04:01:28 Author: felixonmars Revision: 198529 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 198528, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-09 04:01:14 UTC (rev 198528) +++ PKGBUILD2016-12-09 04:01:28 UTC (rev 198529) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.4 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('ef9284182f260410b841f246467f12569e4ba3289c00b8cc2334bccf539e5c89') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 198528, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-09 04:01:28 UTC (rev 198529) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.5 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('abdab3a0b28af2cfb63e8fa20bac268eb1000137288aceacec5af8f7873d2822') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, September 28, 2016 @ 03:18:50 Author: felixonmars Revision: 190698 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 190697, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-09-28 03:18:35 UTC (rev 190697) +++ PKGBUILD2016-09-28 03:18:50 UTC (rev 190698) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.3 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('0fdb26c459909019a1a8ee6a9cfd0b11f9008e1f3f3e520f14b93aa2b5a06e60') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 190697, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-09-28 03:18:50 UTC (rev 190698) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.4 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('ef9284182f260410b841f246467f12569e4ba3289c00b8cc2334bccf539e5c89') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, September 2, 2016 @ 05:12:22 Author: felixonmars Revision: 188278 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 188277, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-09-02 05:12:03 UTC (rev 188277) +++ PKGBUILD2016-09-02 05:12:22 UTC (rev 188278) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.12.2 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('b4139fedeab0f498be8f173475069416714046ae12bec8823bda63795dbb73c2') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 188277, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-09-02 05:12:22 UTC (rev 188278) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.3 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('0fdb26c459909019a1a8ee6a9cfd0b11f9008e1f3f3e520f14b93aa2b5a06e60') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, July 23, 2016 @ 06:50:11 Author: felixonmars Revision: 183747 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 183746, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-07-23 06:49:58 UTC (rev 183746) +++ PKGBUILD2016-07-23 06:50:11 UTC (rev 183747) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.11.0 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('b6874de97eb08654362cce80317e68d203bcccf85e4eed613ef10a3cf4b1aa87') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 183746, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-07-23 06:50:11 UTC (rev 183747) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.12.0 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('919c9ed73519d0aff592940dcb8e1ffdc65ca501b098a1c88814ffb951302725') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, March 23, 2016 @ 11:21:08 Author: fyan Revision: 168060 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 168059, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-03-23 10:19:49 UTC (rev 168059) +++ PKGBUILD2016-03-23 10:21:08 UTC (rev 168060) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.10.1 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('bd7c6ea98237a81622461398254528c9c791574fd283d1a1ed8e0e3f705b36f3') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 168059, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-03-23 10:21:08 UTC (rev 168060) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.11.0 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('b6874de97eb08654362cce80317e68d203bcccf85e4eed613ef10a3cf4b1aa87') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, January 23, 2016 @ 11:24:30 Author: fyan Revision: 158683 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 158682, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-01-23 10:24:09 UTC (rev 158682) +++ PKGBUILD2016-01-23 10:24:30 UTC (rev 158683) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.9.1 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('ac6937fb0d348b77e6cb9a3e7e78316431a8f0281b6db2ccabbf13358dd5c562') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 158682, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-01-23 10:24:30 UTC (rev 158683) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.10.1 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('bd7c6ea98237a81622461398254528c9c791574fd283d1a1ed8e0e3f705b36f3') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, October 3, 2015 @ 16:04:01 Author: fyan Revision: 142886 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 142885, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-10-03 14:03:35 UTC (rev 142885) +++ PKGBUILD2015-10-03 14:04:01 UTC (rev 142886) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.8.0 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-setuptools') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 142885, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-10-03 14:04:01 UTC (rev 142886) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.9.1 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('ac6937fb0d348b77e6cb9a3e7e78316431a8f0281b6db2ccabbf13358dd5c562') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, August 3, 2015 @ 06:20:18 Author: fyan Revision: 137772 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 137771, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 59 ++- 1 file changed, 30 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-03 04:20:03 UTC (rev 137771) +++ PKGBUILD2015-08-03 04:20:18 UTC (rev 137772) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.7.0 -pkgrel=1 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-distribute') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('fba0e016079442c9e69e2752727a1307f4110a1c62319a059650b2ab044b29d8') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 137771, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-03 04:20:18 UTC (rev 137772) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.8.0 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-setuptools') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, December 6, 2014 @ 04:56:48 Author: fyan Revision: 123528 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 123527, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-12-06 03:56:36 UTC (rev 123527) +++ PKGBUILD2014-12-06 03:56:48 UTC (rev 123528) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth -# Contributor: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.6.4 -pkgrel=3 -pkgdesc='RPC protocol for Python and Twisted' -arch=('any') -url='http://foolscap.lothar.com/' -license=('MIT') -depends=('python2-twisted' 'python2-pyopenssl') -makedepends=('python2-distribute') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=('!emptydirs') -source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) -sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99') - -package_python2-foolscap() { - cd "foolscap-$pkgver" - - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 123527, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-12-06 03:56:48 UTC (rev 123528) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.7.0 +pkgrel=1 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-distribute') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('fba0e016079442c9e69e2752727a1307f4110a1c62319a059650b2ab044b29d8') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, August 4, 2014 @ 13:26:22 Author: arodseth Revision: 116846 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 116845, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 55 +-- 1 file changed, 29 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-08-04 11:25:24 UTC (rev 116845) +++ PKGBUILD2014-08-04 11:26:22 UTC (rev 116846) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.6.4 -pkgrel=2 -pkgdesc="RPC protocol for Python and Twisted" -license=('MIT') -url="http://foolscap.lothar.com/"; -arch=(any) -depends=('twisted' 'python2' 'python2-pyopenssl') -makedepends=('python2-distribute') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=(!emptydirs) -source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc}) -md5sums=('0aedae62a0be50da4f89d80b5b30c8a2' - '45f74eb0b8038481cb04867b07f5efee') - -package_python2-foolscap() { - cd "$srcdir/foolscap-$pkgver" - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" -} Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 116845, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-08-04 11:26:22 UTC (rev 116846) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Alexander Rødseth +# Contributor: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.6.4 +pkgrel=3 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' +license=('MIT') +depends=('python2-twisted' 'python2-pyopenssl') +makedepends=('python2-distribute') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz";) +sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99') + +package_python2-foolscap() { + cd "foolscap-$pkgver" + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, July 4, 2014 @ 09:26:27 Author: fyan Revision: 114814 archrelease: copy trunk to community-any Added: python-foolscap/repos/community-any/PKGBUILD (from rev 114813, python-foolscap/trunk/PKGBUILD) Deleted: python-foolscap/repos/community-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-07-04 07:25:36 UTC (rev 114813) +++ PKGBUILD2014-07-04 07:26:27 UTC (rev 114814) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Chris Brannon -# Contributor: giniu - -pkgbase=python-foolscap -pkgname=python2-foolscap -pkgver=0.6.4 -pkgrel=1 -pkgdesc="RPC protocol for Python and Twisted" -license=('MIT') -url="http://foolscap.lothar.com/"; -arch=(any) -depends=('twisted' 'python2' 'python2-pyopenssl') -makedepends=('python2-distribute') -conflicts=('python-foolscap<=0.6.3') -replaces=('python-foolscap<=0.6.3') -options=(!emptydirs) -source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc}) -md5sums=('0aedae62a0be50da4f89d80b5b30c8a2' - '45f74eb0b8038481cb04867b07f5efee') - -package_python2-foolscap() { - cd "$srcdir/foolscap-$pkgver" - python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" -} Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 114813, python-foolscap/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-07-04 07:26:27 UTC (rev 114814) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Chris Brannon +# Contributor: giniu + +pkgbase=python-foolscap +pkgname=python2-foolscap +pkgver=0.6.4 +pkgrel=2 +pkgdesc="RPC protocol for Python and Twisted" +license=('MIT') +url="http://foolscap.lothar.com/"; +arch=(any) +depends=('twisted' 'python2' 'python2-pyopenssl') +makedepends=('python2-distribute') +conflicts=('python-foolscap<=0.6.3') +replaces=('python-foolscap<=0.6.3') +options=(!emptydirs) +source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc}) +md5sums=('0aedae62a0be50da4f89d80b5b30c8a2' + '45f74eb0b8038481cb04867b07f5efee') + +package_python2-foolscap() { + cd "$srcdir/foolscap-$pkgver" + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" +}