Package Details: python-twitter 1.19.6-2

Git Clone URL: https://aur.archlinux.org/python-twitter.git (read-only, click to copy)
Package Base: python-twitter
Description: An API and command-line toolset for Twitter (twitter.com)
Upstream URL: http://pypi.python.org/pypi/twitter/
Keywords: twitter
Licenses: MIT
Conflicts: python-twitter-git, python-twitter-tools, python-twitter-tools-git
Replaces: python-twitter-tools
Submitter: metalgamer
Maintainer: noirscape
Last Packager: noirscape
Votes: 16
Popularity: 0.000000
First Submitted: 2014-03-29 17:51 (UTC)
Last Updated: 2023-04-17 19:51 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

ullebe1 commented on 2021-07-16 09:46 (UTC)

Seems to be missing a dependency on python-pip.

duckunix commented on 2017-11-25 01:54 (UTC)

Upstream released 1.18.0 on 2017-10-20. Patch to update: diff --git a/PKGBUILD b/PKGBUILD index 2d43583..c223426 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrejs Mivreņiks <gim at fastmail dot fm> pkgname=python-twitter -pkgver=1.17.1 -pkgrel=2 +pkgver=1.18.0 +pkgrel=1 pkgdesc='An API and command-line toolset for Twitter (twitter.com)' arch=('any') url='http://pypi.python.org/pypi/twitter/' @@ -11,8 +11,8 @@ optdepends=('python-irclib: twitterbot utility dependency') replaces=('python-twitter-tools') makedepends=('python-setuptools') conflicts=('python-twitter-tools' 'python-twitter-tools-git' 'python-twitter-git') -source=("http://pypi.python.org/packages/source/t/twitter/twitter-${pkgver}.tar.gz") -sha256sums=('9e998dce881615d5c62579462ad7ed9751ddaed88072f268edf9c0e58f6d700b') +source=("https://pypi.python.org/packages/8a/9d/cea0ec784ba05d56fbd8a56a674ca12d9b012487528ce91e0064b19224f7/twitter-1.18.0.tar.gz") +sha256sums=('acdc85e5beea752967bb64c63bde8b915c49a31a01db1b2fecccf9f2c1d5c44d') package() { cd "$srcdir/twitter-$pkgver"

Muflone commented on 2014-09-07 09:30 (UTC)

The package python-twitter-tools is a duplicate of python-twitter. Moreover the package is slightly out of date and not required by any other packages. On the other hand the python-twitter is updated to the latest available version and has various packages depending on it. The package python-twitter-tools is going to be merged with the python-twitter package as requested from gim, the actual maintainer of the package python-twitter.

<deleted-account> commented on 2013-04-27 06:32 (UTC)

1.9.4 is out. Updated PKGBUILD here: http://paste.kde.org/733178/ (It only needed a version bump and updated hashes)