Date: Monday, August 4, 2014 @ 13:25:24 Author: arodseth Revision: 116845
upgpkg: python-foolscap 0.6.4-3 Modified: python-foolscap/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-04 11:16:26 UTC (rev 116844) +++ PKGBUILD 2014-08-04 11:25:24 UTC (rev 116845) @@ -1,26 +1,29 @@ # $Id$ -# Maintainer: Chris Brannon <[email protected]> +# Maintainer: Alexander Rødseth <[email protected]> +# Contributor: Chris Brannon <[email protected]> # Contributor: giniu <[email protected]> pkgbase=python-foolscap pkgname=python2-foolscap pkgver=0.6.4 -pkgrel=2 -pkgdesc="RPC protocol for Python and Twisted" +pkgrel=3 +pkgdesc='RPC protocol for Python and Twisted' +arch=('any') +url='http://foolscap.lothar.com/' license=('MIT') -url="http://foolscap.lothar.com/" -arch=(any) -depends=('twisted' 'python2' 'python2-pyopenssl') +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{,.asc}) -md5sums=('0aedae62a0be50da4f89d80b5b30c8a2' - '45f74eb0b8038481cb04867b07f5efee') +options=('!emptydirs') +source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz") +sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99') package_python2-foolscap() { - cd "$srcdir/foolscap-$pkgver" + cd "foolscap-$pkgver" + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } + +# vim:set ts=2 sw=2 et:
