Date: Monday, March 17, 2014 @ 12:23:46 Author: mtorromeo Revision: 107445
upgpkg: python-oauthlib 0.6.1-2 python 3.4 rebuild Modified: python-oauthlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-17 11:22:19 UTC (rev 107444) +++ PKGBUILD 2014-03-17 11:23:46 UTC (rev 107445) @@ -4,7 +4,7 @@ pkgbase=python-oauthlib pkgname=(python-oauthlib python2-oauthlib) pkgver=0.6.1 -pkgrel=1 +pkgrel=2 _libname=oauthlib pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" arch=(any) @@ -11,7 +11,7 @@ url="https://github.com/idan/oauthlib" license=('BSD') source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) -makedepends=(python-distribute python2-distribute) +makedepends=(python-setuptools python2-setuptools) build() { cd "$srcdir/$_libname-$pkgver"
