diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 03:08:54 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 03:08:54 -0500 |
commit | 247336db785626e15fa0a8edbf204baa68c0ac4f (patch) | |
tree | ccc6c5f6ee6ac46e3ef1a8d052bb6c696560b5e0 /pcr/django-social-auth | |
parent | 8394d37f84f194498ca15bf8d656ede8d8f0f611 (diff) | |
download | abslibre-247336db785626e15fa0a8edbf204baa68c0ac4f.tar.gz abslibre-247336db785626e15fa0a8edbf204baa68c0ac4f.tar.bz2 abslibre-247336db785626e15fa0a8edbf204baa68c0ac4f.zip |
django-social-auth-0.7.28-1: updating version
Diffstat (limited to 'pcr/django-social-auth')
-rw-r--r-- | pcr/django-social-auth/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pcr/django-social-auth/PKGBUILD b/pcr/django-social-auth/PKGBUILD index 9e6fee298..82f597420 100644 --- a/pcr/django-social-auth/PKGBUILD +++ b/pcr/django-social-auth/PKGBUILD @@ -1,22 +1,23 @@ -# Maintainer (Arch): Benjamin A. Shelton <zancarius at gmail _ com> +# Contributor (Arch): Benjamin A. Shelton <zancarius at gmail _ com> # Source: https://github.com/zancarius/archlinux-pkgbuilds -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO> pkgname=django-social-auth -pkgver=0.7.9 +pkgver=0.7.28 pkgrel=1 pkgdesc="Social authentication made simple." arch=(any) url="http://pypi.python.org/pypi/django-social-auth" -license=(BSD) +license=(BSD3) depends=(python2 python2-openid python2-oauth2) makedepends=(python2-distribute) conflicts=(django-socialauth-git) source=("http://pypi.python.org/packages/source/d/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=(50fb14cc829fc28d6021e711e206f228) -build () { +package () { cd "${srcdir}/${pkgname}-${pkgver}" python2 setup.py install --root="${pkgdir}/" --optimize=1 -} +}
\ No newline at end of file |