Package Details: ppastats 0.2-2

Package Base: ppastats
Description: Util to download PPA statistics from launchpad.
Upstream URL: https://gitorious.org/arand-scripts
Category: network
Licenses: MIT
Submitter: graysky
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2013-02-16 00:06
Last Updated: 2013-03-24 18:11

Latest Comments

Anonymous comment

2013-07-25 21:25

This patch to the PKGBUILD should fix it:


--- PKGBUILD.orig 2013-07-25 23:13:12.290000668 +0200
+++ PKGBUILD 2013-07-25 23:14:46.060000189 +0200
@@ -6,11 +6,11 @@
arch=(any)
url="https://gitorious.org/arand-scripts"
license=('MIT')
-depends=('python2' 'launchpadlib>=1.10')
+depends=('python2' 'launchpadlib>=1.10' 'python2-oauth')
source=("$url/arand-scripts/blobs/raw/$pkgname-$pkgver/$pkgname"
-"$url/arand-scripts/blobs/master/COPYING")
+"$url/arand-scripts/blobs/raw/$pkgname-$pkgver/COPYING")
sha256sums=('85792b55c1989fd026e88c8fcb6ad49f0cd287e8e2e731ef66924b4774daef72'
- 'a2ca92a347439e5054b35d762c89e09bec1949dd2793720d9de705e6c2831502')
+ 'ca4c0c693f9cac6b1a6f544e1d8fa312e405259ff864b6824d5bbc5277c561d3')

package() {
sed -i 's/^#!\/usr\/bin\/python/#!\/usr\/bin\/python2/' $pkgname


The oauth issue looks like a dependency error in the packaging of the AUR launchpadlib.

Also note the download for the COPYING file, currently the PKGBUILD downloads a HTML page instead of the text file.

Since I'm not actively using Arch I leave it for someone who does to pick up maintaining the PKGBUILD, if they wish.

Comment by graysky

2013-07-05 11:29

% ppastats
Traceback (most recent call last):
File "/usr/bin/ppastats", line 16, in <module>
from launchpadlib.launchpad import Launchpad
File "/usr/lib/python2.7/site-packages/launchpadlib/launchpad.py", line 34, in <module>
from lazr.restfulclient.authorize.oauth import SystemWideConsumer
File "/usr/lib/python2.7/site-packages/lazr/restfulclient/authorize/oauth.py", line 29, in <module>
oauth = __import__('oauth.oauth', {}).oauth
ImportError: No module named oauth.oauth

Comment by graysky

2013-07-05 11:24

Been too long. Let me build all the deps and try again.

Anonymous comment

2013-07-05 09:20

Have you contacted upstream (me)?
I was not aware this was broken, can you describe in which way?

Comment by graysky

2013-07-05 08:41

Upstream is broken and currently dead. Orphaning.

Comment by graysky

2013-02-17 11:39

Bump to v0.1-2

Changelog: Added line to include the MIT license per https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Licenses