Loading python2-twitter/PKGBUILDdeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> pkgname=python2-twitter _srcname=python-twitter pkgver=0.8.2 pkgrel=2 pkgdesc='Python 2 wrapper around the Twitter API' arch=('any') url='http://code.google.com/p/python-twitter/' license=('APACHE') depends=('python2' 'python2-httplib2' 'python-simplejson' 'python2-oauth') source=("http://${_srcname}.googlecode.com/files/${_srcname}-${pkgver}.tar.gz") md5sums=('a5d79ba7228ff00bc83a8486e7434106') package() { cd $_srcname-$pkgver python2 setup.py install --root="$pkgdir" } # vim:set ts=2 sw=2 ft=sh et: Loading
python2-twitter/PKGBUILDdeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> pkgname=python2-twitter _srcname=python-twitter pkgver=0.8.2 pkgrel=2 pkgdesc='Python 2 wrapper around the Twitter API' arch=('any') url='http://code.google.com/p/python-twitter/' license=('APACHE') depends=('python2' 'python2-httplib2' 'python-simplejson' 'python2-oauth') source=("http://${_srcname}.googlecode.com/files/${_srcname}-${pkgver}.tar.gz") md5sums=('a5d79ba7228ff00bc83a8486e7434106') package() { cd $_srcname-$pkgver python2 setup.py install --root="$pkgdir" } # vim:set ts=2 sw=2 ft=sh et: