Search Criteria
Package Details: python2-oauth2-git 20120313-1
Git Clone URL: | https://aur.archlinux.org/python2-oauth2-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-oauth2-git |
Description: | A fully tested, abstract interface to creating OAuth clients and servers. |
Upstream URL: | https://github.com/simplegeo/python-oauth2 |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | bgaleotti |
Maintainer: | bgaleotti |
Last Packager: | bgaleotti |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-13 23:32 |
Last Updated: | 2015-06-08 18:35 |
Dependencies (2)
- python2 (pypy19, stackless-python2)
- git (git-git) (make)
Required by (13)
- django-social-auth (requires python2-oauth2)
- evernote-sdk-python (requires python2-oauth2)
- everpad (requires python2-oauth2)
- geeknote (requires python2-oauth2)
- geeknote-improved-git (requires python2-oauth2)
- httpshell (requires python2-oauth2)
- kakawana-svn (requires python2-oauth2)
- michel-git (requires python2-oauth2)
- polly (requires python2-oauth2)
- pypdfocr-git (requires python2-oauth2)
- python2-lazr-restfulclient (requires python2-oauth2)
- python2-pytumblr-git (requires python2-oauth2)
- python2-twitter (requires python2-oauth2)
Latest Comments
zexias commented on 2017-12-06 16:22
It's missing package() function and the License should be an array in the PKGBUILD.
To fix it I changed license='MIT' to license=('MIT')
and add package function package() { cd $srcdir/$_gitname-build python2 setup.py install --root=$pkgdir || return 1 }
glhf
bgaleotti commented on 2012-03-13 23:38
renamed to python2-oauth2-git
chimeracoder commented on 2012-03-12 17:55
@martvefun I agree - it confused me at first too. The question is whether to keep the same name as the git repo (python-oauth2) or to use the AUR standards (python2-oauth2). Unfortunately the AUR still has a bunch of misnamed python-* packages for python2 instead of python3.
martvefun commented on 2012-03-10 20:29
Shouldn't it be named python2-oauth2-git instead ? I was thinking it was a package for python3 before reading the pkgbuild
chimeracoder commented on 2012-02-09 07:41
@bravo You're right, my mistake.
bgaleotti commented on 2012-02-08 21:14
@chimeracoder not duplicated, as this is git version
chimeracoder commented on 2012-02-08 01:49
Duplicate of https://aur.archlinux.org/packages.php?ID=52909