Search Criteria
Package Details: python2-pytumblr-git 0.0.6.r112.cbdd6c9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python2-pytumblr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python2-pytumblr-git |
| Description: | Python2 wrapper for Tumblr API |
| Upstream URL: | https://github.com/tumblr/pytumblr |
| Licenses: | Apache |
| Conflicts: | python2-pytumblr |
| Provides: | python2-pytumblr |
| Submitter: | sarajaksa |
| Maintainer: | sarajaksa |
| Last Packager: | sarajaksa |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-05-07 20:49 (UTC) |
| Last Updated: | 2018-12-24 16:45 (UTC) |
Dependencies (4)
- python2AUR (python2-binAUR, stackless2AUR)
- python2-oauth2
- git (git-gitAUR, git-glAUR) (make)
- python2-setuptoolsAUR (make)
Latest Comments
sarajaksa commented on 2018-12-24 16:48 (UTC)
Thank you. I corrected the .SRCINFO, so now it should not longer be that confusing.
cebtenzzre commented on 2018-12-23 18:15 (UTC)
I think the .SRCINFO is wrong -- pkgver() outputs 0.0.6.r112.cbdd6c9-1. This confuses yay.
sarajaksa commented on 2017-12-25 20:40 (UTC)
Thank you. I missed that they switched to python3 at some point. I changed it, so it now build from the old version, that still uses python2. Or you can try the python3 version: https://aur.archlinux.org/packages/python-pytumblr-git/
IsaacG commented on 2017-12-17 18:56 (UTC)
Looks like this might be backporting a Python3 lib? Python3 got a builtins core module; I'm not seeing such a module for Python2.
File "/usr/lib/python2.7/site-packages/pytumblr/init.py", line 2, in <module> from builtins import str ImportError: No module named builtins</module>