[arch-commits] Commit in python-oauthlib/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Wed Mar 6 08:32:13 UTC 2013


    Date: Wednesday, March 6, 2013 @ 09:32:13
  Author: mtorromeo
Revision: 85747

upgpkg: python-oauthlib 0.3.8-1

Updated to 0.3.8

Modified:
  python-oauthlib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-06 08:27:19 UTC (rev 85746)
+++ PKGBUILD	2013-03-06 08:32:13 UTC (rev 85747)
@@ -3,12 +3,12 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 _libname=oauthlib
 pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
 arch=(any)
-url="https://github.com/idangazit/oauthlib"
+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)
@@ -24,7 +24,7 @@
 }
 
 package_python-oauthlib() {
-	depends=(python-rsa)
+	depends=(python-crypto)
 	
 	cd "$srcdir/$_libname-$pkgver"
 	rm -rf build; ln -s ../buildpy3 build
@@ -33,7 +33,7 @@
 }
 
 package_python2-oauthlib() {
-	depends=(python2-rsa)
+	depends=(python2-crypto)
 	
 	cd "$srcdir/$_libname-$pkgver"
 	rm -rf build; ln -s ../buildpy2 build
@@ -41,4 +41,4 @@
 	install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha256sums=('12b8fb9fa02a531c412bdc0fcb3a214e3da8c4075f19d6ca2c6d1a3636d2a000')
+sha256sums=('ab77b6bc5737d09d7c8a9c9e6e85354470b7fe8d173bb932889dd796e811b7a2')




More information about the arch-commits mailing list